### IDOR Finder
Powerful IDOR discovery tool with UUID-aware fuzzing, parameter extraction, async engine, and HTML/CSV/JSON reports.
### Install
```bash
pip install idor-finder
```
### Usage
```bash
idor-finder https://target/app?user_id=123 --method GET --report-format html --wordlist idor_finder/data/idor_wordlist.txt --sensitive idor_finder/data/sensitive_keywords.txt
```
From file:
```bash
idor-finder --url-file urls.txt --auth-config idor_finder/examples/config_example.json --report-format json
```
### Features
- Extracts parameters from query strings, paths (numeric, UUID), forms, JSON bodies
- Generates numeric sequences, high IDs, and realistic UUID alternatives
- Async fuzz engine with concurrency and rate limiting
- Matches by status anomalies, content length deltas, and sensitive keywords
- Exports HTML, CSV, and JSON reports
### Notes
- Provide your own authentication config in `examples/config_example.json`.
- Wordlist in `data/idor_wordlist.txt` is normalized and expanded at runtime.
Raw data
{
"_id": null,
"home_page": "https://github.com/ashutosh0x/idor-finder",
"name": "idor-finder",
"maintainer": null,
"docs_url": null,
"requires_python": null,
"maintainer_email": null,
"keywords": "security, idor, fuzzing, bugbounty, pentest",
"author": "Ashutosh Kumar Singh",
"author_email": "ashutoshkumarsingh0x@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/f1/27/5e19ccd76de2df4274e11db00d305ab41823b113ab4ee29e8501800be21c/idor_finder-0.1.0.tar.gz",
"platform": null,
"description": "### IDOR Finder\n\nPowerful IDOR discovery tool with UUID-aware fuzzing, parameter extraction, async engine, and HTML/CSV/JSON reports.\n\n### Install\n\n```bash\npip install idor-finder\n```\n\n### Usage\n\n```bash\nidor-finder https://target/app?user_id=123 --method GET --report-format html --wordlist idor_finder/data/idor_wordlist.txt --sensitive idor_finder/data/sensitive_keywords.txt\n```\n\nFrom file:\n\n```bash\nidor-finder --url-file urls.txt --auth-config idor_finder/examples/config_example.json --report-format json\n```\n\n### Features\n\n- Extracts parameters from query strings, paths (numeric, UUID), forms, JSON bodies\n- Generates numeric sequences, high IDs, and realistic UUID alternatives\n- Async fuzz engine with concurrency and rate limiting\n- Matches by status anomalies, content length deltas, and sensitive keywords\n- Exports HTML, CSV, and JSON reports\n\n### Notes\n\n- Provide your own authentication config in `examples/config_example.json`.\n- Wordlist in `data/idor_wordlist.txt` is normalized and expanded at runtime.\n\n\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "Powerful IDOR discovery tool with UUID-aware fuzzing and async engine",
"version": "0.1.0",
"project_urls": {
"Homepage": "https://github.com/ashutosh0x/idor-finder"
},
"split_keywords": [
"security",
" idor",
" fuzzing",
" bugbounty",
" pentest"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "5941e6243d933990e501d6910e2bf97453cb5a16f77ba3aeff7fe4efd6331bae",
"md5": "a6c99cd670bf375e30d6d190e087a403",
"sha256": "5dc42e392a781d27ecf44219ecfc50380a3ba891b74a029edc9d4aa83d725bae"
},
"downloads": -1,
"filename": "idor_finder-0.1.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "a6c99cd670bf375e30d6d190e087a403",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 22833,
"upload_time": "2025-08-12T11:23:59",
"upload_time_iso_8601": "2025-08-12T11:23:59.091859Z",
"url": "https://files.pythonhosted.org/packages/59/41/e6243d933990e501d6910e2bf97453cb5a16f77ba3aeff7fe4efd6331bae/idor_finder-0.1.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "f1275e19ccd76de2df4274e11db00d305ab41823b113ab4ee29e8501800be21c",
"md5": "1e5b0e99bc7d81a8cf5e998e5fb653d5",
"sha256": "18e193824b79c0d02f4a136c290d744a0f1325b3df564823e50567a8c70ad4f7"
},
"downloads": -1,
"filename": "idor_finder-0.1.0.tar.gz",
"has_sig": false,
"md5_digest": "1e5b0e99bc7d81a8cf5e998e5fb653d5",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 17015,
"upload_time": "2025-08-12T11:24:00",
"upload_time_iso_8601": "2025-08-12T11:24:00.148852Z",
"url": "https://files.pythonhosted.org/packages/f1/27/5e19ccd76de2df4274e11db00d305ab41823b113ab4ee29e8501800be21c/idor_finder-0.1.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-08-12 11:24:00",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "ashutosh0x",
"github_project": "idor-finder",
"github_not_found": true,
"lcname": "idor-finder"
}