An open API service indexing awesome lists of open source software.

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

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
```