A simple Powershell script for enumerating living off the land binaries and scripts on a system.
Manually verifying if the binaries or scripts are on the system
would take a while, with automating the process this increases overall productivity
of redteamers
who need to quickly bypass applocker or need to execute code in unique ways.
By simply running the script the rest is taken care of!
The output will be on the screen for you to assess, it will be in the format
of the Binary or Script name, path, and an example command utilizing it.
This project is licensed under the BSD 3-Clause License - see the License file for details
This project wouldn't be possible without the LOLBAS project.
- Add option to run script by executing C# code in Powershell
- Add option to allow user to encode payload by loading Crypt32.dll