Skip to content
This repository has been archived by the owner on Dec 6, 2023. It is now read-only.

Commit

Permalink
Merge pull request #126 from google/fix
Browse files Browse the repository at this point in the history
Fix classname of ExplicitCurveMiTM
  • Loading branch information
chadbrubaker authored Jan 16, 2020
2 parents 69eadb1 + 003c068 commit 7037dcb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ class SuperFishMITM(SelfSignedMITM):

@handler(handlers, default=True)
@preconditions.requires_files(files=["explicit_curve.pem"])
class SuperFishMITM(SelfSignedMITM):
class ExplicitCurveMiTM(SelfSignedMITM):
name = "explicitcurvemitm"
description = "Attempt a MiTM exploiting CVE-2020-0601"
ca = util.CertificateAuthority("explicit_curve.pem")
Expand Down

1 comment on commit 7037dcb

@gallogit
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Asectar

Please sign in to comment.