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
- Host: GitHub
- URL: https://github.com/jokeruhq/api-tool
- Owner: jokeruhq
- License: mpl-2.0
- Created: 2025-06-20T13:56:58.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-20T14:01:17.000Z (about 1 year ago)
- Last Synced: 2025-06-29T10:02:19.860Z (12 months ago)
- Topics: api, checker, domain, ip, lookup, password, pwned, python, tool, tracker
- Language: Python
- Homepage:
- Size: 14.6 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
**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
```