because it helps you to deliver a message to a thousand sites and also sorting sites that have accepted messages that did not accept and also does not leave any trace at the target sites etc...
- easy to use
- Target multiple locations at the same time.
- Does not leave any trace in the target website.
- Scans websites before sending.
- find the mistakes and resolve it
$ git clone https://github.com/HathemAhmed/Spread_Bot.git
$ cd Spread_Bot
$ python3 -m pip install -r requirements.txt
$ chmod +x spread_bot.py spread_dork.py
$ ./spread_bot.py -h/--help
____ ___ ____ ____ ____ ___ ___ ____ ___
[__ |__] |__/ |___ |__| | \ |__] | | |
___] | | \ |___ | | |__/ |__] |__| |
WORK: Spread Bot is a postman designed to send a specific message to a large number of sites
USAGE: spread_bot.py [options]
Options:
-n NAME, --name Name in the content of the message default [ anonymous ]
-e EMAIL, --email Email content in message default [ [email protected] ]
-m MESSAGE,--message Text in message content ** Mandatory **
-p file, --file File contains the target site links default [ target.txt ]
Example:
python3 spread_bot.py -n <name> -e <email> -m <text> -f <file_targets_list>
OR
python3 spread_bot.py
Extract sites using Dork
$ ./spread_dork.py <dork>
Example:
$ ./spread_dork.py "inurl:contact site:co.ir"
Make the main tool work
$ ./spread_bot.py -n <name> -e <email> -m <text>
Example:
$ ./spread_bot.py -n example -e [email protected] -m "Do You Like Spread Bot ?" -f target.txt
Or
$ ./spread_bot.py
I Am Not Responsible of any Illegal Use