Skip to main content

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.

drawing

This tool will enumerate the provided URL and download all responses under the correct file extension for later analysis.

Example statistics:

drawing

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:

drawing

For further usage, see python -m idox --help or the data directory.


Other stuff

  • Want realtime help? Join the discord here.
  • This project is licensed under the MIT license
  • Consider sponsoring me here

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

idox-1.4.0.tar.gz (319.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

idox-1.4.0-py3-none-any.whl (10.4 kB view details)

Uploaded Python 3

File details

Details for the file idox-1.4.0.tar.gz.

File metadata

  • Download URL: idox-1.4.0.tar.gz
  • Upload date:
  • Size: 319.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/2.1.2 CPython/3.10.12 Linux/6.8.0-60-generic

File hashes

Hashes for idox-1.4.0.tar.gz
Algorithm Hash digest
SHA256 81b1f7e52fceba3334a714dd2f0ecc6a440ca1466d8762be0811acbd4e07994c
MD5 9d38a3ac9c7e9a7f14d521f882414b19
BLAKE2b-256 5ac0fed1132a33c099628d1739e7d094e436a45a33ac3c2cf4eaac8cbf4c7a49

See more details on using hashes here.

File details

Details for the file idox-1.4.0-py3-none-any.whl.

File metadata

  • Download URL: idox-1.4.0-py3-none-any.whl
  • Upload date:
  • Size: 10.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/2.1.2 CPython/3.10.12 Linux/6.8.0-60-generic

File hashes

Hashes for idox-1.4.0-py3-none-any.whl
Algorithm Hash digest
SHA256 60b4755c8566b4ad19dd2f4617de971334cce9052d691036476eff9a4d1831d8
MD5 57970c8c3dee2400630ea2c3fd5bba92
BLAKE2b-256 08e76021504796b99368d51c9ece0509482fca85f57ce80e6a5b7df7357b4ecf

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page