Skip to content

Commit 4bd1dbd

Browse files
committed
msg
1 parent 003b389 commit 4bd1dbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: winPEAS/winPEASexe/winPEAS/Info/CloudInfo/GWorkspaceInfo.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ private static string[] ExtractRefreshTokens(string webDataPath, string masterKe
242242
}
243243
catch (Exception ex)
244244
{
245-
Console.WriteLine("Error extracting refresh tokens (If Chrome is running the DB is probably locked): " + ex.Message);
245+
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);
246246
return refreshTokens.ToArray();
247247
}
248248
}

0 commit comments

Comments
 (0)