Resources

People often ask me "How did you learn how to hack?" The answer: by reading. This page is a collection of the blog posts and other articles that I have accumulated over the years of my journey. Enjoy!

Exploiting Blind XSS- 106

Rahul RPosted 6 Years Ago
  • Blind XSS is when there is an XSS vulnerability that cannot be easily seen by the attacker. A good example of this is finding stored XSS in logging on the Administrative panel.
  • XSS Hunter is a really cool tool that allows for Blind XSS to be found!
  • After finding the blind XSS, user impersonation by stealing session cookies was found :)
  • When looking for bugs, keep searching! Sometimes, bugs are complicated and take a long time to find.