mirror of
https://github.com/GTFOBins/GTFOBins.github.io
synced 2024-12-26 14:59:44 +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
|
|
---
|