1
mirror of https://github.com/carlospolop/PEASS-ng synced 2024-11-24 01:26:22 +01:00
This commit is contained in:
Carlos Polop 2024-08-28 20:03:32 +02:00
parent 9408efbcd7
commit 1a82bd8ee4

View File

@ -278,7 +278,7 @@ namespace winPEAS.Checks
} }
if (print_fileanalysis_warn){ if (print_fileanalysis_warn){
Beaprint.ColorPrint(" [!] If you want to run the file analysis checks (search sensitive information in files), you need to specify the 'fileanalysis' argument. Note that this search might take several minutes. For help, run winpeass.exe --help", Beaprint.YELLOW); Beaprint.ColorPrint(" [!] If you want to run the file analysis checks (search sensitive information in files), you need to specify the 'fileanalysis' or 'all' argument. Note that this search might take several minutes. For help, run winpeass.exe --help", Beaprint.YELLOW);
} }
if (isAllChecks) if (isAllChecks)