RustScan


┌──(kali㉿kali)-[~/archive/htb/labs/buff]
└─$ rustscan -a $IP -b 10000
The Modern Day Port Scanner.
________________________________________
: https://discord.gg/GFrQsGy           :
: https://github.com/RustScan/RustScan :
 --------------------------------------
🌍HACK THE PLANET🌍
 
[~] 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.198:7680
open 10.10.10.198:8080

Nmap


┌──(kali㉿kali)-[~/archive/htb/labs/buff]
└─$ nmap -Pn -sC -sV -p7680,8080 $IP                       
Starting Nmap 7.93 ( https://nmap.org ) at 2023-01-27 11:15 CET
Nmap scan report for 10.10.10.198
Host is up (0.028s latency).
 
PORT     STATE SERVICE    VERSION
7680/tcp open  pando-pub?
8080/tcp open  http       Apache httpd 2.4.43 ((Win64) OpenSSL/1.1.1g PHP/7.4.6)
| http-open-proxy: Potentially OPEN proxy.
|_Methods supported:CONNECTION
|_http-title: mrb3n's Bro Hut
|_http-server-header: Apache/2.4.43 (Win64) OpenSSL/1.1.1g PHP/7.4.6
 
Service detection performed. Please report any incorrect results at https://nmap.org/submit/ .
Nmap done: 1 IP address (1 host up) scanned in 55.89 seconds

The target system is Microsoft Windows