Manager- Hackthebox

I started with a full port scan using my Nmap automation script. https://github.com/HutchSec/portScan The scan revealed several interesting services including SMB, MSSQL, WinRM, and HTTP. SMB Enumeration — RID Cycling Anonymous SMB access was enabled, which allowed RID cycling attacks using Impacket’s lookupsid.py. This exposed valid domain usernames. Password Spraying Read more

Buff- Hackthebox lab

I began the assessment by performing an Nmap port scan to identify open services on the target machine. The scan revealed that port 8080 was open, hosting a web service with the intriguing HTTP title: “mrb3n’s Bro Hut.” Next, I began enumerating the web application to identify potential vulnerabilities. The Read more

Cap- Hackthebox lab

This machine has a webs server that has unauthenticated access with an IDOR (Insecure Direct Object Reference) vulnerability. By changing the number at the end of the URL, you can find a PCAP file with cleartext FTP traffic containing credentials. These credentials work for ssh and can be used to Read more