Skip to content

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

"""
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.

About

Detection reverse shell and kill it before trying shell.

Resources

Stars

2 stars

Watchers

0 watching

Forks

Releases

Contributors

Languages