react

  • How To Reverse Engineer API’s To Boost Your Bug Bounty Workflow

    How To Reverse Engineer API’s To Boost Your Bug Bounty Workflow

    Recently, I’ve been working on APIsec University’s  API Penetration Testing Course, where I’ve learned some invaluable methods of API hacking. One of the coolest things I’ve learned is how to effectively map out an API. So, in this post, I’m going to pass on what I’ve learned to you. Why waste time mapping an API?

    Read more →

  • My Bug Bounty Experience

    My Bug Bounty Experience

    Lately, I’ve been spending quite a bit of time learning web hacking and practicing what I’ve learned on bug bounty programs. For those of you unfamiliar with bug bounty programs, they are programs hosted by companies that provide payouts for vulnerabilities found on their platforms. Payouts vary depending on the criticality of the vulnerability and

    Read more →

  • Reflected DOM XSS Lab – Portswigger Web Academy

    Lately, I’ve been participating in some bug bounty programs and have been doing Portswigger’s web security labs as a refresher. This lab was particularly interesting to me because it forced you to use dev-tools to debug the application to figure out where exactly to inject. So in the post, I’ll walk you through how to

    Read more →

  • Nmap Basics

    Nmap Basics

    If there’s one tool every penetration tester should know it’s nmap. In this post, I’m going to teach you how to use it practically as one might use it in a real-world testing scenario. Don’t let the title fool you. Although we’re going to cover the basics here, we’re going to take a deeper dive

    Read more →

  • DNS Enumeration

    DNS Enumeration

    Now, the fun begins. If you followed my last post about the basics of DNS, you should be armed and ready to tackle the subject of this post: DNS enumeration. DNS enumeration is the process of obtaining as much information about a target as possible by pulling from publicly available DNS records. This can expand

    Read more →

  • DNS Basics

    DNS Basics

      In this post, I’ll go over the basics of DNS so that you’ll be primed and ready for my next post about DNS enumeration. Oftentimes, I feel like DNS doesn’t get the attention it deserves when enumerating services. I mean, it’s a relatively simple protocol. Although it’s simple, there’s a wealth of information that

    Read more →