mirror of
https://github.com/LOLBAS-Project/LOLBAS
synced 2024-12-27 15:28:34 +01:00
18 lines
471 B
Markdown
18 lines
471 B
Markdown
|
## Extexport.exe
|
||
|
* Functions: Execute
|
||
|
```
|
||
|
|
||
|
Extexport.exe c:\test foo bar
|
||
|
Load a DLL located in the c:\\test folder with one of the following names: mozcrt19.dll, mozsqlite3.dll, or sqlite.dll
|
||
|
```
|
||
|
|
||
|
* Resources:
|
||
|
* http://www.hexacorn.com/blog/2018/04/24/extexport-yet-another-lolbin/
|
||
|
|
||
|
* Full path:
|
||
|
* C:\Program Files\Internet Explorer\Extexport.exe
|
||
|
* C:\Program Files\Internet Explorer(x86)\Extexport.exe
|
||
|
|
||
|
* Notes: Thanks to Adam - @hexacorn
|
||
|
|