NSE script: http-find-host.nse #1251
Conversation
Find website backend behind reverse proxy like Cloudflare by sending specific HTTP Host header and looking for a title.
Thanks for your contribution. Can you explain how this script is different than the existing
Is there a reason you can't just use |
For example you looking for a backend of The http-title script uses method Maybe you right, that http-title script can do the same after little modification. |
I understand now. Yes, I think we can make a simple override in the form of a script arg like In order to set the Host header via
|
Find website backend behind reverse proxy like Cloudflare by sending specific HTTP Host header and looking for a title.