MATRIX
Hello , welcome all, we are here for a walkthrough on matrix machine. Lets roll on and capture the flag. Summary of the steps The summary of the steps involved in solving this CTF is given below. 1, Identifying target host by using the Nmap utility 2, Scanning open ports by using the Nmap scanner 3, Learning more about the target system with HTML comments 4, Identifying and downloading hidden files 5, Generating a password list with wordlist 6, Brute-forcing with Hydra 7, Logging in and bypassing Rbash shell 8, Taking root access 9, Reading flag file Step-1 * First open terminal and run "ifconfig" command, copy the IP and move to next step Step-2 switch to root user by running "sudo su" command * Take IP and scan using Nmap run; ⇒ nmap -sn IP.0/24 * For aggressive scanning run; ⇒ nmap -A -v IP Step-3 * Copy that IP and sear...