1
0
mirror of https://github.com/LOLBAS-Project/LOLBAS synced 2025-01-18 01:22:47 +01:00
LOLBAS/Archive-Old-Version/OSLibraries/Mshtml.dll.md

18 lines
419 B
Markdown
Raw Normal View History

## Mshtml.dll
* Functions: Execute
```
rundll32.exe Mshtml.dll,PrintHTML "C:\temp\calc.hta"
Invoke an HTML Application. Note - Pops a security warning and a print dialogue box.
```
* Resources:
* https://twitter.com/pabraeken/status/998567549670477824
* Full path:
* c:\windows\system32\Mshtml.dll
* c:\windows\sysWOW64\Mshtml.dll
* Notes: Thanks to Pierre-Alexandre Braeken - @pabraeken