MayankFawkes / Python-Botnet

This is a simple DDoS python botnet script with remote monitoring & management with backdoor built-in for education purposes.
Apache License 2.0
253 stars 62 forks source link

Execute on Start up #13

Open ijnrghjkdsmigywneig203 opened 2 years ago

ijnrghjkdsmigywneig203 commented 2 years ago

Hello,

Is it possible for you to make the malware/client code automatically start upon start up of a victims computer?

Thanks

ijnrghjkdsmigywneig203 commented 1 year ago

windows

MayankFawkes commented 1 year ago

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.

DABOSS2016YT commented 1 year ago

Hey, I've done this in a forked project if you're still after this

NtAllocateVirtualMemoryEx commented 1 year ago

can you simply use shutil to add it to the startup directory?