RustScan
┌──(kali㉿kali)-[~/PEN-200/PG_PRACTICE/bullybox]
└─$ rustscan -a $IP
________________________________________
: http://discord.skerritt.blog :
: https://github.com/RustScan/RustScan :
--------------------------------------
TreadStone was here 🚀
[~] The config file is expected to be at "/home/kali/.rustscan.toml"
[~] Automatically increasing ulimit value to 10000.
Open 192.168.154.27:22
Open 192.168.154.27:80
Nmap
┌──(kali㉿kali)-[~/PEN-200/PG_PRACTICE/bullybox]
└─$ nmap -p- -sC -sV -T5 --min-parallelism 100 --max-parallelism 256 $IP
Starting Nmap 7.95 ( https://nmap.org ) at 2025-03-31 18:20 CEST
Warning: 192.168.154.27 giving up on port because retransmission cap hit (2).
Nmap scan report for 192.168.154.27
Host is up (0.024s latency).
Not shown: 65170 closed tcp ports (reset), 363 filtered tcp ports (no-response)
PORT STATE SERVICE VERSION
22/tcp open ssh OpenSSH 8.9p1 Ubuntu 3ubuntu0.1 (Ubuntu Linux; protocol 2.0)
| ssh-hostkey:
| 256 b9:bc:8f:01:3f:85:5d:f9:5c:d9:fb:b6:15:a0:1e:74 (ECDSA)
|_ 256 53:d9:7f:3d:22:8a:fd:57:98:fe:6b:1a:4c:ac:79:67 (ED25519)
80/tcp open http Apache httpd 2.4.52 ((Ubuntu))
|_http-title: Site doesn't have a title (text/html).
|_http-server-header: Apache/2.4.52 (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 34.80 seconds
The target system appears to be Ubuntu
UDP
┌──(kali㉿kali)-[~/PEN-200/PG_PRACTICE/bullybox]
└─$ sudo nmap -sU --top-ports 1000 $IP
[sudo] password for kali:
Starting Nmap 7.95 ( https://nmap.org ) at 2025-03-31 18:20 CEST
Nmap scan report for 192.168.154.27
Host is up (0.022s latency).
All 1000 scanned ports on 192.168.154.27 are in ignored states.
Not shown: 1000 closed udp ports (port-unreach)
Nmap done: 1 IP address (1 host up) scanned in 1090.84 seconds