Skip to content

Commit 5699051

Browse files
committed
Update finger_users doc with nmap --script finger
1 parent 24004f1 commit 5699051

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

documentation/modules/auxiliary/scanner/finger/finger_users.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ The USERS_FILE is a newline delimited list of users and defaults to `unix_users.
4343
Utilizing the [finger](https://nmap.org/nsedoc/scripts/finger.html) script
4444

4545
```
46-
# nmap -p 79 -sC 127.0.0.1
46+
# nmap -p 79 --script finger 127.0.0.1
4747
4848
Starting Nmap 7.40 ( https://nmap.org ) at 2017-04-26 19:35 EDT
4949
Nmap scan report for localhost (127.0.0.1)

0 commit comments

Comments
 (0)