GTFOBins.github.io/_gtfobins/check_statusfile.md

14 lines
358 B
Markdown
Raw Permalink Normal View History

2020-11-12 14:21:00 +01:00
---
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
2020-11-12 14:21:00 +01:00
sudo:
- code: |
LFILE=file_to_read
sudo check_statusfile $LFILE
2020-11-12 14:21:00 +01:00
---