RustScan


┌──(kali㉿kali)-[~/archive/htb/labs/shibboleth]
└─$ rustscan -a $IP -b 20000
________________________________________
: https://discord.gg/GFrQsGy           :
: https://github.com/RustScan/RustScan :
 --------------------------------------
please contribute more quotes to our github https://github.com/rustscan/rustscan
 
[~] 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.124:80

Nmap


┌──(kali㉿kali)-[~/archive/htb/labs/shibboleth]
└─$ nmap -sC -sV -p80 $IP    
Starting Nmap 7.93 ( https://nmap.org ) at 2023-04-17 16:57 CEST
Nmap scan report for 10.10.11.124
Host is up (0.14s latency).
 
PORT   STATE SERVICE VERSION
80/tcp open  http    Apache httpd 2.4.41
|_http-server-header: Apache/2.4.41 (Ubuntu)
|_http-title: Did not follow redirect to http://shibboleth.htb/
Service Info: Host: shibboleth.htb
 
Service detection performed. Please report any incorrect results at https://nmap.org/submit/ .
Nmap done: 1 IP address (1 host up) scanned in 8.88 seconds

The target system is Ubuntu