
Hackthebox - Code Machine - Writeup
User Flag As usually I started my enumeration with some nmap scans: sudo nmap -p- --min-rate=1000 -oN nmap.out 10.129.23.9 sudo nmap -p22,5000 -sC -sV -vv -oN nmap_scripts.out 10.129.23.94 We see two ports open: 22, 5000. Using the browser to make an http request to port 5000, we get what it seems to be a python interpreter. We are allowed to run some code, but there are a lot of restricted keywords....