Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 1 KB

README.md

File metadata and controls

30 lines (19 loc) · 1 KB

Find-LOLBAS

A simple Powershell script for enumerating living off the land binaries and scripts on a system.

Why

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.

How to Use?

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.

License

This project is licensed under the BSD 3-Clause License - see the License file for details

Acknowledgments

This project wouldn't be possible without the LOLBAS project.

Roadmap

  • Add option to run script by executing C# code in Powershell
  • Add option to allow user to encode payload by loading Crypt32.dll