Execute on Start up
Hello,
Is it possible for you to make the malware/client code automatically start upon start up of a victims computer?
Thanks
windows
if the victims computer have python3 installed then you can just rename the client file from client.py to client.pyw and send it to autorun. With .pyw the code will get executed by pythonw.exe which tells python to things in background.
If victims finds the client file then they can easily debug it and find the server ip.
Hey, I've done this in a forked project if you're still after this
can you simply use shutil to add it to the startup directory?