The Bug Bounty Hunter – Telegram
The Bug Bounty Hunter
44.3K subscribers
106 photos
1 video
1 file
10.2K links
Happy hunting!
thebugbountyhunter.com
hello@thebugbountyhunter.com
Download Telegram
he Source Code Sniffer is a poor man’s static code analysis tool (SCA) that leverages regular expressions. Designed to highlight high risk functions (Injection, LFI/RFI, file uploads etc) across multiple languages (ASP, Java, CSharp, PHP, Perl, Python, JavaScript, HTML etc) in a highly configurable manner.
https://github.com/frizb/SourceCodeSniffer
Tip Anti-CSRF token.
When faced with CSRF tokens, sometimes deleting the token parameter, sending an empty token or simply reusing your own token is sometimes more than enough to bypass some solutions of anti CSRF tokens
Via: https://twitter.com/alyssa_herrera_/status/977619512785649664?s=21
Stored XSS (client-side, using cookie poisoning) on the pornhubpremium.com https://hackerone.com/reports/311948
Upcoming Facebook Platform Changes
Reward people who find vulnerabilities: Facebook’s bug bounty program will expand so that people can also report to us if they find misuses of data by app developers. We are beginning work on this and will have more details as we finalize the program updates in the coming weeks.
https://developers.facebook.com/blog/post/2018/03/26/facebook-platform-changes/
Bypass XSS Protection (Event Handler filtering) with string+slash
http://www.hahwul.com/2018/03/bypass-xss-protection-event-handler.html