
Detection reverse shell and kill it before trying shell.
Hello my name is themoon (also known shalev), i created this project to help people who run servers with lower security. You can use this project to protect your computer from attackers who may try to reverse shell your computer
https://miro.com/app/board/uXjVGAn3Ml8=/?share_link_id=431140843238
pip install -r requirements.txtor
The project does not ignore private IP connections.
If you want to skip private IP, remove the comment from inside on network/network.py this code:
"""
if is_private_ip(connection.raddr.ip):
continue
"""
The project created to protect system from attackers not to damage your system! Use carefuly and always read the code before running anything.