Skip to content

Commit 6fe8304

Browse files
authored
Merge pull request #506 from tropkal/tropkal-patch-1
Update the regex for the sudo version
2 parents 7c7884f + 262feb9 commit 6fe8304

File tree

1 file changed

+2
-2
lines changed
  • linPEAS/builder/linpeas_parts/variables

1 file changed

+2
-2
lines changed

‎linPEAS/builder/linpeas_parts/variables/sudovB.sh‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Title: Variables - sudovB
22
# ID: sudovB
33
# Author: Carlos Polop
4-
# Last Update: 22-08-2023
4+
# Last Update: 04-10-2025
55
# Description: Sudo version bad regex
66
# License: GNU GPL
77
# Version: 1.0
@@ -13,4 +13,4 @@
1313
# Small linpeas: 1
1414

1515

16-
sudovB="[01].[012345678].[0-9]+|1.9.[01234][^0-9]|1.9.[01234]$|1.9.5p1"
16+
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]"

0 commit comments

Comments
 (0)