From 4bd1dbdf45c767c731fe2cb0fd68046eee76bed2 Mon Sep 17 00:00:00 2001 From: Carlos Polop Date: Thu, 3 Oct 2024 14:58:04 +0100 Subject: [PATCH] msg --- winPEAS/winPEASexe/winPEAS/Info/CloudInfo/GWorkspaceInfo.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/winPEAS/winPEASexe/winPEAS/Info/CloudInfo/GWorkspaceInfo.cs b/winPEAS/winPEASexe/winPEAS/Info/CloudInfo/GWorkspaceInfo.cs index 6b553d7..954f0db 100644 --- a/winPEAS/winPEASexe/winPEAS/Info/CloudInfo/GWorkspaceInfo.cs +++ b/winPEAS/winPEASexe/winPEAS/Info/CloudInfo/GWorkspaceInfo.cs @@ -242,7 +242,7 @@ namespace winPEAS.Info.CloudInfo } catch (Exception ex) { - Console.WriteLine("Error extracting refresh tokens (If Chrome is running the DB is probably locked): " + ex.Message); + Console.WriteLine("Error extracting refresh tokens (If Chrome is running the DB is probably locked but you could dump Chrome's procs and search it there or go around this lock): " + ex.Message); return refreshTokens.ToArray(); } }