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
- Detect suspicious processes and command execution
- Scan process memory for detect shellcode injection model
- Logging all actions that found
- Windows users
- Linux
- You need 3.12.4 verison python
- Must run on Administrator / root
- git clone the project to where you want
- cd project folder
- Install requirements.txt |
pip install -r requirements.txt - Open Command prompt as admin
- Use Path where the project is
- py main.py
or
- py compiler.py
- open dist
- open watcher.exe
- go to release on project
- you will see watcher.exe
- download it
- open it
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.
