Masonhck357 Profile picture
Hacker BugCrowd https://t.co/gD5R6TJmWw | CompTIA Net+ Certified | CompTIA Sec+ certified 🇩🇴
Mar 15, 2023 6 tweets 2 min read
In the world of bug bounty hunting, Insecure Direct Object References (IDORs) can be a goldmine. In this thread, we'll share advanced tips to sharpen your IDOR detection skills. Let's dive in! 🌊🔍

#bugbountytip #bugbountytips #CyberSecurityAwareness

1/n
Always begin with a thorough understanding of the application you're testing. Identify all possible user roles and their access rights. This knowledge is crucial for accurately identifying IDOR vulnerabilities. 🧠📝
Mar 13, 2023 6 tweets 2 min read
#bugbountytips for testing Business Logic errors, a thread:

1. You need to have a good understanding of how the application is supposed to function. This requires reviewing the app's docs, reading about the business model, and testing the app to see how it behaves normally. 2. Identify critical business processes: Once you have a good understanding of the logic, identify the critical processes that the application performs. These are the processes that are essential to the application's functionality and are likely to be the target of attacks.