[script] Telegram logs to tdata
by secretleakbuyer - Tuesday June 13, 2023 at 11:02 AM
#1
=======================================================================================

import glob, os, shutil

files = glob.glob('**/key_datas', recursive=True)
tdatas = 'tdatas'

print('Find: ', len(files))

if not os.path.exists(tdatas): os.mkdir(tdatas)

for dirs in files:
    path_full = dirs.split('\\')

    length = len(path_full)

    p_in = dirs.replace('\key_datas','')
    p_out = path_full[length-3]
   
    if length == 5:
        p_in = dirs.replace('Profile_1\key_datas', '')
        p_out = path_full[length-4]
           
    try:
        shutil.copytree(p_in, f'{tdatas}\\tdata_{p_out}')
    except Exception as e:
        # Отладка))))))))))))))))
        print(e)
        print(dirs)
        print(path_full)
        print(p_in)
        print(p_out)

==========================================================================================
Reply
#2
cool stuff
Reply
#3
thats this doing, does it scrape tdatas from stealer logs?
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  How to have CHATGPT PERPLEXITY and OTHERS for FREE2. Amsterdamer 36 3,500 Yesterday, 05:09 PM
Last Post: arhmel0
  Discord Token Grabber | Private Stealer | Leaked For Free Piplup 359 59,805 Yesterday, 04:37 PM
Last Post: kidspam
  How to catch a pedophile slxppv 288 36,408 Yesterday, 08:13 AM
Last Post: ilya313
  How to build GTA V from source depodaapre 102 15,238 Yesterday, 03:25 AM
Last Post: pihuit38293
  (E-Book) OSINT Techniques | How To Uncover Information Online Chapo 58 5,529 May 02, 2026, 08:20 AM
Last Post: demmama

Forum Jump:


 Users browsing this forum: 1 Guest(s)