mirror of
https://github.com/GTFOBins/GTFOBins.github.io
synced 2025-07-25 19:54:14 +02:00
Reorganize function names
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
exec-interactive:
|
||||
label: Interactive
|
||||
execute-interactive:
|
||||
label: Interactive execute
|
||||
description: It executes interactive commands that may be exploited to break out from restricted shells.
|
||||
|
||||
exec-non-interactive:
|
||||
label: Non-interactive
|
||||
execute-non-interactive:
|
||||
label: Non-interactive execute
|
||||
description: It executes non-interactive commands that may be exploited to break out from restricted shells.
|
||||
|
||||
suid-enabled:
|
||||
@@ -26,18 +26,14 @@ upload:
|
||||
label: Upload
|
||||
description: It can exfiltrate files on the network.
|
||||
|
||||
bind-shell:
|
||||
label: Bind shell
|
||||
bind-shell-interactive:
|
||||
label: Interactive bind shell
|
||||
description: It can bind a shell to a local port to allow remote network access.
|
||||
|
||||
reverse-shell:
|
||||
label: Reverse shell
|
||||
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.
|
||||
|
||||
load-library:
|
||||
label: Library load
|
||||
description: It loads shared libraries that may be used to run code in the binary execution context.
|
||||
|
||||
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.
|
||||
@@ -45,3 +41,7 @@ bind-shell-non-interactive:
|
||||
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.
|
||||
|
Reference in New Issue
Block a user