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

https://github.com/jokeruhq/api-tool

ApiTool: Very simple API tool for checking pwned password and obtain domain information
https://github.com/jokeruhq/api-tool

api checker domain ip lookup password pwned python tool tracker

Last synced: 11 months ago
JSON representation

ApiTool: Very simple API tool for checking pwned password and obtain domain information

Awesome Lists containing this project

README

          


Typing SVG

**Very simple API tool for checking pwned password and obtain domain information This tool is provided for educational purposes only in controlled environments, I am not responsible for any damage caused by misuse of this tool.**

```
api-tool
├── api_tool.py
└── requirements.txt
```

> **Linux installation:**

```
cd && git clone https://github.com/jokeruhq/api-tool && cd api-tool && pip3 install -r requirements.txt
```

> **Windows installation:**

```
1. Download and extract the .zip
2. Install the requirements with: pip install -r requirements.txt
3. Execute the main script after adding the tokens to the tokens.txt file with python api_tool.py.py
```