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

p4yl0ad/Invoke-SeeEllEm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 

Repository files navigation

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 ;)

About

CLM Bypass through Automated dll generation which allows for execution of arbituary powershell commands using a rundll32.exe powershellrunspace

Topics

Resources

Stars

Watchers

Forks