Merge pull request #419 from MikeLauer/patch-1

Fix copy-paste mistake in Firefox.cs
This commit is contained in:
cp 2024-04-04 11:15:49 +02:00 committed by GitHub
commit e879812f45
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);
}
}
}