1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111
| ❯ nmap -sP 192.168.231.0/24 Starting Nmap 7.91 ( https://nmap.org ) at 2021-04-27 10:31 CST Nmap scan report for 192.168.231.1 Host is up (0.00023s latency). MAC Address: 92:9C:4A:9B:DD:64 (Unknown) Nmap scan report for 192.168.231.13 Host is up (0.00076s latency). MAC Address: 00:0C:29:4D:BF:1B (VMware) Nmap scan report for 192.168.231.11 Host is up. Nmap done: 256 IP addresses (3 hosts up) scanned in 2.22 seconds ❯ nmap -p 1-65535 -A 192.168.231.13 Starting Nmap 7.91 ( https://nmap.org ) at 2021-04-27 10:32 CST Nmap scan report for localhost (192.168.231.13) Host is up (0.00051s latency). Not shown: 64523 filtered ports, 1004 closed ports PORT STATE SERVICE VERSION 21/tcp open ftp vsftpd 3.0.2 | ftp-anon: Anonymous FTP login allowed (FTP code 230) |_drwxrwxrwx 3 0 0 16 Feb 19 2020 pub [NSE: writeable] | ftp-syst: | STAT: | FTP server status: | Connected to ::ffff:192.168.231.11 | Logged in as ftp | TYPE: ASCII | No session bandwidth limit | Session timeout in seconds is 300 | Control connection is plain text | Data connections will be plain text | At session startup, client count was 2 | vsFTPd 3.0.2 - secure, fast, stable |_End of status 22/tcp open ssh OpenSSH 7.4 (protocol 2.0) | ssh-hostkey: | 2048 75:fa:37:d1:62:4a:15:87:7e:21:83:b9:2f:ff:04:93 (RSA) | 256 b8:db:2c:ca:e2:70:c3:eb:9a:a8:cc:0e:a2:1c:68:6b (ECDSA) |_ 256 66:a3:1b:55:ca:c2:51:84:41:21:7f:77:40:45:d4:9f (ED25519) 80/tcp open http Apache httpd 2.4.6 ((CentOS)) | http-methods: |_ Potentially risky methods: TRACE |_http-server-header: Apache/2.4.6 (CentOS) |_http-title: My File Server 111/tcp open rpcbind 2-4 (RPC | rpcinfo: | program version port/proto service | 100000 2,3,4 111/tcp rpcbind | 100000 2,3,4 111/udp rpcbind | 100000 3,4 111/tcp6 rpcbind | 100000 3,4 111/udp6 rpcbind | 100003 3,4 2049/tcp nfs | 100003 3,4 2049/tcp6 nfs | 100003 3,4 2049/udp nfs | 100003 3,4 2049/udp6 nfs | 100005 1,2,3 20048/tcp mountd | 100005 1,2,3 20048/tcp6 mountd | 100005 1,2,3 20048/udp mountd | 100005 1,2,3 20048/udp6 mountd | 100021 1,3,4 35575/tcp nlockmgr | 100021 1,3,4 35988/tcp6 nlockmgr | 100021 1,3,4 46841/udp6 nlockmgr | 100021 1,3,4 48732/udp nlockmgr | 100024 1 34256/tcp6 status | 100024 1 34266/udp6 status | 100024 1 54181/udp status | 100024 1 56026/tcp status | 100227 3 2049/tcp nfs_acl | 100227 3 2049/tcp6 nfs_acl | 100227 3 2049/udp nfs_acl |_ 100227 3 2049/udp6 nfs_acl 445/tcp open netbios-ssn Samba smbd 4.9.1 (workgroup: SAMBA) 2049/tcp open nfs_acl 3 (RPC 2121/tcp open ftp ProFTPD 1.3.5 | ftp-anon: Anonymous FTP login allowed (FTP code 230) |_Can't get directory listing: ERROR 20048/tcp open mountd 1-3 (RPC #100005) MAC Address: 00:0C:29:4D:BF:1B (VMware) Device type: general purpose Running: Linux 3.X OS CPE: cpe:/o:linux:linux_kernel:3 OS details: Linux 3.4 - 3.10 Network Distance: 1 hop Service Info: Host: FILESERVER; OS: Unix
Host script results: |_clock-skew: mean: 6h10m01s, deviation: 3h10m29s, median: 7h59m59s | smb-os-discovery: | OS: Windows 6.1 (Samba 4.9.1) | Computer name: localhost | NetBIOS computer name: FILESERVER\x00 | Domain name: \x00 | FQDN: localhost |_ System time: 2021-04-27T16:03:42+05:30 | smb-security-mode: | account_used: guest | authentication_level: user | challenge_response: supported |_ message_signing: disabled (dangerous, but default) | smb2-security-mode: | 2.02: |_ Message signing enabled but not required | smb2-time: | date: 2021-04-27T10:33:42 |_ start_date: N/A
TRACEROUTE HOP RTT ADDRESS 1 0.50 ms localhost (192.168.231.13)
OS and Service detection performed. Please report any incorrect results at https://nmap.org/submit/ . Nmap done: 1 IP address (1 host up) scanned in 93.21 seconds
|