> For the complete documentation index, see [llms.txt](https://ppn.snovvcra.sh/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ppn.snovvcra.sh/pentest/infrastructure/ad/av-edr-evasion/clm-bypass.md).

# CLM Bypass

* <https://github.com/calebstewart/bypass-clm>

## Recon

Check PowerShell language mode:

```
PS > $ExecutionContext.SessionState.LanguageMode
```

In-place functions:

```
PS > whoami
The term 'whoami.exe' is not recognized as the name of cmdlet...
PS > &{ whoami }
megacorp\snovvcrash
```

## Tools

* <https://github.com/p3nt4/PowerShdll>
* <https://github.com/iomoath/PowerShx>
