mirror of
https://github.com/bettercap/bettercap
synced 2025-08-14 10:46:57 -07:00
new: spoofing godaddy ca
This commit is contained in:
parent
21b8b4527f
commit
5c2dc44a2d
2 changed files with 7 additions and 5 deletions
|
@ -41,9 +41,11 @@ func Generate(certPath string, keyPath string) error {
|
|||
template := x509.Certificate{
|
||||
SerialNumber: serialNumber,
|
||||
Subject: pkix.Name{
|
||||
CommonName: "www.cisco.com",
|
||||
Organization: []string{"Cisco Systems, Inc."},
|
||||
OrganizationalUnit: []string{"Cisco Systems, Inc."},
|
||||
Country: []string{"US"},
|
||||
Locality: []string{"Scottsdale"},
|
||||
Organization: []string{"GoDaddy.com, Inc."},
|
||||
OrganizationalUnit: []string{"http://certs.godaddy.com/repository/"},
|
||||
CommonName: "Go Daddy Secure Certificate Authority - G2",
|
||||
},
|
||||
NotBefore: notBefore,
|
||||
NotAfter: notAfter,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue