IDOR file downloader using HTTP request files.
Project description
idox - Indirect Data Exploiter
A CLI or embedded tool for easily downloading IDOR'd files from a burp request or raw url.
This tool will enumerate the provided URL and download all responses under the correct file extension for later analysis.
Example statistics:
File extension incorrect or missing? Open an issue with an example response and expected behaviour
Example usage
Install
python -m pip install idox
Burp files
Imagine you have a website that looks like the following:
https://domain.com/images/5/download
https://domain.com/images/6/download
Then you could use the following burp request:
request.txt
GET /images/{INJECT}/download HTTP/1.1
Host: domain.com
To IDOR all images with the id's from 0
to 100
like so
python -m idox file --request-file-path request.txt 100
Raw URLS
Given it requires no auth, you can also enumerate all items with the following simpler syntax:
python -m idox url "https://domain.com/images/{INJECT}/download" 100
Non-incrementing numeric ID enumeration
Imagine a site uses a predictable schema, but it's not 1
, 2
, 3
, etc. This package allows you to instead replace the numeric sequencer with a file of id's to use.
We have created a file example_ids.txt which is our case is a list of UUID's we leaked from somewhere else out of scope. In order to use this within the program, all you'd need to do is the following command:
python -m idox url "https://blurp.skelmis.co.nz/{INJECT}" --sequence-file example_ids.txt
Example output
All of these would create an output
directory which stores all the responses from your target site by response content type.
The following image contains an example output structure:
For further usage, see python -m idox --help
or the data
directory.
Other stuff
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file idox-1.3.0.tar.gz
.
File metadata
- Download URL: idox-1.3.0.tar.gz
- Upload date:
- Size: 8.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.10.12 Linux/6.8.0-45-generic
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e24682279ad1c35fd0788ec86cfe4c1138c22762fc809ecc808923ff86fa6cef |
|
MD5 | 0be50570dce1e762f2b8ed19c5351c28 |
|
BLAKE2b-256 | 829ec4047fa7560b3a481e5b27b32e240548492c232e6447b24f48a50e0decb0 |
File details
Details for the file idox-1.3.0-py3-none-any.whl
.
File metadata
- Download URL: idox-1.3.0-py3-none-any.whl
- Upload date:
- Size: 8.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.10.12 Linux/6.8.0-45-generic
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1e611424b0b75d68971d4605ac54c6e2da0ab815d5299d4018a17c4f746e6e71 |
|
MD5 | 64352f0feba1ba3cc414bb3b16d885ef |
|
BLAKE2b-256 | d62f9ee084791d783dbf73e36d45a8ed3e224aa7ed33809784d991d2eeaea089 |