Which resource is a lightweight and portable tool that allows the creation of bind and reverse shells from a compromised host?
- WMImplant
- WSC2
- BloodHound
- Netcat
Explanation & Hint: Many tools allow the creation of bind and reverse shells from a compromised host. One of the most popular is Netcat. Netcat is one of the best and most versatile pen test tools because it is lightweight and very portable. WMImplant is a PowerShell-based tool that leverages WMI to create a command and control channel. Wsc2 is a Python-based command and control utility that uses WebSockets. BloodHound is a single-page JavaScript web application that uses graph theory to reveal the hidden relationships in a Windows Active Directory environment. |