Merge pull request #371 from nillyr/linPEAS-builder-fix

Fix linPEAS build
This commit is contained in:
Carlos Polop 2023-07-23 01:50:01 +02:00 committed by GitHub
commit 0a1a0d1e56
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -353,7 +353,7 @@ class LinpeasBuilder:
def __get_gtfobins_lists(self) -> tuple: def __get_gtfobins_lists(self) -> tuple:
r = requests.get("https://github.com/GTFOBins/GTFOBins.github.io/tree/master/_gtfobins") r = requests.get("https://github.com/GTFOBins/GTFOBins.github.io/tree/master/_gtfobins")
bins = re.findall(r'/GTFOBins/GTFOBins.github.io/blob/master/_gtfobins/([\w_ \-]+).md', r.text) bins = re.findall(r'_gtfobins/([\w_ \-]+).md', r.text)
sudoVB = [] sudoVB = []
suidVB = [] suidVB = []