Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
watcher — Detection reverse shell and kill it before trying shell. | Kitploit
Tools/GitHubGitHub/themoonsir/watcher
Defensive ToolsMemory ForensicsReverse EngineeringShellcodeMalware AnalysisBinary AnalysisIntrusion DetectionIncident Response
GitHubthemoonsir/watcher

watcher

Detection reverse shell and kill it before trying shell.

View Repository
26 months agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

Anti Reverse 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

Informations on this project

You can view how this porject work here

https://miro.com/app/board/uXjVGAn3Ml8=/?share_link_id=431140843238

Reverse Shell

  • Detect suspicious processes and command execution
  • Scan process memory for detect shellcode injection model
  • Logging all actions that found

OS support

  • Windows users
  • Linux

Requirements

  1. You need 3.12.4 verison python
  2. Must run on Administrator / root

Installation

  1. git clone the project to where you want
  2. cd project folder
  3. Install requirements.txt | pip install -r requirements.txt
  4. Open Command prompt as admin
  5. Use Path where the project is
  6. py main.py

or

  1. py compiler.py
  2. open dist
  3. open watcher.exe

Installation watcher.exe

  1. go to release on project
  2. you will see watcher.exe
  3. download it
  4. open it

Warning

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:

root@kitploit:~
"""
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.

Download Tool