idor-hunter

Detect IDOR vulnerabilities in web applications and APIs with multi-account testing.

30|6|Updated May 13, 2026
One-click install
npx skills add https://github.com/Rifteo/skills --skill idor-hunter
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: idor-hunter
Source: https://github.com/Rifteo/skills/tree/main/idor-hunter
Command: npx skills add https://github.com/Rifteo/skills --skill idor-hunter

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides a systematic approach to detecting IDOR (Insecure Direct Object Reference) vulnerabilities, significantly enhancing the accuracy and efficiency of security audits.

Core Features & Use Cases

  • Systematic IDOR Detection: A comprehensive methodology for identifying IDOR vulnerabilities in web applications and APIs.
  • Multi-Account Testing: Supports testing with multiple accounts for horizontal and vertical privilege escalation scenarios.
  • Bypass Techniques: Includes various techniques to bypass common IDOR defenses, such as ID manipulation and encoding bypasses.
  • Use Case: Use this Skill to perform a thorough IDOR audit on a web application, ensuring that no potential IDOR vulnerabilities are missed.

Quick Start

Execute the idor-hunter skill to perform a comprehensive IDOR audit on your target application.

Frequently Asked Questions about idor-hunter

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I detect IDOR vulnerabilities in web applications and APIs?

To detect IDOR vulnerabilities in web applications and APIs, you need a structured methodology that targets horizontal and vertical privilege escalation scenarios through systematic ID manipulation and multi-account testing.

What is the best way to test for horizontal and vertical privilege escalation?

Testing for horizontal and vertical privilege escalation requires multi-account testing to verify if a user can access resources belonging to another user or elevate their permissions beyond their assigned role.

Can I use bypass techniques to bypass common IDOR defenses during a security audit?

Yes, you can apply various bypass techniques during an IDOR security audit, including ID manipulation and encoding bypasses, to circumvent common access control defenses and uncover hidden vulnerabilities.

How do I perform a comprehensive IDOR audit step by step?

Perform a comprehensive IDOR audit by executing a systematic methodology across your target application, mapping all object references and validating access controls with multiple accounts to ensure thorough coverage.

Does multi-account testing work for identifying IDOR in APIs?

Yes, multi-account testing works effectively for identifying IDOR in APIs by comparing access responses across different user roles to expose broken object-level authorization and privilege escalation flaws.