17 lines
535 B
Bash
17 lines
535 B
Bash
# Title: Variables - commonrootdirsG
|
|
# ID: commonrootdirsG
|
|
# Author: Carlos Polop
|
|
# Last Update: 22-08-2023
|
|
# Description: Common root directories
|
|
# License: GNU GPL
|
|
# Version: 1.0
|
|
# Functions Used:
|
|
# Global Variables:
|
|
# Initial Functions:
|
|
# Generated Global Variables: $commonrootdirsG
|
|
# Fat linpeas: 0
|
|
# Small linpeas: 1
|
|
|
|
|
|
commonrootdirsG="^/$|/bin$|/boot$|/.cache$|/cdrom|/dev$|/etc$|/home$|/lost+found$|/lib$|/lib32$|libx32$|/lib64$|lost\+found|/media$|/mnt$|/opt$|/proc$|/root$|/run$|/sbin$|/snap$|/srv$|/sys$|/tmp$|/usr$|/var$"
|