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!

Deeplink Arbitrary URL Redirection- 102

Ashley King Posted 6 Years Ago
  • Opening line of the article: "Recon plays a big part in the bug bounty world. ". This is probably the most important step!
  • Using deeplinks on the Facebook mobile application (fb://) allowed for arbitrary URL redirection.
  • This was found by decompiling the app then using an automated script to find all parameters within these URLs. Good use of time!