❯ sudo arp-scan -l [sudo] password for Pepster: Interface: eth0, type: EN10MB, MAC: 5e:bb:f6:9e:ee:fa, IPv4: 192.168.60.100 Starting arp-scan 1.10.0 with 256 hosts (https://github.com/royhills/arp-scan) 192.168.60.1 00:50:56:c0:00:08 VMware, Inc. 192.168.60.2 00:50:56:e4:1a:e5 VMware, Inc. 192.168.60.194 08:00:27:14:97:ef PCS Systemtechnik GmbH 192.168.60.254 00:50:56:e5:18:c5 VMware, Inc.
4 packets received by filter, 0 packets dropped by kernel Ending arp-scan 1.10.0: 256 hosts scanned in 2.020 seconds (126.73 hosts/sec). 4 responded ❯ export ip=192.168.60.194 ❯ rustscan -a $ip .----. .-. .-. .----..---. .----. .---. .--. .-. .-. | {} }| { } |{ {__ {_ _}{ {__ / ___} / {} \ | `| | | .-. \| {_} |.-._} } | | .-._} }\ }/ /\ \| |\ | `-' `-'`-----'`----' `-' `----' `---' `-' `-'`-' `-' The Modern Day Port Scanner. ________________________________________ : http://discord.skerritt.blog : : https://github.com/RustScan/RustScan : -------------------------------------- RustScan: Where '404 Not Found' meets '200 OK'. [~] The config file is expected to be at "/home/Pepster/.rustscan.toml" [!] File limit is lower than default batch size. Consider upping with --ulimit. May cause harm to sensitive servers [!] Your file limit is very small, which negatively impacts RustScan's speed. Use the Docker image, or up the Ulimit with '--ulimit 5000'. Open 192.168.60.194:22 Open 192.168.60.194:5555 [~] Starting Script(s) [~] Starting Nmap 7.95 ( https://nmap.org ) at 2025-05-25 21:43 CST Initiating ARP Ping Scan at 21:43 Scanning 192.168.60.194 [1 port] Completed ARP Ping Scan at 21:43, 0.07s elapsed (1 total hosts) Initiating Parallel DNS resolution of 1 host. at 21:43 Completed Parallel DNS resolution of 1 host. at 21:43, 0.01s elapsed DNS resolution of 1 IPs took 0.01s. Mode: Async [#: 1, OK: 0, NX: 1, DR: 0, SF: 0, TR: 1, CN: 0] Initiating SYN Stealth Scan at 21:43 Scanning 192.168.60.194 [2 ports] Discovered open port 22/tcp on 192.168.60.194 Discovered open port 5555/tcp on 192.168.60.194 Completed SYN Stealth Scan at 21:43, 0.06s elapsed (2 total ports) Nmap scan report for 192.168.60.194 Host is up, received arp-response (0.00054s latency). Scanned at 2025-05-25 21:43:00 CST for 0s
PORT STATE SERVICE REASON 22/tcp open ssh syn-ack ttl 64 5555/tcp open freeciv syn-ack ttl 64 MAC Address: 08:00:27:14:97:EF (PCS Systemtechnik/Oracle VirtualBox virtual NIC)
Read data files from: /usr/share/nmap Nmap done: 1 IP address (1 host up) scanned in 0.31 seconds Raw packets sent: 3 (116B) | Rcvd: 3 (116B)
❯ nmap $ip -p5555 -sV -A Starting Nmap 7.95 ( https://nmap.org ) at 2025-05-25 21:45 CST Nmap scan report for 192.168.60.194 Host is up (0.00062s latency).
PORT STATE SERVICE VERSION 5555/tcp open adb Android Debug Bridge (token auth required) MAC Address: 08:00:27:14:97:EF (PCS Systemtechnik/Oracle VirtualBox virtual NIC) Warning: OSScan results may be unreliable because we could not find at least 1 open and 1 closed port Device type: general purpose Running: Linux 4.X|5.X OS CPE: cpe:/o:linux:linux_kernel:4 cpe:/o:linux:linux_kernel:5 OS details: Linux 4.15 - 5.19, OpenWrt 21.02 (Linux 5.4) Network Distance: 1 hop Service Info: OS: Android; CPE: cpe:/o:linux:linux_kernel
TRACEROUTE HOP RTT ADDRESS 1 0.62 ms 192.168.60.194
OS and Service detection performed. Please report any incorrect results at https://nmap.org/submit/ . Nmap done: 1 IP address (1 host up) scanned in 7.76 seconds
❯ curl $ip:8080/line ❯ curl $ip:8080/line2 ❯ curl $ip:8080/line3 ❯ curl $ip:8080/line4 ❯ curl $ip:8080/line5 ❯ curl $ip:8080/line6 <!doctype html> <html lang=en> <title>404 Not Found</title> <h1>Not Found</h1> <p>The requested URL was not found on the server. If you entered the URL manually please check your spelling and try again.</p>