Skip to content

Commit 1843f03

Browse files
committed
add nmap equivalent
1 parent 43847f9 commit 1843f03

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

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

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,22 @@ The USERS_FILE is a newline delimited list of users and defaults to `unix_users.
3737
[*] Scanned 1 of 1 hosts (100% complete)
3838
[*] Auxiliary module execution completed
3939
```
40+
41+
## Confirming using NMAP
42+
43+
Utilizing the [finger](https://nmap.org/nsedoc/scripts/finger.html) script
44+
45+
```
46+
# nmap -p 79 -sC 127.0.0.1
47+
48+
Starting Nmap 7.40 ( https://nmap.org ) at 2017-04-26 19:35 EDT
49+
Nmap scan report for localhost (127.0.0.1)
50+
Host is up (0.000039s latency).
51+
PORT STATE SERVICE
52+
79/tcp open finger
53+
| finger: Login Name Tty Idle Login Time Office Office Phone\x0D
54+
| root root tty2 16d Apr 10 19:17 (:0)\x0D
55+
|_root root *pts/3 1d Apr 25 19:11 (192.168.2.175)\x0D
56+
57+
Nmap done: 1 IP address (1 host up) scanned in 0.42 seconds
58+
```

0 commit comments

Comments
 (0)