# -------------------------------------------------------------------------------
# Python Script | Help you to parse and use your logs to check for valid telegram profiles
# to reuse them again and enumerate all the accounts to know more about each account.
# -------------------------------------------------------------------------------
Script tested on Windows & Linux and worked fine.
Script written to be used by python3
To use the script:
- Install the requirements
pip3 install -r requirements.txt
- Run the tool
python3 main.py -p "Enter Here The Logs Path"
Output Stats:
+Valid accounts will be saved in a folder called "Valid Accounts" in its directory.
+ Valid accounts will be enumerated to get more info about each valid account found like:
- Name.
- User ID.
- Username.
- Phone Number.
- Premium.
- Verified.
- Channels.
- Groups.
- Bots.
- Admin Permissions on any channel or group.
- Full Statistics.
This script was programed to parse stealer logs for "Tdata" and "Profile_1" folders from within side the stealer logs.
# Python Script | Help you to parse and use your logs to check for valid telegram profiles
# to reuse them again and enumerate all the accounts to know more about each account.
# -------------------------------------------------------------------------------
Script tested on Windows & Linux and worked fine.
Script written to be used by python3
To use the script:
- Install the requirements
pip3 install -r requirements.txt
- Run the tool
python3 main.py -p "Enter Here The Logs Path"
Output Stats:
+Valid accounts will be saved in a folder called "Valid Accounts" in its directory.
+ Valid accounts will be enumerated to get more info about each valid account found like:
- Name.
- User ID.
- Username.
- Phone Number.
- Premium.
- Verified.
- Channels.
- Groups.
- Bots.
- Admin Permissions on any channel or group.
- Full Statistics.
This script was programed to parse stealer logs for "Tdata" and "Profile_1" folders from within side the stealer logs.