ronin-rb / ronin-recon

A micro-framework and tool for performing reconnaissance.
https://ronin-rb.dev
GNU Lesser General Public License v3.0
32 stars 9 forks source link

Allow `Ronin::Recon::Net::CertEnum` to yield email addresses #45

Closed postmodern closed 1 year ago

postmodern commented 1 year ago

X509 Certificates can have email addresses in the subject and subjectAltName. It should be able to extract and yield the email addresses.

postmodern commented 1 year ago

Implemented by b01c83d27c9d99316066e9fb3b8c4e71e53a04d6 and 6b198c2938d1261152c3f20a27083084600d5866.