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
224 stars 55 forks source link

SSL problem #54

Closed TMQrX closed 11 months ago

TMQrX commented 11 months ago

When I run the stealer after building by stink package, my browser edge suddenlly shutdown and the stealer didn;t work anymore. I already checked the process hacker 2 and the result that the process of stealer run ~3 sec and terminate. It worked on my pc but when I test in my laptop the problem appears

FallenAstaroth commented 11 months ago

It's a defense against debagging. Stealer will not work if one of the blacklisted programs is running. You can disable the check by passing the protectors=[Protectors.disable] parameter to Stealer

Example: https://github.com/FallenAstaroth/stink/wiki/Anti%E2%80%90debugging-and-anti%E2%80%90virtual%E2%80%90machine

FallenAstaroth commented 11 months ago

If after disabling it continues to close - open it via console and send what it outputs.

linhka1999 commented 11 months ago

Have the same problem. I already disable but the stealer didn't working

FallenAstaroth commented 11 months ago

Have the same problem. I already disable but the stealer didn't working

  1. Re-create the build with the console enabled.
  2. Open CMD.
  3. Enter the full path to the executable file, for example: E:\Programming\stink\main.exe.
  4. Press enter and send the output result.
linhka1999 commented 11 months ago

image

FallenAstaroth commented 11 months ago

Removed SSL certificate verification. Upgrade to the latest version and create a new build.

linhka1999 commented 11 months ago

How can i remove it ? btw the stink i use is the lastest version

FallenAstaroth commented 11 months ago

How can i remove it ? btw the stink i use is the lastest version

I've already removed the validation and uploaded the update to the repository, the problem should go away. Are you using version 4.4.1?