aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
blob: f78923e7ce07d9adb318c374c866bdfc164e3df4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
## **pwndb - Get Mail Credentials**
Search for leaked passwords from an email

### Prerequisities
To use in GNU/Linux you should to run make script:

```
pacman -S python-virtualenv
```
### Require Tor

```bash
pacman -S tor
rc-service tor start
```

```
virtualenv -p python3 venv
source venv/bin/activate
pip install -U -r requeriments.txt
```

### Usage
```[python]
python3 pwndb_credentials.py -m mail@mail.com
```

```[python]
python3 pwndb_credentials.py -m mail@mail.com -p socks5h://localhost:9050
```