HTB: TwoMillion Walkthrough
Writeup — TwoMillion By Araiz Naqvi Prepared By Araiz Naqvi . In case you’re not able to view the entire writeup, visit my personal blog to view it fully. Overview - Difficulty: Easy - Operating System: Linux - Objective: Understand potential breaking points in twomillion machine. - Tools Used: nmap , nc , curl , ffuf , burpsuite , de4js , cyberchef , SSH I tend to start enumerating as much basic information as I need before dwelving deeper. Scanning with Nmap I first start to check for what ports are open via a stealth scan: I see that ports 22 and 80 seem to be open. Let’s go ahead and run service and default script scans for these two ports specifically: Banner Grabbing Let’s continue with grabbing banners for SSH and HTTP , maybe getting some more important information. For SSH, I used nc command with the -nv flag: For HTTP, I used curl with the -IL flag: Ffuf and Gobuster Enumeration Both Gobuster and Ffuf enumerations failed to enumerate any hidden subdomain...