sweetsoftware / Ares

Python botnet and backdoor
1.52k stars 476 forks source link

NEW Added support for MacOS, agent should be compiled as linux #47

Open hollow1 opened 6 years ago

hollow1 commented 6 years ago

Hey man, I added support for MacOS agent: It can be run on MacOS as: python agent.py To compile for MacOS one should use the Linux platform: ./builder.py -p Linux --server http://localhost:8888 -o agent Both persistence and clean command are updated to work on MacOS.

sweetsoftware commented 6 years ago

Hi @hollow1,

Thanks a lot. Can you please clean your PR (there are unnecessary modified lines, just adding newline or space).

hollow1 commented 6 years ago

@sweetsoftware I did the best I could, please check.