mirror of
https://github.com/peass-ng/PEASS-ng.git
synced 2025-12-12 15:49:51 -08:00
17 lines
395 B
Bash
17 lines
395 B
Bash
# Title: Variables - sudovB
|
|
# ID: sudovB
|
|
# Author: Carlos Polop
|
|
# Last Update: 04-10-2025
|
|
# Description: Sudo version bad regex
|
|
# License: GNU GPL
|
|
# Version: 1.0
|
|
# Functions Used:
|
|
# Global Variables:
|
|
# Initial Functions:
|
|
# Generated Global Variables: $sudovB
|
|
# Fat linpeas: 0
|
|
# Small linpeas: 1
|
|
|
|
|
|
sudovB="[01].[012345678].[0-9]+|1.9.[01234][^0-9]|1.9.[01234]$|1.9.5p1|1\.9\.[6-9]|1\.9\.1[0-7]"
|