mirror of
https://github.com/GTFOBins/GTFOBins.github.io.git
synced 2026-03-08 06:56:15 +01:00
22 lines
375 B
Plaintext
22 lines
375 B
Plaintext
---
|
|
functions:
|
|
command:
|
|
- code: |-
|
|
opencode
|
|
! /path/to/command
|
|
contexts:
|
|
sudo:
|
|
suid:
|
|
shell: true
|
|
unprivileged:
|
|
inherit:
|
|
- code: |-
|
|
opencode db '...'
|
|
comment: |-
|
|
This allows to run SQLite queries (`...`) provided that `sqlite3` is installed.
|
|
contexts:
|
|
sudo:
|
|
unprivileged:
|
|
from: sqlite3
|
|
...
|