Blank-c / Blank-Grabber

The most powerful stealer written in Python 3 and packed with a lot of features.
MIT License
758 stars 210 forks source link

Reduce Detections #331

Closed ExecutivePrograms closed 1 year ago

ExecutivePrograms commented 1 year ago

Hey, I got an idea to reduce detections.

You shall make the output as obfuscated batch file.

Inside the batch file, put a script that will download a exe file and execute it.

So it will reduce detections for the exe file.

Blank-c commented 1 year ago

I had this idea but there is a problem with that. As soon as the exe file is saved on disk, the antivirus will raise alarms.

Blank-c commented 1 year ago

I would rather add an option to recompile Pyinstaller bootloader on buildtime if it reduces detections.

Blank-c commented 1 year ago

For now, it is unavoidable. The GUI binary of Pyinstaller is getting flagged. But I'll continue working on this issue.