RustScan


┌──(kali㉿kali)-[~/archive/htb/labs/cybermonday]
└─$ rustscan -a $IP -b 25000
________________________________________
: https://discord.gg/GFrQsGy           :
: https://github.com/RustScan/RustScan :
 --------------------------------------
0day was here
 
[~] 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.11.228:22
open 10.10.11.228:80

Nmap


┌──(kali㉿kali)-[~/archive/htb/labs/cybermonday]
└─$ nmap -Pn -sC -sV -p22,80 $IP 
Starting Nmap 7.94 ( https://nmap.org ) at 2023-08-21 06:40 CEST
Nmap scan report for 10.10.11.228
Host is up (0.094s latency).
 
PORT   STATE SERVICE VERSION
22/tcp open  ssh     OpenSSH 8.4p1 Debian 5+deb11u1 (protocol 2.0)
| ssh-hostkey: 
|   3072 74:68:14:1f:a1:c0:48:e5:0d:0a:92:6a:fb:c1:0c:d8 (RSA)
|   256 f7:10:9d:c0:d1:f3:83:f2:05:25:aa:db:08:0e:8e:4e (ECDSA)
|_  256 2f:64:08:a9:af:1a:c5:cf:0f:0b:9b:d2:95:f5:92:32 (ED25519)
80/tcp open  http    nginx 1.25.1
|_http-server-header: nginx/1.25.1
|_http-title: Did not follow redirect to http://cybermonday.htb
Service Info: OS: Linux; CPE: cpe:/o:linux:linux_kernel
 
Service detection performed. Please report any incorrect results at https://nmap.org/submit/ .
Nmap done: 1 IP address (1 host up) scanned in 12.14 seconds

The target system appears to be Debian The initial Nmap scan report on the port 80 returned code 301 to a domain; cybermonday.htb

The domain information has been appended to the /etc/hosts file on Kali for local DNS resolution