Hunt BugBounty CheatSheet
Subdomain Enumeration Basic Subdomain Discovery Discovers subdomains using subfinder with recursive enumeration and saves results to a file. subfinder -d example.com -all -recursive > subexam...
Subdomain Enumeration Basic Subdomain Discovery Discovers subdomains using subfinder with recursive enumeration and saves results to a file. subfinder -d example.com -all -recursive > subexam...
Soupedecode 01 was a very simple Active Directory room. We began by enumerating a list of usernames via RID bruteforce and subsequently found valid credentials through password spraying. After that...
Ledger was a straightforward room where we gained access via passwords found in user descriptions and escalated to Administrator by exploiting the ESC1 vulnerability in a certificate template. I...
Moebius started by abusing a nested SQL injection vulnerability to achieve Local File Inclusion (LFI), which we then turned into code execution using PHP filters chain. We then bypassed disabled fu...
Robots started with basic enumeration of a web application to discover an endpoint with register and login functionalities. Using an XSS vulnerability in the username field of registered accounts, ...
Billing was a straightforward room where we exploited a command injection vulnerability in the MagnusBilling web application to gain an initial foothold. Afterwards, using our sudo privileges, whic...
Crypto Failures began by discovering the source code of the web application and examining it to understand the authentication functionality, which we then used to log in as the admin user. Afterwar...
Rabbit Store started with exploiting a mass assignment vulnerability to register an activated account, granting access to an API endpoint vulnerable to SSRF. Leveraging this SSRF vulnerability, we ...
Decryptify started with deobfuscating a JavaScript file to reveal a hardcoded password, which we used to access a code snippet responsible for generating invite codes. After that, by fuzzing the we...
Bug Bounty Handbook Resources Table of Contents Automated Subdomain Monitoring Burp Suite Extensions JavaScript Enumerate Subdomains, Web Servers and API Endpoints Find CNAME Reco...