Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
SUP3RIA committed Nov 17, 2018
1 parent 8e19cda commit 9fc382d
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Green threads (Gevent) are used to implement concurrent and asynchronous network
- Gevent (pip install gevent)
- tqdm (pip install tqdm)
- 512MB RAM
- Linux preferred
- Linux preferred (faster)
#### Example usage:
```
python atr3.py -i input.txt -o output.txt -t 1000 -g true
Expand Down Expand Up @@ -92,9 +92,20 @@ Note that Proxychains can be configured to work with Socks5 and other types of p
##

#### Formats and conventions
Mail:Pass:
Input texfile example:
```
user@domain.com:password
user2@domain.com:password
user3@domain.com:password
```
hoster.dat:
```
domain.com:imap.domain.com:port
```
matchers.dat:
```
search|(FROM "domain.com")|discriptor
```
Paratmeters are seperated with |.
See more how to use it here:
http://php.net/manual/en/function.imap-search.php

0 comments on commit 9fc382d

Please sign in to comment.