Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Execute on Start up #13

Open
ijnrghjkdsmigywneig203 opened this issue Nov 21, 2022 · 4 comments
Open

Execute on Start up #13

ijnrghjkdsmigywneig203 opened this issue Nov 21, 2022 · 4 comments

Comments

@ijnrghjkdsmigywneig203
Copy link

Hello,

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

Thanks

@ijnrghjkdsmigywneig203
Copy link
Author

windows

@MayankFawkes
Copy link
Owner

MayankFawkes commented Jan 16, 2023

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
Copy link

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

@NtAllocateVirtualMemoryEx

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants
@MayankFawkes @DABOSS2016YT @ijnrghjkdsmigywneig203 @NtAllocateVirtualMemoryEx and others