mirror of
https://github.com/GTFOBins/GTFOBins.github.io
synced 2025-07-25 19:54:14 +02:00
Reorder functions
This commit is contained in:
@@ -62,13 +62,6 @@ load-library:
|
||||
It loads shared libraries that may be used to run code in the binary
|
||||
execution context.
|
||||
|
||||
capabilities-enabled:
|
||||
label: Capabilities
|
||||
description: |
|
||||
It can manipulate its process UID and in Linux systems it can be set with the
|
||||
`CAP_SETUID` capability to make it work as a backdoor to maintain elevated privileges.
|
||||
This also works if the binary is invoked by another binary with the capability set.
|
||||
|
||||
suid-enabled:
|
||||
label: SUID
|
||||
description: |
|
||||
@@ -83,6 +76,13 @@ sudo-enabled:
|
||||
It runs in privileged context and may be used to access the file system,
|
||||
escalate or maintain access with elevated privileges if enabled on `sudo`.
|
||||
|
||||
capabilities-enabled:
|
||||
label: Capabilities
|
||||
description: |
|
||||
It can manipulate its process UID and in Linux systems it can be set with the
|
||||
`CAP_SETUID` capability to make it work as a backdoor to maintain elevated privileges.
|
||||
This also works if the binary is invoked by another binary with the capability set.
|
||||
|
||||
suid-limited:
|
||||
label: Limited SUID
|
||||
description: |
|
||||
|
Reference in New Issue
Block a user