Linux post exploitation framework designed to assist red teams in persistence, reconnaissance, privilege escalation and leaving no trace.
- Payloads
Function to generate various encoded reverse shells in netcat, bash, python, php, ruby, perl
- SudoInject
- lsInject
- SSHKeyInject
- Crontab
- SysTimer
- GetRoot
- Clearlogs
- MassInfoGrab
- CheckVM
- MemoryExec
- BanIp
Installation
one liner to install RedGhost:
wget https://raw.githubusercontent.com/d4rk007/RedGhost/master/redghost.sh; chmod +x redghost.sh; ./redghost.sh
One liner to install prerequisites and RedGhost:wget https://raw.githubusercontent.com/d4rk007/RedGhost/master/redghost.sh; chmod +x redghost.sh; apt-get install dialog; apt-get install gcc; apt-get install iptables; apt-get install strace; ./redghost.sh
Prerequisites
dialog, gcc, iptables, strace