What would you like "TLSGrab" option to output? #1471
Unanswered
CyberStryk
asked this question in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
What output would you like to see (if any) when the -tls-grab httpx option is provided?
I've been working on some new features related to vhosting and TLS Certificates including PR that I believe addresses an issue with the TLSProbe option not working when providing a list of targets.
For my purposes I found it useful to show some of the TLSData in the httpx output, but I wanted to start a discussion on what people would like to see.
For my purposes the most useful information was the SubjectCN and SubjectAN which can be used to determine, a host's virtual hosts and other targets of interest, etc.
Here's what I'm currently which is just a list of names pulled from the SubjectCN and SubjectANs:
└─$ httpx -tls-grab -u https://127.0.0.1
What are your thoughts? Is this useful output? What would you like to see added or changed?
Beta Was this translation helpful? Give feedback.
All reactions