mirror of
https://github.com/GTFOBins/GTFOBins.github.io.git
synced 2026-03-08 06:56:15 +01:00
13 lines
240 B
Plaintext
13 lines
240 B
Plaintext
---
|
|
functions:
|
|
library-load:
|
|
- code: |-
|
|
ssh-keygen -D /path/to/lib.so
|
|
comment: |-
|
|
The shared library must contain the `void C_GetFunctionList() {}` function.
|
|
contexts:
|
|
sudo:
|
|
suid:
|
|
unprivileged:
|
|
...
|