-
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
docs for aux scanner finger #8298
Conversation
delaying so i can add the nmap script equivalent. |
Utilizing the [finger](https://nmap.org/nsedoc/scripts/finger.html) script | ||
|
||
``` | ||
# nmap -p 79 -sC 127.0.0.1 |
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.
You should provide a more specific example. It looks like this is the default example in the NSE docs, since @usage
isn't set in the script.
This command runs the default
scripts in Nmap, not the finger
script directly. To do that, you want to use --script finger
or even --script +finger
if fingerd
breaks the portrule
.
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.
100% agree. Good check on me getting lazy, I'll fix it up. Thanks for keeping me honest :)
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.
Nah, it's not laziness. I'm being nitpicky, since NSE docs have that fallback. :)
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.
Part of #8296
This adds module docs for the finger_users scanner.
Verification
List the steps needed to make sure this thing works
msfconsole
use auxiliary/scanner/finger/finger_users
info -d