mirror of
https://github.com/GTFOBins/GTFOBins.github.io.git
synced 2025-12-27 18:51:41 +01:00
Merge 88d7ad15a98d967627649b1a26752720e71d8a53 into b29f2cfde1c72e4ea5191e49604e923bbda98461
This commit is contained in:
commit
a81cdf6b01
@ -58,7 +58,7 @@ sudo:
|
||||
|
||||
capabilities:
|
||||
label: Capabilities
|
||||
description: If the binary has the Linux `CAP_SETUID` capability set or it is executed by another binary with the capability set, it can be used as a backdoor to maintain privileged access by manipulating its own process UID.
|
||||
description: If the binary has the Linux `CAP_SETUID` capability set or it is executed by another binary with the capability set, it can be used as a backdoor to maintain privileged access by manipulating its own process UID. The `getcap -r / 2>/dev/null | grep cap_setuid` command will give the locations of the original binaries that have the `CAP_SETUID` capability set already, in case your user is too low-privileged to set the capability on the copied binary.
|
||||
|
||||
limited-suid:
|
||||
label: Limited SUID
|
||||
|
||||
Loading…
Reference in New Issue
Block a user