Replies: 4 comments
-
That is a great suggestion, however we aren’t sure Nuclei needs this extra layer. For example, using Our workflow runs something like: In the end, nuclei gets the maximum number of hosts and ports to check. 🤙🏻 |
Beta Was this translation helpful? Give feedback.
-
Yah I Know I Can Use httpx To Get SAN , Wishing One Day This Feature Come With Nuclei |
Beta Was this translation helpful? Give feedback.
-
Sure, not saying it won’t, just offering up an opinion. 🤙🏻 |
Beta Was this translation helpful? Give feedback.
-
@0xAwali with nuclei we wanted to support features that are user-controlled and customizable, with that said, this will be possible to achieve with nuclei once we complete the work on #1066 and #1047, SSL support let you extract values of your interest and Value sharing between cross template PR let you place those extracted values from SSL template to HTTP template to make HTTP requests :) |
Beta Was this translation helpful? Give feedback.
-
Let's Assume I'm Trying To Scan https://www.facebook.com So Firstly Nuclei Will Do TLS-Handshake To Transmit Data Into Secure Communication , And Nuclei While Doing TLS-Handshake Its Will Get Server Certificate That Contains Subject Alternative Name e.g. For https://www.facebook.com Will Get
*.facebook.com
*.facebook.net
*.fbcdn.net
......
So Why Not , Make Nuclei Parse These SAN And Use It As Host Headers e.g. If My Template
So Nuclei Will Send Number Of Requests Based On Number Of The SAN E.g.
You Can Add Option To Get Replacement Of Wildcard e.g. TLS-Wildcard
Actually I Faced This Scenario A Lot And Found A Lot Of Hostnames Doesn't Access Directly But If I Add Them As Host Header , I Can Access Them
Beta Was this translation helpful? Give feedback.
All reactions