Skip to content
This repository has been archived by the owner on Jul 31, 2021. It is now read-only.

Latest commit

 

History

History
19 lines (13 loc) · 983 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 983 Bytes

Invoke-SeeEllEm

Automated Applocker/CLM dll generation which executes arbitrary powershell commands through rundll32.exe

Usage:

ipmo .\Invoke-SeeEllEm; Create-AppIl -DllName "ayylmao" -Entry "Poon" -Command "$ExecutionContext.SessionState.LanguageMode > C:\Windows\Tasks\bypass.txt" -Build
  • Generates a dll called ayylmao.dll with the entrypoint of Poon with the command $ExecutionContext.SessionState.LanguageMode > C:\Windows\Tasks\bypass.txt
ipmo .\Invoke-SeeEllEm; Create-AppIl -Entry "Poon" -Command "$ExecutionContext.SessionState.LanguageMode > C:\Windows\Tasks\bypass.txt"

rundll32.exe Dllname.dll,EntryChosen

  • will execute in Unconstrained Language Mode if you have done your enum properly ;)