diff --git a/Installer.sh b/Installer.sh new file mode 100644 index 0000000..0461989 --- /dev/null +++ b/Installer.sh @@ -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 \ No newline at end of file diff --git a/README.md b/README.md index 5b2e8fe..8bb888e 100644 --- a/README.md +++ b/README.md @@ -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* @@ -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** diff --git a/ReadMeForInstallerScript.md b/ReadMeForInstallerScript.md new file mode 100644 index 0000000..8599ba5 --- /dev/null +++ b/ReadMeForInstallerScript.md @@ -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/)