Skip to content

Commit 03099cd

Browse files
committed
adding confirmation
1 parent 2990c3b commit 03099cd

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

documentation/modules/auxiliary/scanner/ftp/ftp_version.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,3 +60,22 @@ msf auxiliary(ftp_version) > exploit
6060
[*] Auxiliary module execution completed
6161
msf auxiliary(ftp_version) >
6262
```
63+
## Confirming using NMAP
64+
```
65+
root@kali:~# nmap -sV 127.0.0.1
66+
67+
Starting Nmap 7.40SVN ( https://nmap.org ) at 2017-04-24 00:12 IST
68+
Nmap scan report for localhost (127.0.0.1)
69+
Host is up (0.0000020s latency).
70+
Not shown: 997 closed ports
71+
PORT STATE SERVICE VERSION
72+
21/tcp open ftp vsftpd 3.0.3
73+
111/tcp open rpcbind 2-4 (RPC #100000)
74+
5432/tcp open postgresql PostgreSQL DB 9.5.4
75+
Service Info: OS: Unix
76+
77+
Service detection performed. Please report any incorrect results at https://nmap.org/submit/ .
78+
Nmap done: 1 IP address (1 host up) scanned in 6.35 seconds
79+
root@kali:~#
80+
81+
```

0 commit comments

Comments
 (0)