LOLBAS/Mshtml.md

15 lines
581 B
Markdown
Raw Normal View History

2018-09-16 14:04:36 +02:00
---
name: mshtml.dll
description: Microsoft HTML Viewer.
functions:
execute:
- description: Invoke an HTML Application via mshta.exe (Note - Pops a security warning and a print dialogue box).
code: rundll32.exe Mshtml.dll,PrintHTML "C:\temp\calc.hta"
resources:
- resource: https://twitter.com/pabraeken/status/998567549670477824
- resource: https://windows10dll.nirsoft.net/mshtml_dll.html
fullpath:
- path: c:\windows\system32\mshtml.dll
- path: c:\windows\syswow64\mshtml.dll
notes: Thanks to Pierre-Alexandre Braeken - @pabraeken.
---