Skip to content

Latest commit

 

History

History
19 lines (9 loc) · 682 Bytes

README.md

File metadata and controls

19 lines (9 loc) · 682 Bytes

termail-script

Description : CLI based Mail Bomber & Automation Script

Requisite : Make sure you have Python3 and Pip installed in your System

How to Run (Linux) :

  1. Install requirements.txt to install necessary packages [$ python3 -m pip install -r requirements.txt]

  2. Install colored library [$ pip3 install colored]

  3. Run mail_bomb.py to spoof/spam a target G-Mail account with any number of mails [$ python3 mail_bomb.py]

  4. Run media_mail.py to send media files such as IMG and PDF through G-Mail [$ python3 media_mail.py]

  5. Run collective_mail.py to send a common mail to multiple G-Mail accounts [$ python3 collective_mail.py]