CTF Writeups
HTB Sense: Hacking The Firewall
Port Scanning Begin with port scanning via nmap: Full Scope → nmap -p- --max-rate 10000 sense.htb Ports 80 (HTTP) and 443 (HTTPS) are open. Service...
Capture The Flag competition solutions and walkthroughs
CTF Writeups
Port Scanning Begin with port scanning via nmap: Full Scope → nmap -p- --max-rate 10000 sense.htb Ports 80 (HTTP) and 443 (HTTPS) are open. Service...
CTF Writeups
Conduct a full port scan via nmap: nmap -p- --max-rate 10000 onurcan.htb Note: If you encounter filtered/closed ports, add the -Pn parameter (skip host...
CTF Writeups
Add the target IP address to /etc/hosts and bind it to onurcan.htb or whatever you want xD Begin with a service scan on the most common ports: nmap -sV...