# Nmap 7.95 scan initiated Tue Jun 2 03:30:07 2026 as: nmap -sS -sC -sV -p- -n -Pn -oN test.txt 10.129.202.41 Nmap scan report for 10.129.202.41 Host is up (0.052s latency). Not shown: 65519 closed tcp ports (reset) PORT STATE SERVICE VERSION 111/tcp open rpcbind? |_rpcinfo: ERROR: Script execution failed (use -d to debug) 135/tcp open msrpc Microsoft Windows RPC 139/tcp open netbios-ssn Microsoft Windows netbios-ssn 445/tcp open microsoft-ds? 2049/tcp open mountd 1-3 (RPC #100005) 3389/tcp open ms-wbt-server Microsoft Terminal Services | ssl-cert: Subject: commonName=WINMEDIUM | Not valid before: 2026-06-01T07:17:15 |_Not valid after: 2026-12-01T07:17:15 |_ssl-date: 2026-06-02T07:31:53+00:00; 0s from scanner time. | rdp-ntlm-info: | Target_Name: WINMEDIUM | NetBIOS_Domain_Name: WINMEDIUM | NetBIOS_Computer_Name: WINMEDIUM | DNS_Domain_Name: WINMEDIUM | DNS_Computer_Name: WINMEDIUM | Product_Version: 10.0.17763 |_ System_Time: 2026-06-02T07:31:45+00:00 5985/tcp open http Microsoft HTTPAPI httpd 2.0 (SSDP/UPnP) |_http-title: Not Found |_http-server-header: Microsoft-HTTPAPI/2.0 47001/tcp open http Microsoft HTTPAPI httpd 2.0 (SSDP/UPnP) |_http-title: Not Found |_http-server-header: Microsoft-HTTPAPI/2.0 49664/tcp open msrpc Microsoft Windows RPC 49665/tcp open msrpc Microsoft Windows RPC 49666/tcp open msrpc Microsoft Windows RPC 49667/tcp open msrpc Microsoft Windows RPC 49668/tcp open msrpc Microsoft Windows RPC 49679/tcp open msrpc Microsoft Windows RPC 49680/tcp open msrpc Microsoft Windows RPC 49681/tcp open msrpc Microsoft Windows RPC Service Info: OS: Windows; CPE: cpe:/o:microsoft:windows
Service detection performed. Please report any incorrect results at https://nmap.org/submit/ . # Nmap done at Tue Jun 2 03:32:24 2026 -- 1 IP address (1 host up) scanned in 137.32 seconds
111端口 NFS服务探测
枚举可以使用的NFS
1 2 3
showmount -e 10.129.202.41 Export list for 10.129.202.41: /TechSupport (everyone)
挂载到本地
1 2
mkdir test sudo mount -o nolock 10.219.202.41:/TechSupport ./test
Sharename Type Comment --------- ---- ------- ADMIN$ Disk Remote Admin C$ Disk Default share devshare Disk IPC$ IPC Remote IPC Users Disk Reconnecting with SMB1 for workgroup listing. do_connect: Connection to 10.129.202.41 failed (Error NT_STATUS_RESOURCE_NAME_NOT_FOUND) Unable to connect with SMB1 -- no workgroup available
❯ smbclient //10.129.202.41/devshare -U alex Password for [WORKGROUP\alex]: Try "help" to get a list of possible commands. smb: \> ls . D 0 Thu Nov 11 00:12:22 2021 .. D 0 Thu Nov 11 00:12:22 2021 important.txt A 16 Thu Nov 11 00:12:55 2021 get impo 10328063 blocks of size 4096. 6101374 blocks available smb: \> get important.txt getting file \important.txt of size 16 as important.txt (0.0 KiloBytes/sec) (average 0.0 KiloBytes/sec) smb: \> exit
# Nmap 7.95 scan initiated Tue Jun 2 19:59:09 2026 as: nmap -sS -sC -sV -F -n -Pn -v -oN test.txt 10.129.202.20 Nmap scan report for 10.129.202.20 Host is up (0.97s latency). Not shown: 95 closed tcp ports (reset) PORT STATE SERVICE VERSION 22/tcp open ssh OpenSSH 8.2p1 Ubuntu 4ubuntu0.3 (Ubuntu Linux; protocol 2.0) | ssh-hostkey: | 3072 3f:4c:8f:10:f1:ae:be:cd:31:24:7c:a1:4e:ab:84:6d (RSA) | 256 7b:30:37:67:50:b9:ad:91:c0:8f:f7:02:78:3b:7c:02 (ECDSA) |_ 256 88:9e:0e:07:fe:ca:d0:5c:60:ab:cf:10:99:cd:6c:a7 (ED25519) 110/tcp open pop3 Dovecot pop3d |_pop3-capabilities: STLS RESP-CODES UIDL USER PIPELINING SASL(PLAIN) TOP CAPA AUTH-RESP-CODE | ssl-cert: Subject: commonName=NIXHARD | Subject Alternative Name: DNS:NIXHARD | Issuer: commonName=NIXHARD | Public Key type: rsa | Public Key bits: 2048 | Signature Algorithm: sha256WithRSAEncryption | Not valid before: 2021-11-10T01:30:25 | Not valid after: 2031-11-08T01:30:25 | MD5: 2b45:ec3c:508f:3cfb:9f6a:750c:63f8:2077 |_SHA-1: ed43:7d5a:3c46:54ac:9902:8dc4:9d86:6efb:2ae3:357c |_ssl-date: TLS randomness does not represent time 143/tcp open imap Dovecot imapd (Ubuntu) |_imap-capabilities: more LITERAL+ have post-login capabilities Pre-login listed IDLE SASL-IR ENABLE ID AUTH=PLAINA0001 STARTTLS IMAP4rev1 OK LOGIN-REFERRALS |_ssl-date: TLS randomness does not represent time | ssl-cert: Subject: commonName=NIXHARD | Subject Alternative Name: DNS:NIXHARD | Issuer: commonName=NIXHARD | Public Key type: rsa | Public Key bits: 2048 | Signature Algorithm: sha256WithRSAEncryption | Not valid before: 2021-11-10T01:30:25 | Not valid after: 2031-11-08T01:30:25 | MD5: 2b45:ec3c:508f:3cfb:9f6a:750c:63f8:2077 |_SHA-1: ed43:7d5a:3c46:54ac:9902:8dc4:9d86:6efb:2ae3:357c 993/tcp open ssl/imap Dovecot imapd (Ubuntu) |_ssl-date: TLS randomness does not represent time |_imap-capabilities: LITERAL+ more have capabilities post-login listed Pre-login SASL-IR ENABLE ID AUTH=PLAINA0001 IDLE IMAP4rev1 OK LOGIN-REFERRALS | ssl-cert: Subject: commonName=NIXHARD | Subject Alternative Name: DNS:NIXHARD | Issuer: commonName=NIXHARD | Public Key type: rsa | Public Key bits: 2048 | Signature Algorithm: sha256WithRSAEncryption | Not valid before: 2021-11-10T01:30:25 | Not valid after: 2031-11-08T01:30:25 | MD5: 2b45:ec3c:508f:3cfb:9f6a:750c:63f8:2077 |_SHA-1: ed43:7d5a:3c46:54ac:9902:8dc4:9d86:6efb:2ae3:357c 995/tcp open ssl/pop3 Dovecot pop3d |_pop3-capabilities: PIPELINING SASL(PLAIN) USER UIDL RESP-CODES TOP CAPA AUTH-RESP-CODE | ssl-cert: Subject: commonName=NIXHARD | Subject Alternative Name: DNS:NIXHARD | Issuer: commonName=NIXHARD | Public Key type: rsa | Public Key bits: 2048 | Signature Algorithm: sha256WithRSAEncryption | Not valid before: 2021-11-10T01:30:25 | Not valid after: 2031-11-08T01:30:25 | MD5: 2b45:ec3c:508f:3cfb:9f6a:750c:63f8:2077 |_SHA-1: ed43:7d5a:3c46:54ac:9902:8dc4:9d86:6efb:2ae3:357c |_ssl-date: TLS randomness does not represent time Service Info: OS: Linux; CPE: cpe:/o:linux:linux_kernel
Read data files from: /usr/bin/../share/nmap Service detection performed. Please report any incorrect results at https://nmap.org/submit/ . # Nmap done at Tue Jun 2 20:00:13 2026 -- 1 IP address (1 host up) scanned in 64.16 seconds
可利用的信息太少了,这里对于udp端口进行进一步探测
1 2 3 4
Not shown: 998 closed udp ports (port-unreach) PORT STATE SERVICE 68/udp open|filtered dhcpc 161/udp open snmp