mirror of
https://github.com/GTFOBins/GTFOBins.github.io.git
synced 2026-01-09 08:51:34 +01:00
11 lines
235 B
Markdown
11 lines
235 B
Markdown
---
|
|
functions:
|
|
shell:
|
|
- description: Commands can be run if the current user's group is specified, therefore no additional permissions are needed.
|
|
code: |
|
|
sg $(id -ng)
|
|
sudo:
|
|
- code: |
|
|
sudo sg root
|
|
---
|