1
0
mirror of https://github.com/GTFOBins/GTFOBins.github.io.git synced 2026-01-14 19:31:34 +01:00
GTFOBins.github.io/_gtfobins/check_statusfile.md
2020-11-12 14:21:00 +01:00

18 lines
447 B
Markdown

---
description: |
This is the `check_statusfile` Nagios plugi plugin, available e.g. in `/usr/lib/nagios/plugins/`. The read file content is limited to the first line.
functions:
file-read:
- code: |
LFILE=file_to_read
check_statusfile "$LFILE"
suid:
- code: |
LFILE=file_to_read
./check_statusfile "$LFILE"
sudo:
- code: |
LFILE=file_to_read
sudo check_statusfile "$LFILE"
---