RustScan


┌──(kali㉿kali)-[~/archive/htb/labs/ophiuchi]
└─$ rustscan -a $IP -b 20000
________________________________________
: https://discord.gg/GFrQsGy           :
: https://github.com/RustScan/RustScan :
 --------------------------------------
Real hackers hack time
 
[~] 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.227:22
open 10.10.10.227:8080

Nmap


┌──(kali㉿kali)-[~/archive/htb/labs/ophiuchi]
└─$ nmap -sC -sV -p22,8080 $IP
Starting Nmap 7.93 ( https://nmap.org ) at 2023-03-29 10:55 CEST
Nmap scan report for 10.10.10.227
Host is up (0.093s latency).
 
PORT     STATE SERVICE VERSION
22/tcp   open  ssh     OpenSSH 8.2p1 Ubuntu 4ubuntu0.1 (Ubuntu Linux; protocol 2.0)
| ssh-hostkey: 
|   3072 6dfc68e2da5e80dfbcd045f529db04ee (RSA)
|   256 7ac9837e13cbc3f9591e5321ab1976ab (ECDSA)
|_  256 176bc3a8fc5d3608a14089d2f40ac646 (ED25519)
8080/tcp open  http    Apache Tomcat 9.0.38
|_http-title: Parse YAML
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 11.30 seconds

The target system is Ubuntu