https://github.com/rykerwilder/data-ripper
Information Gathering Tool.
https://github.com/rykerwilder/data-ripper
api google-dorks haveibeenpwned python shodan website-certificate whois
Last synced: 11 months ago
JSON representation
Information Gathering Tool.
- Host: GitHub
- URL: https://github.com/rykerwilder/data-ripper
- Owner: RykerWilder
- License: mit
- Created: 2025-04-09T20:50:27.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-18T10:20:38.000Z (12 months ago)
- Last Synced: 2025-06-18T10:20:52.259Z (12 months ago)
- Topics: api, google-dorks, haveibeenpwned, python, shodan, website-certificate, whois
- Language: Python
- Homepage:
- Size: 24.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Data Ripper
Data Ripper is an **Information Gathering Tool**, which allows you to:
1. Check if your password has been found in data breaches via HaveIBeenPwneed.
2. Check if your email has been found in data breaches via HaveIBeenPwneed.
3. Receive information about a domain via that will be saved in a .txt file.
---
### Prerequisites
- Python 3.x
```bash
pip install -r requirements.txt
```