sensepost / gowitness

🔍 gowitness - a golang, web screenshot utility using Chrome Headless
GNU General Public License v3.0
2.87k stars 329 forks source link

Public Key Algorithm field missed #91

Closed fastfire closed 3 years ago

fastfire commented 3 years ago

In a previous version of Gowitness it was possible to recover the field "Public Key Algorithm". The Public Key Algorithm refers to the public key inside the certificate. This certificate is used together with the matching private key to prove the identity of the peer (authentication). In the current versione of Gowitness is possibile to recover, from tls_certificates table, the fields Signature Algorithm, Certification Authority Name and Common Name. Is it possible to add the Public Key Algorithm field again? Thank you!

leonjza commented 3 years ago

Definitely, looks like I missed it when porting the database stuff to sqlite in v2. ref

leonjza commented 3 years ago

I just added this in https://github.com/sensepost/gowitness/commit/0f9d120a1e7fd17e1d6661a5f189d16d9f9f9540.

image