1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56
| ┌──(root㉿kali-linux)-[~/…/work/exam/ctf/game-of-thrones] └─# nmap -sV -p80,21-22,53,5432,1337,10000 -T4 -A -oG namp1_game.txt 192.168.3.17 Starting Nmap 7.93 ( https://nmap.org ) at 2025-12-23 21:11 CST Nmap scan report for 192.168.3.17 Host is up (0.0020s latency).
PORT STATE SERVICE VERSION 21/tcp open ftp Pure-FTPd 22/tcp open ssh Linksys WRT45G modified dropbear sshd (protocol 2.0) | ssh-hostkey: | 2048 e65bd7786b864f9b35409fc71fdd0d9f (RSA) | 256 b8e330882eba56f249b0cc35c7cc4806 (ECDSA) |_ 256 a9f2d8eef09349d81904ffad89eedf7d (ED25519) 53/tcp open domain (unknown banner: Bind) | fingerprint-strings: | DNSVersionBindReqTCP: | version | bind |_ Bind | dns-nsid: |_ bind.version: Bind 80/tcp open http Apache httpd |_http-server-header: Apache | http-robots.txt: 2 disallowed entries |_/secret-island/ /direct-access-to-kings-landing/ |_http-title: Game of Thrones CTF 1337/tcp open http nginx | http-auth: | HTTP/1.1 401 Unauthorized\x0D |_ Basic realm=Welcome to Casterly Rock |_http-title: 401 Authorization Required 5432/tcp open postgresql PostgreSQL DB 9.6.4 - 9.6.6 or 9.6.13 - 9.6.19 10000/tcp open http MiniServ 1.590 (Webmin httpd) | http-robots.txt: 1 disallowed entry |_/ |_http-title: Login to Stormlands 1 service unrecognized despite returning data. If you know the service/version, please submit the following fingerprint at https://nmap.org/cgi-bin/submit.cgi?new-service : SF-Port53-TCP:V=7.93%I=7%D=12/23%Time=694A9517%P=x86_64-pc-linux-gnu%r(DNS SF:VersionBindReqTCP,3F,"\0=\0\x06\x85\0\0\x01\0\x01\0\x01\0\0\x07version\ SF:x04bind\0\0\x10\0\x03\xc0\x0c\0\x10\0\x03\0\0\0\0\0\x05\x04Bind\xc0\x0c SF:\0\x02\0\x03\0\0\0\0\0\x02\xc0\x0c"); MAC Address: 08:00:27:44:26:17 (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 3.X|4.X OS CPE: cpe:/o:linux:linux_kernel:3 cpe:/o:linux:linux_kernel:4 OS details: Linux 3.2 - 4.9 Network Distance: 1 hop Service Info: Device: router
TRACEROUTE HOP RTT ADDRESS 1 1.98 ms 192.168.3.17
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 48.65 seconds
|