https://github.com/aufzayed/digit
Extract endpoints from specific Git repository for fuzzing
https://github.com/aufzayed/digit
bugbounty bugbounty-tool bugbountytips cybersecurity hacking hacking-tool hacking-tools infosec pentest pentest-scripts pentest-tool pentesting pentesting-tools recon
Last synced: 4 months ago
JSON representation
Extract endpoints from specific Git repository for fuzzing
- Host: GitHub
- URL: https://github.com/aufzayed/digit
- Owner: aufzayed
- Created: 2020-08-14T14:38:46.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-11-03T18:23:30.000Z (about 5 years ago)
- Last Synced: 2024-11-21T14:38:12.381Z (12 months ago)
- Topics: bugbounty, bugbounty-tool, bugbountytips, cybersecurity, hacking, hacking-tool, hacking-tools, infosec, pentest, pentest-scripts, pentest-tool, pentesting, pentesting-tools, recon
- Language: Python
- Homepage:
- Size: 6.84 KB
- Stars: 21
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-hacking-lists - aufzayed/digit - Extract endpoints from specific Git repository for fuzzing (Python)
README
### digit
Exract Endpoints from Git repository for fuzzing
### Installation
```
git clone https://github.com/aufzayed/digit
pip3 install -r requirements.txt
```
### Usage
```
________ .___ ________ .______________
\______ \ | | / _____/ | \__ ___/
| | \ | | / \ ___ | | | |
| ` \ | | \ \_\ \ | | | |
/_______ / |___| \______ / |___| |____|
\/ \/
Made with ♥ by Abdelrhman(@aufzayed)
usage: digit.py [-h] [--repo-list] [--output]
optional arguments:
-h, --help show this help message and exit
--repo-list a file containing a list of repos to extract data from them
--output output directory
```
### Example
```
python3 digit.py --repo-list repo_list_file.txt --output /dir/path
cat repo_list_file.txt | python3 digit.py --output /dir/path
```
### Credits
thanks for awesom regex by [LinkFinder](https://github.com/GerbenJavado/LinkFinder) team