RustScan
┌──(kali㉿kali)-[~/archive/htb/labs/seventeen]
└─$ 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.165:22
open 10.10.11.165:80
open 10.10.11.165:8000
Nmap
┌──(kali㉿kali)-[~/archive/htb/labs/seventeen]
└─$ nmap -Pn -sC -sV -p22,80,8000 $IP
Starting Nmap 7.93 ( https://nmap.org ) at 2023-06-19 20:25 CEST
Nmap scan report for 10.10.11.165
Host is up (0.096s latency).
PORT STATE SERVICE VERSION
22/tcp open ssh OpenSSH 7.6p1 Ubuntu 4ubuntu0.7 (Ubuntu Linux; protocol 2.0)
| ssh-hostkey:
| 2048 2eb26ebb927d5e6b3693171a8209e464 (RSA)
| 256 1f57c653fc2d8b517d304202a4d65f44 (ECDSA)
|_ 256 d5a5363819fe0d677916e6da1791ebad (ED25519)
80/tcp open http Apache httpd 2.4.29 ((Ubuntu))
|_http-server-header: Apache/2.4.29 (Ubuntu)
|_http-title: Let's begin your education with us!
8000/tcp open http Apache httpd 2.4.38
|_http-server-header: Apache/2.4.38 (Debian)
|_http-title: 403 Forbidden
Service Info: Host: 172.17.0.4; 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 15.03 seconds
The target system appears to be Ubuntu