Articles in this series
This is a really great medium-level box that involves enumerating subdomains and discovering sensitive information on /dev, including the email and...
Scanning We'll start with scanning. First thing First we need to scan the target machine for open ports by using nmap ┌─[root@parrot]─[~] └──╼ sudo...
Reconnaissance sudo nmap -sS -sV -sC --min-rate 5000 -T4 10.10.133.96 -vv PORT STATE SERVICE REASON VERSION 22/tcp open ssh syn-ack ttl...
Reconnaissance As usually we gonna scan the target with the nmap └──╼ $sudo nmap -sS -sV -sC -T4 --min-rate 5000 10.10.14.231 -vv ... Discovered open...
Alright, simple CTF is a beginner level CTF on tryhackme that teaches necessary skills for all CTFs, including scanning and enumeration, research,...
Introduction: Room This room breaks each OWASP topic down and includes details on the vulnerabilities, how they occur, and how you can exploit them....