mirror of
https://github.com/LOLBAS-Project/LOLBAS
synced 2025-07-29 05:31:53 +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/OSLibraries/Ieframe.dll.md
Normal file
22
Archive-Old-Version/OSLibraries/Ieframe.dll.md
Normal file
@@ -0,0 +1,22 @@
|
||||
## Ieframe.dll
|
||||
* Functions: Execute
|
||||
```
|
||||
|
||||
rundll32.exe ieframe.dll,OpenURL "C:\test\calc.url"
|
||||
Launch an executable payload via proxy through a(n) URL (information) file by calling OpenURL.
|
||||
|
||||
rundll32.exe ieframe.dll,OpenURL c:\\test\\calc-url-file.zz
|
||||
Renamed URL file.
|
||||
```
|
||||
|
||||
* Resources:
|
||||
* http://www.hexacorn.com/blog/2018/03/15/running-programs-via-proxy-jumping-on-a-edr-bypass-trampoline-part-5/
|
||||
* https://bohops.com/2018/03/17/abusing-exported-functions-and-exposed-dcom-interfaces-for-pass-thru-command-execution-and-lateral-movement/
|
||||
* https://twitter.com/bohops/status/997690405092290561
|
||||
|
||||
* Full path:
|
||||
* c:\windows\system32\Ieframe.dll
|
||||
* c:\windows\sysWOW64\Ieframe.dll
|
||||
|
||||
* Notes: Thanks to Adam - @hexacorn, Jimmy - @bohops
|
||||
|
Reference in New Issue
Block a user