RustScan


┌──(kali㉿kali)-[~/archive/htb/labs/passage]
└─$ rustscan -a $IP -b 25000
________________________________________
: https://discord.gg/GFrQsGy           :
: https://github.com/RustScan/RustScan :
 --------------------------------------
😵 https://admin.tryhackme.com
 
[~] 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.206:22
open 10.10.10.206:80

Nmap


┌──(kali㉿kali)-[~/archive/htb/labs/passage]
└─$ nmap -sC -sV -p- $IP             
Starting Nmap 7.93 ( https://nmap.org ) at 2023-03-17 13:48 CET
Nmap scan report for 10.10.10.206
Host is up (0.028s latency).
Not shown: 65533 closed tcp ports (conn-refused)
PORT   STATE SERVICE VERSION
22/tcp open  ssh     OpenSSH 7.2p2 Ubuntu 4 (Ubuntu Linux; protocol 2.0)
| ssh-hostkey: 
|   2048 17eb9e23ea23b6b1bcc64fdb98d3d4a1 (RSA)
|   256 71645150c37f184703983e5eb81019fc (ECDSA)
|_  256 fd562af8d060a7f1a0a147a438d6a8a1 (ED25519)
80/tcp open  http    Apache httpd 2.4.18 ((Ubuntu))
|_http-title: Passage News
|_http-server-header: Apache/2.4.18 (Ubuntu)
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 20.22 seconds

The target system is Ubuntu