1
mirror of https://github.com/carlospolop/PEASS-ng synced 2024-11-20 12:39:21 +01:00

Fix copy-paste mistake in Firefox.cs

This commit is contained in:
Mike 2024-04-01 15:35:56 +02:00 committed by GitHub
parent e32f496f12
commit db41676cdf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -120,7 +120,7 @@ namespace winPEAS.KnownFileCreds.Browsers.Firefox
string firefoxCredentialFile4 = $"{directory}\\{"key4.db"}";
if (File.Exists(firefoxCredentialFile4))
{
results.Add(firefoxCredentialFile3);
results.Add(firefoxCredentialFile4);
}
}
}