Skip to content
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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ SocialBox is a Bruteforce Attack Framework [ Facebook , Gmail , Instagram ,Twitt
# Installation
```
sudo apt-get install git
git clone https://github.com/TunisianEagles/SocialBox.git
git clone https://github.com/ivegamerayo/SocialBox.git
cd SocialBox
chmod +x SocialBox.sh
chmod +x install-sb.sh
Expand Down
4 changes: 2 additions & 2 deletions install-sb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@ else
cd ..
fi
#Instagram
git clone https://github.com/thelinuxchoice/instainsane.git
git clone https://github.com/permikomnaskaltara/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
git clone https://github.com/Mehran/tweetshell.git
cd tweetshell
chmod +x tweetshell.sh
chmod +x install.sh
Expand Down