1
0
mirror of https://github.com/GTFOBins/GTFOBins.github.io.git synced 2026-03-07 14:36:23 +01:00
GTFOBins.github.io/_gtfobins/sg
2026-01-07 21:59:13 +01:00

14 lines
273 B
Plaintext

---
functions:
shell:
- code: |-
sg $(id -ng)
comment: |-
Commands can be run if the current user's group is specified, therefore no additional permissions are needed.
contexts:
sudo:
code: |-
sg root
unprivileged:
...