LOLBAS/OtherMSBinaries/Sqldumper.md

34 lines
714 B
Markdown
Raw Normal View History

2018-04-19 00:06:48 +00:00
## Sqldumper.exe
* Functions: Dump process
```
sqldumper.exe 464 0 0x0110:40
sqldumper.exe 540 0 0x01100
```
Acknowledgements:
* Luis Rocha - @countuponsec
Code sample:
*
Resources:
* https://twitter.com/countuponsec/status/910969424215232518
* https://twitter.com/countuponsec/status/910977826853068800
* https://support.microsoft.com/en-us/help/917825/how-to-use-the-sqldumper-exe-utility-to-generate-a-dump-file-in-sql-se
Full path:
```
2018-05-09 13:25:30 +00:00
C:\Program Files\Microsoft SQL Server\90\Shared\SQLDumper.exe
C:\Program Files (x86)\Microsoft Office\root\vfs\ProgramFilesX86\Microsoft Analysis Services\AS OLEDB\140\SQLDumper.exe
2018-04-19 00:06:48 +00:00
```
Notes:
2018-05-09 13:25:30 +00:00
Part of SQL server, but also Office in some versions.
2018-04-19 00:06:48 +00:00