RustScan


┌──(kali㉿kali)-[~/archive/htb/labs/jeeves]
└─$ rustscan -a $IP -b 25000
________________________________________
: https://discord.gg/GFrQsGy           :
: https://github.com/RustScan/RustScan :
 --------------------------------------
please contribute more quotes to our github https://github.com/rustscan/rustscan
 
[~] The config file is expected to be at "/home/kali/.rustscan.toml"
[~] Automatically increasing ulimit value to 5000.
[!] File limit is lower than default batch size. Consider upping with --ulimit. May cause harm to sensitive servers
open 10.10.10.63:80
open 10.10.10.63:135
open 10.10.10.63:445
open 10.10.10.63:50000

Nmap


┌──(kali㉿kali)-[~/archive/htb/labs/jeeves]
└─$ nmap -sC -sV -p80,135,445,50000 $IP
Starting Nmap 7.94 ( https://nmap.org ) at 2023-12-01 11:17 CET
Nmap scan report for 10.10.10.63
Host is up (0.18s latency).
 
PORT      STATE SERVICE      VERSION
80/tcp    open  http         Microsoft IIS httpd 10.0
|_http-title: Ask Jeeves
|_http-server-header: Microsoft-IIS/10.0
| http-methods: 
|_  Potentially risky methods: TRACE
135/tcp   open  msrpc        Microsoft Windows RPC
445/tcp   open  microsoft-ds Microsoft Windows 7 - 10 microsoft-ds (workgroup: WORKGROUP)
50000/tcp open  http         Jetty 9.4.z-SNAPSHOT
|_http-server-header: Jetty(9.4.z-SNAPSHOT)
|_http-title: Error 404 Not Found
Service Info: Host: JEEVES; OS: Windows; CPE: cpe:/o:microsoft:windows
 
Host script results:
|_clock-skew: mean: 4h59m49s, deviation: 0s, median: 4h59m49s
| smb2-security-mode: 
|   3:1:1: 
|_    Message signing enabled but not required
| smb2-time: 
|   date: 2023-12-01T15:17:37
|_  start_date: 2023-11-30T17:06:34
| smb-security-mode: 
|   account_used: guest
|   authentication_level: user
|   challenge_response: supported
|_  message_signing: disabled (dangerous, but default)
 
Service detection performed. Please report any incorrect results at https://nmap.org/submit/ .
Nmap done: 1 IP address (1 host up) scanned in 49.25 seconds
 

UDP


┌──(kali㉿kali)-[~/archive/htb/labs/jeeves]
└─$ sudo nmap -sU -top-ports 1000 $IP
starting nmap 7.94 ( https://nmap.org ) at 2023-12-01 11:10 CET
Nmap scan report for 10.10.10.63
Host is up (0.18s latency).
All 1000 scanned ports on 10.10.10.63 are in ignored states.
not shown: 1000 open|filtered udp ports (no-response)
 
nmap done: 1 IP address (1 host up) scanned in 186.63 seconds