Simple python based script for mail-harvesting
$ git clone https://github.com/relarizky/mail-harvest.git
$ cd mail-harvest
$ pip3 install requests
$ mkdir -v saved
$ chmod +x main.py
$ ./main.py
__ __ _ _ _ _ _
| \/ | (_) | | | | | |
| \ / | __ _ _| | |__| | __ _ _ ____ _____ ___| |_
| |\/| |/ _` | | | __ |/ _` | '__\ \ / / _ \/ __| __|
| | | | (_| | | | | | | (_| | | \ V / __/\__ \ |_
|_| |_|\__,_|_|_|_| |_|\__,_|_| \_/ \___||___/\__|
[Version 1.0.1]
[+] Usage : ./main.py <url> <thread> <timeout>
[+] Example : ./main.py http://target.com 5 15
License MIT
All notable changes to this project are documented in ChangeLog