Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ayemunhossain/idord
✅ Experience the power of an automated Insecure Direct Object Reference (IDOR) vulnerability detection tool. Safeguard your applications with cutting-edge technology that identifies potential security weaknesses in an efficient and streamlined manner.
https://github.com/ayemunhossain/idord
automated-testing ayemunhossain cybersecurity idor idor-attack idor-vulnerability insecure-direct-object-references python python-script python3 security-tools securityscan
Last synced: 2 months ago
JSON representation
✅ Experience the power of an automated Insecure Direct Object Reference (IDOR) vulnerability detection tool. Safeguard your applications with cutting-edge technology that identifies potential security weaknesses in an efficient and streamlined manner.
- Host: GitHub
- URL: https://github.com/ayemunhossain/idord
- Owner: AyemunHossain
- Created: 2022-03-09T19:08:00.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-11-20T13:19:42.000Z (about 1 year ago)
- Last Synced: 2024-05-28T15:06:55.337Z (9 months ago)
- Topics: automated-testing, ayemunhossain, cybersecurity, idor, idor-attack, idor-vulnerability, insecure-direct-object-references, python, python-script, python3, security-tools, securityscan
- Language: Python
- Homepage:
- Size: 190 KB
- Stars: 32
- Watchers: 2
- Forks: 10
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# IDROD
## _The Only IDOR tools, Ever_
[![Build Status](https://travis-ci.org/joemccann/dillinger.svg?branch=master)](https://travis-ci.org/joemccann/dillinger)
## Installation
IDORD requires Python3 and pip to run.
Install the dependencies and start the tool.
```sh
pip install -r requirements.txt#Active the virtual env [varies in linux and windows]
RUN: cd Wrapper
RUN: python3 IDORD.py
#bang bang
```