TryHackMe - Agent Sudo

Agent Sudo Enumeration Link: https://tryhackme.com/room/agentsudoctf Author: https://tryhackme.com/p/DesKel Host: 10.10.107.2 Let’s start off with rustscan against the host to quickly get the open ports. ┌──(root💀b0x)-[/mnt/hgfs/THM/Agent Sudo] └─# rustscan -a 10.10.107.2 --ulimit 5000 -b 4500 -- -sC -sV .----. .-. .-. .----..---. .----. .---. .--. .-. .-. | {} }| { } |{ {__ {_ _}{ {__ / ___} / {} \ | `| | | .-. \| {_} |.-._} } | | ....

April 18, 2021 · 11 min · Umar_0x01