Redghost V3.0 - Linux Postal Service Exploitation Framework Written Inwards Bash Designed To Assistance Carmine Teams Inwards Persistence, Reconnaissance, Privilege Escalation As Well As Leaving No Trace




Linux post exploitation framework designed to assistance scarlet teams inwards persistence, reconnaissance, privilege escalation together with leaving no trace.

  • Payloads

Function to generate diverse encoded reverse shells inwards netcat, bash, python, php, ruby, perl
  • SudoInject
Function to inject sudo ascendency amongst wrapper component subdivision to run a contrary root trounce everytime "sudo" is run for privilege escalataion
  • lsInject
Function to inject the "ls" ascendency amongst a wrapper component subdivision to run payload everytime "ls" is run for persistence
  • SSHKeyInject
Function to log keystrokes of a ssh procedure using strace
  • Crontab
Function to practise cron project that downloads payload from remote server together with runs payload every infinitesimal for persistence
  • SysTimer
Function to practise systemd timer that downloads together with executes payload every xxx seconds for persistence.
  • GetRoot
Function to induce diverse methods to escalate privileges
  • Clearlogs
Function to clear logs together with brand investigation amongst forensics difficult
  • MassInfoGrab
Function to pick out grip of majority reconaissance/information on system
  • CheckVM
Function to banking concern jibe if the arrangement is a virtual machine
  • MemoryExec
Function to execute remote bash script inwards memory
  • BanIp
Function to BanIp using iptables

Installation
ane 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 together with 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