sweetsoftware / Ares

Python botnet and backdoor
1.54k stars 474 forks source link

Making the server stay up #44

Closed ddiliberto closed 6 years ago

ddiliberto commented 6 years ago

Everything works. Your software is awesome to play with. =)

But I was wondering how to get the server to stay active after I exit my terminal session from ssh. Similar to how starting up an Apache server will stay active unless the service is stopped.

Sorry, I'm not very familiar with running Python servers.

sweetsoftware commented 6 years ago

Hello,

Thanks. You can run the server as a systemd service (https://patrakov.blogspot.fr/2011/01/writing-systemd-service-files.html) or you can use screen/tmux etc ...

ddiliberto commented 6 years ago

sikk. thanks for clarifying.