linpeas-ng

This commit is contained in:
Carlos Polop
2021-07-11 18:51:48 +02:00
parent a17f91745c
commit 3a367d2112
6 changed files with 120 additions and 43 deletions

View File

@@ -20,7 +20,7 @@ class FileRecord:
self.regex = regex
self.bad_regex = bad_regex
self.check_extra_path = check_extra_path
self.files = [FileRecord(regex=regex,**fr) for regex,fr in files.items()]
self.files = [FileRecord(regex=fr["name"],**fr["value"]) for fr in files]
self.good_regex = good_regex
self.just_list_file = just_list_file
self.line_grep = line_grep