-
Notifications
You must be signed in to change notification settings - Fork 14k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Auxiliary Scanner Docs #8296
Comments
@itsmeroy2012 just wanted to make sure you saw this big ticket. feel free to pick any. telnet_login and telnet_version may be pretty easy since they are like the ftp ones. |
I'll be busy for some weeks. Will look into it for sure. Thanks for the tag @h00die . |
No rush! |
Hi @h00die As a class project, I picked up this issue and wish to contribute. However, from your list of files, I couldn't find some files. To list a few: I followed all the steps listed here, to fork the repo. Can you help me on this? |
Following modules have been documented: http: smb: mysql: msmsql: discovery: dcerpc: |
#9933 db2/discovery |
#10797 auxiliary/scanner/sip/options_tcp |
#10800 |
Documentation for |
Confirmed. Removed.
|
Following has been documented. #11436 HTTP DOCS
#11437 WINRM DOCS
#11438 SNMP DOCS
#11439 TELNET DOCS
|
Hi, Missing documentation
Missing modules
|
@PingouinRF this effort looks great! I'd love some help writing docs, it's a great way to contribute to open source, find bugs in the code base, and learn!
Check those out. If you want to confirm the mssql ones were moved and want to submit a PR that would be great! A fast easy one, you can tag me on it and I can handle landing it quickly. Would you mind sharing your code for this? I'd love to wipe the original post content with something more up to date. You could even print out the output in MD with empty check boxes |
Hi @h00die, Here it is :
I run it with Python 3, you need glob (which is a good directory explorer) library in order to make it functional. Don't hesitate to correct me, as I'm pretty bad at scripting ... You'll get two text files (missings and problems) markdown-formatted and ready to post on this issue (I wrote some I can confirm that the two I can make all the required modifications for the module/documentation names and make a pull request, however I'll let you make the modification on the first post of this issue ;) Thx for your help ! |
@hkerma Metasploit has a tools folder (in your path, most likely
This is just some quick stuff. I think we'll be able to do further optimizations in a PR. |
@hkerma hows it going on that script? Need any help? |
Hi @h00die, sorry I went for vacation and didn't really work on that. I'll take care of your advices and do that quickly ;) |
@hkerma no worries, just checking in! |
Hi @h00die,
Thx a lot ! EDIT : forgot to say that this script is supposed to be in "metasploit-framework/tools/docs/script.py" in order to work. |
Awesome! Go ahead and throw it into a PR. It'll be easier to comment on code there, as well as not taking up a block of space in this issues. I should be able to look at it during the week! Good job! |
@hkerma Can you throw that code into a PR so we can do a real review on it? |
Hi @h00die, really sorry but I got a lot of work to do at school ... |
not a problem, just glad to see youre still around! |
Closing this in favor of the docs output from @hkerma so that it can more easily be tracked and overwritten, etc. Will link to new issue shortly. |
In an attempt to prioritize docs, I (arbitrarily) decided auxiliary/scanner would be the best place to start. Lots of "underlying" and basic protocols live here. These can also help for later exploit modules since once you install a certain protocol for the scanner, you may be able to use it for the exploit as well and simply copy/paste the contents of the
# Vulnerable Application
section.Please just make a comment if you are working on one, and i'll Check mark it, and then when the doc lands we'll just take it off of this PR list.
The text was updated successfully, but these errors were encountered: