[ Ignite ] - TRYHACKME (Detailed)
Let’s dive in!! And root the machine. Nmap Scan - tryhackme ------------------------------------------------------------------------------------------------------------------ nmap -sC -sV -oN nmap/ignite <TARGET_IP> -sC : Default scripts -sV : Version detection -oN : Output to be stored in the directory ‘nmap’ you created earlier There is only one open port 80/tcp http Apache httpd 2.4.18 ((Ubuntu)) Gobuster -------------------------------------------------------------------------------------------------------------------------- gobuster dir -u http://<TARGET_IP> -w <PATH_TO_WORDLIST> -o <OUTPUT_FILE_NAME> -x <EXTENSIONS> -u : URL -w : Wordlist -o : Output to be stored in the directory -x : Search for extensions e.g. html,txt,php,phtml etc. Navigate to http://<target_ip> scroll down we will find default credentials to login into the CMS Navigate to http://<TARGET_IP>/robots.txt I checked them one by one they...