mirror of
https://github.com/GTFOBins/GTFOBins.github.io
synced 2024-12-26 06:49:44 +01:00
e885d4a6ee
It is useless because: - if Debian-like, it is not supported and does not drop anyway; - otherwise the `system()`-like function already used a shell that dropped the privileges.
16 lines
220 B
Markdown
16 lines
220 B
Markdown
---
|
|
functions:
|
|
exec-interactive:
|
|
- code: |
|
|
man man
|
|
!/bin/sh
|
|
sudo-enabled:
|
|
- code: |
|
|
sudo man man
|
|
!/bin/sh
|
|
suid-limited:
|
|
- code: |-
|
|
./man man
|
|
!/bin/sh
|
|
---
|