[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 37 2,515 8 hours ago
Last Post: seoriz111
  Discord Token Grabber | Private Stealer | Leaked For Free Piplup 352 58,170 Today, 06:58 AM
Last Post: bytecot
  ⭐ Sektor7 - All courses (6 in total) ⭐ red_dot 599 38,753 Apr 23, 2026, 09:51 PM
Last Post: cwel321
  WEBSITES FOR FREE INSTAGRAM FOLLOWERS ⭐ UHQ Moneygain 101 10,532 Feb 10, 2026, 03:02 PM
Last Post: onionX232
  How to buy crypto without KYC Manfruity 40 2,190 Feb 09, 2026, 10:55 PM
Last Post: Stevemox2

Forum Jump:


 Users browsing this forum: 1 Guest(s)