mirror of
https://github.com/GTFOBins/GTFOBins.github.io
synced 2025-01-24 12:32:55 +01:00
Rephrase sudo functions
This commit is contained in:
parent
6e11ed79be
commit
bbf0940cf2
@ -67,8 +67,8 @@ suid-enabled:
|
|||||||
description: |
|
description: |
|
||||||
It runs with the SUID bit set and may be exploited to access the file
|
It runs with the SUID bit set and may be exploited to access the file
|
||||||
system, escalate or maintain access with elevated privileges working as a
|
system, escalate or maintain access with elevated privileges working as a
|
||||||
SUID backdoor. If it is used to run `/bin/sh -p`, omit the `-p` on systems
|
SUID backdoor. If it is used to run `sh -p`, omit the `-p` argument on systems
|
||||||
like Debian that allow to run a SUID shell by default.
|
like Debian that allow the default `sh` shell to run with SUID privileges.
|
||||||
|
|
||||||
sudo-enabled:
|
sudo-enabled:
|
||||||
label: Sudo
|
label: Sudo
|
||||||
@ -81,6 +81,5 @@ suid-limited:
|
|||||||
description: |
|
description: |
|
||||||
It runs with the SUID bit set and may be exploited to access the file
|
It runs with the SUID bit set and may be exploited to access the file
|
||||||
system, escalate or maintain access with elevated privileges working as a
|
system, escalate or maintain access with elevated privileges working as a
|
||||||
SUID backdoor. Internally it may run commands via `/bin/sh` (without the
|
SUID backdoor. If it is used to run commands it only works on systems
|
||||||
`-p` option) so it only only works on Debian systems that allow SUID shell
|
like Debian that allow the default `sh` shell to run with SUID privileges.
|
||||||
execution by default.
|
|
||||||
|
Loading…
Reference in New Issue
Block a user