How to make simple C&C server in Python

Hello I’m try to make simple reverse shell handler like metasploit multi handler or netcat but I want to make mine own script,so main problem was I want to interact multiple connection for example in netcat I can evade Anti Virus software’s so easily
but I can’t interact multiple client reverse shells.

Can someone help me for this simple command and control server in Python . I’m okay for any given advice.
(I developed my own Malware for reverse shell with C++ but I don’t want to use open source command and control servers)

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.