- Joined
- May 15, 2017
- Messages
- 985
- Likes
- 759
- Points
- 1,045
Linux post exploitation framework designed to assist red teams in persistence, reconnaissance, privilege escalation and leaving no trace.
- Payloads
- SudoInject
- lsInject
- SSHKeyInject
- Crontab
- SysTimer
- GetRoot
- Clearlogs
- MassInfoGrab
- CheckVM
- MemoryExec
- BanIp
Installation
one liner to install RedGhost:
One liner to install prerequisites and RedGhost:Code:
wget https://raw.githubusercontent.com/d4rk007/RedGhost/master/redghost.sh; chmod +x redghost.sh; ./redghost.sh
PrerequisitesCode:
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
dialog, gcc, iptables, strace
Download RedGhost