-
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
doc for arp_sweep aux scanner discovery mod #8296 #8414
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks pretty solid to me at first glance. For the basic ones like this, I like to include an equivalent way with another tool like nmap. Example: https://github.com/rapid7/metasploit-framework/pull/8372/files
If you have a few moments and can add something similar that would be great.
I'll give this another look in a few hours and see about landing
[*] Start msfconsole [*] use the module [*] info -d [ ] Verify spelling and grammar
Sure, I am gonna add a confirmation step too! |
If it's ok, I am gonna work on more aux/scanner/discovery modules in the following days. |
absolutely! |
Release NotesDocumentation for the auxiliary/scanner/discovery/arp_sweep module has been added. |
Added one little line to specify which flag was actually doing the scan type: 48b85e9 |
#8296 A doc page for the empty_udp discovery scanner
auxiliary module.
Small fix: the
RPORT
option is required in the module,but it is not used in the code; deregister it.