From 1a82bd8ee41b20d6559963d1c1b8ec8fa6edd814 Mon Sep 17 00:00:00 2001 From: Carlos Polop Date: Wed, 28 Aug 2024 20:03:32 +0200 Subject: [PATCH] all arg --- winPEAS/winPEASexe/winPEAS/Checks/Checks.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/winPEAS/winPEASexe/winPEAS/Checks/Checks.cs b/winPEAS/winPEASexe/winPEAS/Checks/Checks.cs index b34059b..25af908 100644 --- a/winPEAS/winPEASexe/winPEAS/Checks/Checks.cs +++ b/winPEAS/winPEASexe/winPEAS/Checks/Checks.cs @@ -278,7 +278,7 @@ namespace winPEAS.Checks } 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)