A python3 script searching for secret on swaggerhub
![](https://www.deeplearningdaily.com/wp-content/uploads/2022/03/a-python3-script-searching-for-secret-on-swaggerhub_62310f54bd3c3-375x210.jpeg)
A python3 script searching for secret on swaggerhub
Introduction
• Requirements
• Installation
• Usage
• Output explanation
• Thanks
Introduction
This tool is made to automate the process of retrieving secrets in the public APIs on swaggerHub. This tool is multithreaded and pipe mode is available 🙂
Requirements
- python3 (sudo apt install python3)
- pip3 (sudo apt install python3-pip)
Installation
or cloning this repository and running
git clone https://github.com/Liodeus/swaggerHole.git
pip3 install .