kgretzky / evilginx2

Standalone man-in-the-middle attack framework used for phishing login credentials along with session cookies, allowing for the bypass of 2-factor authentication
BSD 3-Clause "New" or "Revised" License
10.23k stars 1.87k forks source link

certdb: tls: private key does not match public key #985

Open rothilion26 opened 7 months ago

rothilion26 commented 7 months ago

I just completed to issue certificates, now I get this error when I try to start evilginx : "certdb: tls: private key does not match public key". Anyone knows the solution ?

bauera1 commented 7 months ago

bumping this, did you find a solution?

g0h4n commented 6 months ago

@bauera1 @rothilion26, This is probably due to a conflict between two versions/instances runnning from the same system user. rm ~/.evilginx -rf solved the problem for me.