Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Better installation instructions #7

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions Installer.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
##Variables##
clear
var_python3_output_version=$(python3 --version);
var_pip3_output_version=$(pip3 --version);
clear

##Terminal Title##
echo -en "\033]0;Installer\a"

##Updating repositories to the last version##
echo "Checking dependencies..."
sudo apt update > /dev/null 2>&1
sudo add-apt-repository universe > /dev/null 2>&1
sudo add-apt-repository multiverse > /dev/null 2>&1
sudo apt update > /dev/null 2>&1
sudo apt-get install python3 > /dev/null 2>&1
sudo apt-get install python3-pip > /dev/null 2>&1

##Log File Creation##
echo "Python3 installed version >> $var_python3_output_version" >> VERSION_OUTPUT.txt
echo "Pip3 installed version >> $var_pip3_output_version" >> VERSION_OUTPUT.txt

##Executing the script##
python3 Email_Bomber.py
13 changes: 11 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Python Tutorial - || Create a EMAIL Bomb/Bomber || Code Walk-through || Hacking/Info-Sec ||
# Python3 Tutorial - || Create a EMAIL Bomb/Bomber || Code Walk-through || Hacking/Info-Sec ||

*#python* *#python 3* *#email* *#bomb* *#bomber* *#code* *#walk-through* *#hacking* *#info-sec* *#security* *#mass* *#spam* *#create*
*#python3* *#email* *#bomb* *#bomber* *#code* *#walk-through* *#hacking* *#info-sec* *#security* *#mass* *#spam* *#create*
*#how* *#to* *#code* *#script* *#kiddie*


Expand All @@ -15,6 +15,15 @@

**Python_AND_Hacking subreddit: https://bit.ly/2Uf3gbw**

## Installation Section

Instructions:
```
1. git clone https://github.com/ncorbuk/Python---Email-Bomber
2. cd Python---Email-Bomber/
3. python3 Email_Bomber.py
```

## Become a Patreon - support the channel
*Become a Patreon and support this channel, so that it can keep creating great content in the future* **LINK: https://www.patreon.com/w3w3w3**

Expand Down
33 changes: 33 additions & 0 deletions ReadMeForInstallerScript.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
# Python3 Tutorial - || Create a EMAIL Bomb/Bomber || Code Walk-through || Hacking/Info-Sec ||

*#python3* *#email* *#bomb* *#bomber* *#code* *#walk-through* *#hacking* *#info-sec* *#security* *#mass* *#spam* *#create*
*#how* *#to* *#code* *#script* *#kiddie*


![alt text](https://raw.githubusercontent.com/ncorbuk/Python---Email-Bomber/master/Email-Bomber%20v1.0%20Picture.jpg)

## Code Walk-through & Learning resources links
*If you are using a GMAIL or YAHOO account, you will need to change the settings to "Less Secure Apps" to allow python to send email using there servers, also may need to do that for OUTLOOK, or anyother EMAIL SERVER you use.... You may have to check.*

**YouTube tutorial: https://bit.ly/2Gxea9B**

**For python tutorials: https://bit.ly/2U58Lt9**

**Python_AND_Hacking subreddit: https://bit.ly/2Uf3gbw**

## Installation Section

Instructions:
```
1. git clone https://github.com/ncorbuk/Python---Email-Bomber
2. cd Python---Email-Bomber/
3. chmod +x Installer.sh
4. ./Installer.sh
```

## Become a Patreon - support the channel
*Become a Patreon and support this channel, so that it can keep creating great content in the future* **LINK: https://www.patreon.com/w3w3w3**

## Built With

* **Python 3.6.5** - [https://www.python.org/](https://www.python.org/)