mirror of
https://github.com/GTFOBins/GTFOBins.github.io.git
synced 2026-03-07 14:36:23 +01:00
14 lines
320 B
Plaintext
14 lines
320 B
Plaintext
---
|
|
comment: |-
|
|
This is the `check_memory` Nagios plugin, available e.g. in `/usr/lib/nagios/plugins/`.
|
|
functions:
|
|
file-read:
|
|
- code: |-
|
|
check_memory --extra-opts=@/path/to/input-file
|
|
comment: |-
|
|
The read file content is limited to the first line.
|
|
contexts:
|
|
sudo:
|
|
unprivileged:
|
|
...
|