1
0
mirror of https://github.com/GTFOBins/GTFOBins.github.io.git synced 2024-09-20 02:42:45 +02:00
GTFOBins.github.io/_data/functions.yml
2018-05-25 17:46:40 +01:00

48 lines
1.9 KiB
YAML

execute-interactive:
label: Interactive execute
description: It executes interactive commands that may be used to break out from restricted shells.
execute-non-interactive:
label: Non-interactive execute
description: It executes non-interactive commands that may be used to break out from restricted shells.
suid-enabled:
label: SUID
description: It runs with the SUID bit set and may be exploited to escalate or maintain the privileges working as a SUID backdoor. Omit the shell `-p` option on systems like Debian that allow to run a SUID shell by default.
suid-limited:
label: Limited SUID
description: It runs with the SUID bit set and may be exploited to escalate or maintain the privileges working as a SUID backdoor. This only works on systems like Debian that allow to run a SUID shell by default.
sudo-enabled:
label: Sudo
description: It runs in privileged context and may be used to escalate or maintain privileges if enabled on `sudo`.
download:
label: Download
description: It can download remote files.
upload:
label: Upload
description: It can exfiltrate files on the network.
bind-shell-interactive:
label: Interactive bind shell
description: It can bind a shell to a local port to allow remote network access.
reverse-shell-interactive:
label: Interactive reverse shell
description: It can send back a reverse shell to a listening attacker to open a remote network access.
bind-shell-non-interactive:
label: Non-interactive bind shell
description: It can bind a non-interactive shell to a local port to allow remote network access.
reverse-shell-non-interactive:
label: Non-interactive reverse shell
description: It can send back a non-interactive reverse shell to a listening attacker to open a remote network access.
load-library:
label: Library load
description: It loads shared libraries that may be used to run code in the binary execution context.