SocialBox is a Bruteforce Attack Framework [ Facebook , Gmail , Instagram ,Twitter ] , Coded By Belahsan Ouerghi
1.52k
stars
501
forks
source link
#!/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 #70
Open
NguyenTuanQuoc opened 2 years ago