https://github.com/madexploits/api-enumeration
Api Enumeration Tools Using Python
https://github.com/madexploits/api-enumeration
api-rest
Last synced: 2 months ago
JSON representation
Api Enumeration Tools Using Python
- Host: GitHub
- URL: https://github.com/madexploits/api-enumeration
- Owner: MadExploits
- License: mit
- Created: 2022-08-21T06:09:38.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-25T09:54:14.000Z (over 1 year ago)
- Last Synced: 2023-09-25T16:34:04.426Z (over 1 year ago)
- Topics: api-rest
- Language: Python
- Homepage: https://madeploits.github.io
- Size: 62.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Api-Enumeration
Api Enumeration Tools Using Python# Usage
```
python madpi.py -d http://target.com -w common_paths.txt
```Using Default Wordlists to check common paths
```
python madpi.py -d http://target.com
```# install
```
pip install -r requirements.txt
```