Python-Botnet icon indicating copy to clipboard operation
Python-Botnet copied to clipboard

Execute on Start up

Open ijnrghjkdsmigywneig203 opened this issue 3 years ago • 4 comments

Hello,

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

Thanks

ijnrghjkdsmigywneig203 avatar Nov 21 '22 14:11 ijnrghjkdsmigywneig203

windows

ijnrghjkdsmigywneig203 avatar Dec 02 '22 22:12 ijnrghjkdsmigywneig203

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.

MayankFawkes avatar Jan 16 '23 11:01 MayankFawkes

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

DABOSS2016YT avatar Apr 06 '23 11:04 DABOSS2016YT

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