mirror of
https://github.com/carlospolop/privilege-escalation-awesome-scripts-suite.git
synced 2025-12-30 03:29:02 +00:00
Merge pull request #403 from Signum21/master
Better error handling in FileAnalysis
This commit is contained in:
@@ -444,7 +444,7 @@ namespace winPEAS.Checks
|
||||
foundRegexes[regex_obj.name][regex.name] = fileResults;
|
||||
}
|
||||
}
|
||||
catch (System.IO.IOException)
|
||||
catch (Exception ex)
|
||||
{
|
||||
// Cannot read the file
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user