RustScan
┌──(kali㉿kali)-[~/archive/htb/labs/postman]
└─$ 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.160:22
open 10.10.10.160:80
open 10.10.10.160:6379
open 10.10.10.160:10000
Nmap
┌──(kali㉿kali)-[~/archive/htb/labs/postman]
└─$ nmap -sC -sV -p22,80,6379,10000 $IP
Starting Nmap 7.94 ( https://nmap.org ) at 2023-10-05 10:13 CEST
Nmap scan report for 10.10.10.160
Host is up (0.16s latency).
PORT STATE SERVICE VERSION
22/tcp open ssh OpenSSH 7.6p1 Ubuntu 4ubuntu0.3 (Ubuntu Linux; protocol 2.0)
| ssh-hostkey:
| 2048 46:83:4f:f1:38:61:c0:1c:74:cb:b5:d1:4a:68:4d:77 (RSA)
| 256 2d:8d:27:d2:df:15:1a:31:53:05:fb:ff:f0:62:26:89 (ECDSA)
|_ 256 ca:7c:82:aa:5a:d3:72:ca:8b:8a:38:3a:80:41:a0:45 (ED25519)
80/tcp open http Apache httpd 2.4.29 ((Ubuntu))
|_http-server-header: Apache/2.4.29 (Ubuntu)
|_http-title: The Cyber Geek's Personal Website
6379/tcp open redis Redis key-value store 4.0.9
10000/tcp open http MiniServ 1.910 (Webmin httpd)
|_http-server-header: MiniServ/1.910
|_http-title: Site doesn't have a title (text/html; Charset=iso-8859-1).
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 38.90 seconds
The target system appears to be Ubuntu
UDP
┌──(kali㉿kali)-[~/archive/htb/labs/postman]
└─$ sudo nmap -sU -top-ports 1000 $IP
starting nmap 7.94 ( https://nmap.org ) at 2023-10-05 10:13 CEST
Nmap scan report for 10.10.10.160
Host is up (0.13s latency).
not shown: 999 closed udp ports (port-unreach)
PORT STATE SERVICE
10000/udp open ndmp
nmap done: 1 IP address (1 host up) scanned in 1002.63 seconds
┌──(kali㉿kali)-[~/archive/htb/labs/postman]
└─$ sudo nmap -sU -n -sV --script "ndmp-fs-info or ndmp-version" -p 10000 $IP
[sudo] password for kali:
starting nmap 7.94 ( https://nmap.org ) at 2023-10-05 10:30 CEST
Nmap scan report for 10.10.10.160
Host is up (0.14s latency).
PORT STATE SERVICE VERSION
10000/udp open webmin (https on TCP port 10000)
service detection performed. please report any incorrect results at https://nmap.org/submit/ .
nmap done: 1 IP address (1 host up) scanned in 0.66 seconds