mirror of
https://github.com/GTFOBins/GTFOBins.github.io.git
synced 2026-03-07 14:36:23 +01:00
14 lines
273 B
Plaintext
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:
|
|
...
|