RustScan
┌──(kali㉿kali)-[~/archive/htb/labs/jerry]
└─$ rustscan -a $IP -b 20000
________________________________________
: https://discord.gg/GFrQsGy :
: https://github.com/RustScan/RustScan :
--------------------------------------
Real hackers hack time ⌛
[~] 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.95:8080
Nmap
┌──(kali㉿kali)-[~/archive/htb/labs/jerry]
└─$ nmap -Pn -sC -sV -p8080 $IP
Starting Nmap 7.93 ( https://nmap.org ) at 2023-04-05 09:10 CEST
Nmap scan report for 10.10.10.95
Host is up (0.093s latency).
PORT STATE SERVICE VERSION
8080/tcp open http Apache Tomcat/Coyote JSP engine 1.1
|_http-open-proxy: Proxy might be redirecting requests
|_http-server-header: Apache-Coyote/1.1
|_http-favicon: Apache Tomcat
|_http-title: Apache Tomcat/7.0.88
Service detection performed. Please report any incorrect results at https://nmap.org/submit/ .
Nmap done: 1 IP address (1 host up) scanned in 12.12 seconds
Although not specified in the output, the target system is a Windows machine