tokyoneon / B2E

Bat To Exe Converter can convert BAT (.bat) script files to the EXE (.exe) format.
180 stars 51 forks source link

Windows Defender raises flag #2

Open hollen9 opened 4 years ago

hollen9 commented 4 years ago

I tried to convert the following batch commands:

@echo off
start chrome --app="https://remotedesktop.google.com/access"
exit

When I executed the generated exe, windows defender intercepted it and indicated that it contains malware.

Trojan:Win32/Wacatac.B!ml

ghost commented 4 years ago

honestly im kind of worried to download this since it's not open source