RustScan


┌──(kali㉿kali)-[~/PEN-200/PG_PRACTICE/kevin]
└─$ rustscan -a $IP
________________________________________
: http://discord.skerritt.blog         :
: https://github.com/RustScan/RustScan :
 --------------------------------------
I scanned ports so fast, even my computer was surprised.
 
[~] The config file is expected to be at "/home/kali/.rustscan.toml"
[~] Automatically increasing ulimit value to 10000.
Open 192.168.221.45:80
Open 192.168.221.45:135
Open 192.168.221.45:139
Open 192.168.221.45:445
Open 192.168.221.45:3389
Open 192.168.221.45:3573
Open 192.168.221.45:49153
Open 192.168.221.45:49152
Open 192.168.221.45:49154
Open 192.168.221.45:49155
Open 192.168.221.45:49158
Open 192.168.221.45:49159

Nmap


┌──(kali㉿kali)-[~/PEN-200/PG_PRACTICE/kevin]
└─$ nmap -p- -T5 --min-parallelism 100 --max-parallelism 256 $IP
Starting Nmap 7.95 ( https://nmap.org ) at 2025-02-27 18:39 CET
Warning: 192.168.221.45 giving up on port because retransmission cap hit (2).
Nmap scan report for 192.168.221.45
Host is up (0.035s latency).
Not shown: 60223 closed tcp ports (reset), 5300 filtered tcp ports (no-response)
PORT      STATE SERVICE
80/tcp    open  http
135/tcp   open  msrpc
139/tcp   open  netbios-ssn
445/tcp   open  microsoft-ds
3389/tcp  open  ms-wbt-server
3573/tcp  open  tag-ups-1
49152/tcp open  unknown
49153/tcp open  unknown
49154/tcp open  unknown
49155/tcp open  unknown
49158/tcp open  unknown
49159/tcp open  unknown
 
Nmap done: 1 IP address (1 host up) scanned in 36.06 seconds
 
┌──(kali㉿kali)-[~/PEN-200/PG_PRACTICE/kevin]
└─$ nmap -p- -sC -sV -T5 --min-parallelism 100 --max-parallelism 256 $IP
Starting Nmap 7.95 ( https://nmap.org ) at 2025-02-27 18:40 CET
Warning: 192.168.221.45 giving up on port because retransmission cap hit (2).
Nmap scan report for 192.168.221.45
Host is up (0.028s latency).
 
Not shown: 65482 closed tcp ports (reset), 41 filtered tcp ports (no-response)
Host script results:
PORT      STATE SERVICE        VERSION
80/tcp    open  http           GoAhead WebServer
|_http-server-header: GoAhead-Webs
| http-title: HP Power Manager
|_Requested resource was http://192.168.221.45/index.asp
135/tcp   open  msrpc          Microsoft Windows RPC
139/tcp   open  netbios-ssn    Microsoft Windows netbios-ssn
445/tcp   open  microsoft-ds   Windows 7 Ultimate N 7600 microsoft-ds (workgroup: WORKGROUP)
| smb-os-discovery: 
|   OS: Windows 7 Ultimate N 7600 (Windows 7 Ultimate N 6.1)
|   OS CPE: cpe:/o:microsoft:windows_7::-
|   Computer name: kevin
|   NetBIOS computer name: KEVIN\x00
|   Workgroup: WORKGROUP\x00
|_  System time: 2025-02-27T09:42:00-08:00
| smb2-security-mode: 
|   2:1:0: 
|_    Message signing enabled but not required
|_clock-skew: mean: 1h35m59s, deviation: 3h34m40s, median: -1s
| smb-security-mode: 
|   account_used: <blank>
|   authentication_level: user
|   challenge_response: supported
|_  message_signing: disabled (dangerous, but default)
|_nbstat: NetBIOS name: KEVIN, NetBIOS user: <unknown>, NetBIOS MAC: 00:50:56:9e:68:bd (VMware)
| smb2-time: 
|   date: 2025-02-27T17:42:00
|_  start_date: 2025-02-27T17:38:32
3389/tcp  open  ms-wbt-server?
|_ssl-date: 2025-02-27T17:42:10+00:00; -1s from scanner time.
| ssl-cert: Subject: commonName=kevin
| Not valid before: 2025-02-26T17:37:43
|_Not valid after:  2025-08-28T17:37:43
| rdp-ntlm-info: 
|   Target_Name: KEVIN
|   NetBIOS_Domain_Name: KEVIN
|   NetBIOS_Computer_Name: KEVIN
|   DNS_Domain_Name: kevin
|   DNS_Computer_Name: kevin
|   Product_Version: 6.1.7600
|_  System_Time: 2025-02-27T17:42:00+00:00
3573/tcp  open  tag-ups-1?
49152/tcp open  msrpc          Microsoft Windows RPC
49153/tcp open  msrpc          Microsoft Windows RPC
49154/tcp open  msrpc          Microsoft Windows RPC
49155/tcp open  msrpc          Microsoft Windows RPC
49158/tcp open  msrpc          Microsoft Windows RPC
49159/tcp open  msrpc          Microsoft Windows RPC
Service Info: Host: KEVIN; OS: Windows; CPE: cpe:/o:microsoft:windows
 
Service detection performed. Please report any incorrect results at https://nmap.org/submit/ .
Nmap done: 1 IP address (1 host up) scanned in 93.23 seconds

The target system appears to be a Windows The hostname is kevin

UDP


┌──(kali㉿kali)-[~/PEN-200/PG_PRACTICE/kevin]
└─$ sudo nmap -sU -Pn -top-ports 1000 $IP
Starting Nmap 7.95 ( https://nmap.org ) at 2025-02-27 18:39 CET
Nmap scan report for 192.168.221.45
Host is up (0.033s latency).
Not shown: 995 closed udp ports (port-unreach)
PORT     STATE         SERVICE
137/udp  open          netbios-ns
138/udp  open|filtered netbios-dgm
500/udp  open|filtered isakmp
4500/udp open|filtered nat-t-ike
5355/udp open|filtered llmnr
 
Nmap done: 1 IP address (1 host up) scanned in 677.33 seconds