RustScan
┌──(kali㉿kali)-[~/archive/htb/labs/openadmin]
└─$ rustscan -a $IP -b 20000
________________________________________
: https://discord.gg/GFrQsGy :
: https://github.com/RustScan/RustScan :
--------------------------------------
Nmap? More like slowmap.🐢
[~] 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.171:22
open 10.10.10.171:80
RustScan returns 2 open ports on the target system
Running Nmap scan for version/service enumeration
┌──(kali㉿kali)-[~/archive/htb/labs/openadmin]
└─$ sudo nmap -Pn -AO -p- $IP
starting nmap 7.93 ( https://nmap.org ) at 2022-10-11 14:28 CEST
Nmap scan report for 10.10.10.171
Host is up (0.029s latency).
not shown: 65533 closed tcp ports (reset)
PORT STATE SERVICE VERSION
22/tcp open ssh OpenSSH 7.6p1 Ubuntu 4ubuntu0.3 (Ubuntu Linux; protocol 2.0)
| ssh-hostkey:
| 2048 4b98df85d17ef03dda48cdbc9200b754 (RSA)
| 256 dceb3dc944d118b122b4cfdebd6c7a54 (ECDSA)
|_ 256 dcadca3c11315b6fe6a489347c9be550 (ED25519)
80/tcp open http Apache httpd 2.4.29 ((Ubuntu))
|_http-title: Apache2 Ubuntu Default Page: It works
|_http-server-header: Apache/2.4.29 (Ubuntu)
network distance: 2 hops
service info: OS: Linux; CPE: cpe:/o:linux:linux_kernel
TRACEROUTE (using port 143/tcp)
HOP RTT ADDRESS
1 31.23 ms 10.10.14.1
2 31.40 ms 10.10.10.171
os and service detection performed. please report any incorrect results at https://nmap.org/submit/ .
nmap done: 1 IP address (1 host up) scanned in 43.76 seconds
The target system is Ubuntu
22
: OpenSSH 7.6p180
:Apache httpd 2.4.29