govolution / avet

AntiVirus Evasion Tool
GNU General Public License v3.0
1.64k stars 333 forks source link

Use libcurl to download the shellcode. #4

Closed 1nt3rnal3rr0r closed 7 years ago

1nt3rnal3rr0r commented 7 years ago

I am curious why have you decided to download the shellcode via internet explorer, when a way more stealthier approach would be to download it with libcurl and avoid opening IE.

govolution commented 7 years ago

I definitely look for a different method for downloading the shellcode, but I don't know if libcurl is fitting here, since I do not want that the .exe file depends on external DLLs. But for becoming a bit more stealthier I will try that the IE window will be hidden on start, that should work.