mirror of
https://github.com/nahamsec/Resources-for-Beginner-Bug-Bounty-Hunters.git
synced 2024-11-25 21:20:21 +00:00
4.5 KiB
4.5 KiB
Resources-for-Beginner-Bug-Bounty-Hunters
Blog posts
A collection of Blog Posts ordered by Vulnerability Types
- XSS
- SSRF
- Vulnerability Scanning
- Token / Authentication
- SQL Injection
- Mobile
- HTTP Desync
- File Upload
- Automation
- Misc
XSS
You can find a ton of awesome XSS reports by searching through the HackerOne Hacktivity Page (https://hackerone.com/hacktivity?querystring=XSS). Here are some more complex and some of my favorite XSS related blog posts:
- XSS on Google Search - Sanitizing HTML in The Client? - by LiveOverflow
DOM XSS
- https://hackerone.com/reports/297968
- https://hackerone.com/reports/168165
- https://www.rafaybaloch.com/2017/06/a-tale-of-dom-based-xss-in-paypal.html
Stored XSS
- https://blog.bentkowski.info/2018/09/another-xss-in-google-colaboratory.html
- https://medium.com/@Alra3ees/google-adwords-3133-7-stored-xss-27bb083b8d27
- https://opnsec.com/2018/03/stored-xss-on-facebook/
- https://klikki.fi/adv/yahoo.html
- https://klikki.fi/adv/yahoo2.html
- https://hackerone.com/reports/422043
- https://sites.google.com/site/bughunteruniversity/best-reports/account-recovery-xss
CSP Bypass
SSRF
- DEF CON 27 Conference - Ben Sadeghipour - Owning The Clout Through Server Side Request Forgery
- Nahamsec & daeken | DEFCON 2019 - Piercing The Veil: Server Side Request Forgery Attacks On Internal Networks
- Alyssa Herrera | Hack.lu 2019 - Vimeo upload function SSRF - by Sayed Abdelhafiz
Vulnerability Scanning
- NMAP For Vulnerability Discovery - by Sachin Wagh
Token / Authentication
- Abusing feature to steal your tokens - by Harsh Jaiswal
- How I was able to bypass OTP code requirement in Razer [The story of a critical bug] - by Ananda Dhakal
SQL Injection
- Time-Based Blind SQL Injection In GraphQL - Divyanshu Shukla
- SQL Injection Extracts Starbucks Enterprise Accounting, Financial, Payroll Database - by spaceraccoon
Mobile
iOS
- From checkra1n to Frida: iOS App Pentesting Quickstart on iOS 13 - by spaceraccoon
Android
- A deep dive into reversing Android pre-Installed apps and the BlackHat Talk - by Maddie Stone
HTTP Desync
- HTTP Desync Attacks: Request Smuggling Reborn in combination with this report - by James Kettle
- HTTP Request Smuggling on vpn.lob.com - by 0X0 (painreigns)
File Upload
- Webshell via File Upload on ecjobs.starbucks.com.cn - by johnstone
Automation
- Fasten your Recon process using Shell Scripting - by Mohd Shibli
- Beginner’s Guide to recon automation - by Ashish Jha
- Burp Suite tutorial: IDOR vulnerability automation using Autorize and AutoRepeater (bug bounty) - by STÖK & Fisher
Misc
- Writing a Simple Buffer Overflow Exploit - by LiveOverflow
back to Intro Page