Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
AIDOR — Bash-based automated IDOR vulnerability scanner that detects insecure direct object references by enumerating numerical parameters and analyzing HTTP status codes for authorized penetration testing. | Kitploit
Tools/GitHubGitHub/abdulahadthecyber-pixel/aidor
ReconnaissanceVulnerability ScannersWeb Application ExploitationInformation GatheringPenetration Testing
GitHubabdulahadthecyber-pixel/aidor

AIDOR

Bash-based automated IDOR vulnerability scanner that detects insecure direct object references by enumerating numerical parameters and analyzing HTTP status codes for authorized penetration testing.

View Repository
3677 months agoReviewed by Kitploit

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

AIDOR 👁️ - Automated Insecure Direct Object Reference Detector

License Platform Language Security

AIDOR Screenshot

AIDOR (Automated IDOR Detector) is a professional Bash utility for authorized penetration testers to identify Insecure Direct Object Reference (IDOR) vulnerabilities in web applications. Detects numerical IDs, parameter patterns, and performs automated enumeration tests.

🔍 What is IDOR?

Insecure Direct Object Reference (IDOR) occurs when an application exposes internal object references (like user_id=123) without proper access control validation, allowing attackers to manipulate parameters and access unauthorized data.

🚀 Features

📋 Prerequisites

root@kitploit:~
# Install curl (usually pre-installed)
sudo apt update && sudo apt install curl -y    # Debian/Ubuntu
sudo pacman -S curl                           # Arch Linux

🛠️ Installation

🌐 Method 1: Git Clone

root@kitploit:~
git clone https://github.com/YOURUSERNAME/AIDOR.git
cd AIDOR
chmod +x aidor.sh
./aidor.sh

⚠️ ⚠️ IMPORTANT DISCLAIMER ⚠️ ⚠️

🔴 FOR AUTHORIZED PENETRATION TESTING ONLY 🔴 DO NOT SCAN SYSTEMS WITHOUT WRITTEN PERMISSION 🔴 AUTHOR IS NOT RESPONSIBLE FOR MISUSE 🔴 ENSURE COMPLIANCE WITH LOCAL LAWS brew install curl # macOS

Download Tool
FeatureDescription
🔍 Parameter DetectionIdentifies 10+ common IDOR-prone parameters
🎯 Numerical EnumerationAuto-tests ID+1, ID-1, 0, 1, 1000
📊 HTTP Status AnalysisDetects 200 (SUCCESS), 403/401 (ACCESS DENIED)
⚡ Zero DependenciesOnly requires curl (pre-installed on most systems)
🎨 Visual ReportingColor-coded results with ASCII banner