[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
  Useful links for developers Manfruity 36 2,325 Apr 24, 2026, 06:54 PM
Last Post: Weirdtatsum30777
  ⭐ Sektor7 - All courses (6 in total) ⭐ red_dot 599 38,570 Apr 23, 2026, 09:51 PM
Last Post: cwel321
  Discord Token Grabber | Private Stealer | Leaked For Free Piplup 351 57,818 Apr 21, 2026, 11:51 PM
Last Post: OldeChicago93
  WEBSITES FOR FREE INSTAGRAM FOLLOWERS ⭐ UHQ Moneygain 101 10,427 Feb 10, 2026, 03:02 PM
Last Post: onionX232
  How to buy crypto without KYC Manfruity 40 2,154 Feb 09, 2026, 10:55 PM
Last Post: Stevemox2

Forum Jump:


 Users browsing this forum: 1 Guest(s)