Articles by Issue

The Ultimate CVSS Guide for bug bounty

CVSS is a uniform way to describe the severity of a bug. It has received a lot of criticism for its flaws over the years. However, we still use and we'll keep using it for now. Not because it's perfect but because we don’t have anything better. Incorrectly...

How to make money with IDORs? IDOR case study

IDORs are often recommended as the easy vulnerability class, good to start the bug hunting journey. “Just change the ID in the URL parameter” they say. But are they really that easy? Well, there’s only one way to find out - to do the case study. This week, I analysed...

Safely detect Server-side prototype pollution

Server-side prototype pollution often results in an RCE. However, it is very prone to DoSing the app while trying to confirm or exploit it and DoSing the app isn’t what we want to do when hunting on bug bounty programs. But Gareth Heyes made some research and found a...

Triage from the other side – improve your reporting

What’s the most important part of a racecar? Things you probably think of are the engine, aero, chassis, brakes… But did you think about tires? Tires are the single thing sticking a racecar to the track and if you have bad tires then it doesn’t matter how great your...

Learning a new challenging concept

Learning a new challenging concept can be daunting, but with the right mindset and approach, you can tackle and master any skill. I’m a learning junkie and in this article, I’ll explore practical steps and strategies that I’ve used over the years to make it easier....

Simple and easy JavaScript Analysis

Among other superlatives, I would describe Jason Haddix as the person that used or at least tested every single web hacking tool out there. He’s very much into finding more bugs and saving time by using tools well so I’m always listening carefully wherever he shares...