PEASS-ng/linPEAS/builder/linpeas_parts/variables/GREP_IGNORE_MOUNTS.sh
2024-08-27 23:56:21 +02:00

16 lines
408 B
Bash

# Title: Variables - GREP_IGNORE_MOUNTS
# ID: GREP_IGNORE_MOUNTS
# Author: Carlos Polop
# Last Update: 22-08-2023
# Description: Ignore this strings when grepping mounts
# License: GNU GPL
# Version: 1.0
# Functions Used:
# Global Variables:
# Initial Functions:
# Generated Global Variables: $GREP_IGNORE_MOUNTS
# Fat linpeas: 0
# Small linpeas: 1
GREP_IGNORE_MOUNTS="/ /|/null | proc proc |/dev/console"