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

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.

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
```