File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed
documentation/modules/auxiliary/scanner/ftp Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change @@ -60,3 +60,22 @@ msf auxiliary(ftp_version) > exploit
60
60
[*] Auxiliary module execution completed
61
61
msf auxiliary(ftp_version) >
62
62
```
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
+ ```
You can’t perform that action at this time.
0 commit comments