Skip to content

Releases: AyemunHossain/IDORD

Initial Release

03 Sep 15:14
Compare
Choose a tag to compare

IDORD is a Python script that automates the detection of Insecure Direct Object Reference (IDOR) vulnerabilities in web applications. IDORD uses a list of common parameters and payloads to test for IDORs in GET and POST requests. It also supports multithreading, proxy, and cookie options for faster and stealthier scanning. IDORD can help security researchers and penetration testers to identify and exploit IDORs in a quick and easy way.

The latest release of IDORD (v1.0) includes the following features and improvements:

• Added support for POST requests with JSON data

• Added option to specify custom headers and user-agent

• Added option to save results in a CSV file

• Fixed some bugs and errors

• Improved the output format and colors

To use IDOR, you need to have Python 3 installed on your system.