From bec11d070119fb9c9449bb6dbe89b732c0a3c020 Mon Sep 17 00:00:00 2001 From: c4f3firstt <59329439+c4f3firstt@users.noreply.github.com> Date: Sun, 27 Dec 2020 14:25:43 -0800 Subject: [PATCH 1/6] Better instructions * Removed "Python" and inserted "Python3" * Created a section for installation --- README.md | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) 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** From 8169760072625c96ab4a5d7555f4e062525c17f7 Mon Sep 17 00:00:00 2001 From: c4f3firstt <59329439+c4f3firstt@users.noreply.github.com> Date: Sun, 27 Dec 2020 14:31:10 -0800 Subject: [PATCH 2/6] Add files via upload --- Installer.sh | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 Installer.sh 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 From a95a94c13bec2e37353098a0ef3238b6e77b1d3c Mon Sep 17 00:00:00 2001 From: c4f3firstt <59329439+c4f3firstt@users.noreply.github.com> Date: Sun, 27 Dec 2020 19:33:31 -0300 Subject: [PATCH 3/6] Create ReadMeForInstaller.sh --- ReadMeForInstaller.sh | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 ReadMeForInstaller.sh diff --git a/ReadMeForInstaller.sh b/ReadMeForInstaller.sh new file mode 100644 index 0000000..8599ba5 --- /dev/null +++ b/ReadMeForInstaller.sh @@ -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/) From 3674791e1bf9c1c887c39127bfdc2804f9d32ab8 Mon Sep 17 00:00:00 2001 From: c4f3firstt <59329439+c4f3firstt@users.noreply.github.com> Date: Sun, 27 Dec 2020 19:33:46 -0300 Subject: [PATCH 4/6] Delete ReadMeForInstaller.sh --- ReadMeForInstaller.sh | 33 --------------------------------- 1 file changed, 33 deletions(-) delete mode 100644 ReadMeForInstaller.sh diff --git a/ReadMeForInstaller.sh b/ReadMeForInstaller.sh deleted file mode 100644 index 8599ba5..0000000 --- a/ReadMeForInstaller.sh +++ /dev/null @@ -1,33 +0,0 @@ -# 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/) From 1849c47cc3a252700d2a0e39a13c7a4eaddffebd Mon Sep 17 00:00:00 2001 From: c4f3firstt <59329439+c4f3firstt@users.noreply.github.com> Date: Sun, 27 Dec 2020 19:34:34 -0300 Subject: [PATCH 5/6] Create ReadMeForInstallerScript,md --- ReadMeForInstallerScript,md | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 ReadMeForInstallerScript,md 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/) From 80cf8483e6cd9f8f3e4af55a34057b63d150bb1f Mon Sep 17 00:00:00 2001 From: c4f3firstt <59329439+c4f3firstt@users.noreply.github.com> Date: Sun, 27 Dec 2020 21:44:38 -0300 Subject: [PATCH 6/6] Rename ReadMeForInstallerScript,md to ReadMeForInstallerScript.md --- ReadMeForInstallerScript,md => ReadMeForInstallerScript.md | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename ReadMeForInstallerScript,md => ReadMeForInstallerScript.md (100%) diff --git a/ReadMeForInstallerScript,md b/ReadMeForInstallerScript.md similarity index 100% rename from ReadMeForInstallerScript,md rename to ReadMeForInstallerScript.md