buckyroberts / Turtle

Python reverse shell.
294 stars 146 forks source link

Windows Defender #46

Open ghost opened 3 years ago

ghost commented 3 years ago

Windows Defender or firewall is stoping to create that type of file... Any solution???

MuhammadAli947 commented 2 years ago

Yes basically in turtle Roberts is using win32 and executables to create executable for client. But if we use simple a pyinstaller to create --onfile it will not create any problem you can use it with subprocess or using the terminal directly as well. pyinstaller --onefile client.py