Skip to content

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

5 Commits
 
 
 
 
 
 

Repository files navigation

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