Skip to content
This repository has been archived by the owner on Mar 1, 2025. It is now read-only.

Script to detect or close possibles reverse shell's running on your system

License

Notifications You must be signed in to change notification settings

nothingbutlucas/anti_reverse_shell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

See the maintained version at codeberg.org


anti_reverse_shell

Script to detect or close possibles reverse shell's running on your system

Installation

Clone the raw file of the script

wget https://raw.githubusercontent.com/nothingbutlucas/anti_reverse_shell/main/anti_reverse_shell.sh -P ~/.local/bin/

And then add a cron to your system

crontab -e
* * * * * ~/.local/bin/anti_reverse_shell.sh

If the script is on your path, you can directly execute it:

anti_reverse_shell.sh