RedGhost is the Linux post exploitation framework designed to assist red teams in persistence, reconnaissance, privilege escalation and leaving no trace.
Also Read – Evil WinRM : The Ultimate WinRM Shell For Hacking/Pentesting
Installation
One liner to install it:
wget https://raw.githubusercontent.com/d4rk007/RedGhost/master/redghost.sh; chmod +x redghost.sh; ./redghost.sh
One liner to install prerequisites and it:
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
AMSI (Antimalware Scan Interface) is a Windows feature designed to help protect systems from malware…
Xkeys is a Burp Suite extension designed to extract interesting strings such as keys, secrets,…
DEDSEC_BOTNET is a Linux-based tool designed for creating and managing advanced botnet payloads. It is…
JS Snitch is a powerful command-line tool designed to scan remote JavaScript files for potential…
RunAs-Stealer is a sophisticated credential stealing tool that employs three distinct techniques to capture sensitive…
The IDOR Scanner is a powerful Burp Suite extension designed to identify potential Insecure Direct…