A python3 script searching for secret on swaggerhub

logo

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 .

Usage