mirror of
https://github.com/LOLBAS-Project/LOLBAS
synced 2025-07-27 12:42:19 +02:00
Removed MD files, we only use the webportal from now on. All MD files moved to archive
This commit is contained in:
22
Archive-Old-Version/OSBinaries/Regsvcs.exe.md
Normal file
22
Archive-Old-Version/OSBinaries/Regsvcs.exe.md
Normal file
@@ -0,0 +1,22 @@
|
||||
## Regsvcs.exe
|
||||
* Functions: Execute
|
||||
```
|
||||
|
||||
regsvcs.exe AllTheThingsx64.dll
|
||||
Loads the target .DLL file and executes the RegisterClass function.
|
||||
```
|
||||
|
||||
* Resources:
|
||||
* https://pentestlab.blog/2017/05/19/applocker-bypass-regasm-and-regsvcs/
|
||||
* https://github.com/redcanaryco/atomic-red-team/blob/master/Windows/Payloads/RegSvcsRegAsmBypass.cs
|
||||
* https://github.com/redcanaryco/atomic-red-team/blob/master/Windows/Execution/RegsvcsRegasm.md
|
||||
* https://oddvar.moe/2017/12/13/applocker-case-study-how-insecure-is-it-really-part-1/
|
||||
|
||||
* Full path:
|
||||
* C:\Windows\Microsoft.NET\Framework\v2.0.50727\regsvcs.exe
|
||||
* C:\Windows\Microsoft.NET\Framework64\v2.0.50727\regsvcs.exe
|
||||
* C:\Windows\Microsoft.NET\Framework\v4.0.30319\regsvcs.exe
|
||||
* C:\Windows\Microsoft.NET\Framework64\v4.0.30319\regsvcs.exe
|
||||
|
||||
* Notes: Thanks to Casey Smith - @subtee
|
||||
|
Reference in New Issue
Block a user