RustScan


┌──(kali㉿kali)-[~/archive/htb/labs/tartarsauce]
└─$ rustscan -a $IP --ulimit=5000 
The Modern Day Port Scanner.
________________________________________
: 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.
open 10.10.10.88:80

Nmap


┌──(kali㉿kali)-[~/archive/htb/labs/tartarsauce]
└─$ nmap -sC -sV -p80 $IP
Starting Nmap 7.93 ( https://nmap.org ) at 2023-01-23 12:41 CET
Nmap scan report for 10.10.10.88
Host is up (0.031s latency).
 
PORT   STATE SERVICE VERSION
80/tcp open  http    Apache httpd 2.4.18 ((Ubuntu))
|_http-server-header: Apache/2.4.18 (Ubuntu)
|_http-title: Landing Page
| http-robots.txt: 5 disallowed entries 
| /webservices/tar/tar/source/ 
| /webservices/monstra-3.0.4/ /webservices/easy-file-uploader/ 
|_/webservices/developmental/ /webservices/phpmyadmin/
 
Service detection performed. Please report any incorrect results at https://nmap.org/submit/ .
Nmap done: 1 IP address (1 host up) scanned in 7.48 seconds