-
Please describe your feature request:Currently, when the -title and -favicon parameters are used together, the -title parameter only detects the title of the http(s)://host/favicon.ico icon page, but not the http(s)://host page title. I recommend getting both the page title and also the favicon.ico hash when both parameters are enabled. Thank you very much!
Describe the use case of this feature: |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
@x-Ai What you suggested will require 2 requests, i.e echo hackerone.com | httpx -path "/,/favicon.ico" -title -sc -hash mmh3
__ __ __ _ __
/ /_ / /_/ /_____ | |/ /
/ __ \/ __/ __/ __ \| /
/ / / / /_/ /_/ /_/ / |
/_/ /_/\__/\__/ .___/_/|_|
/_/ v1.2.1
projectdiscovery.io
Use with caution. You are responsible for your actions.
Developers assume no liability and are not responsible for any misuse or damage.
https://hackerone.com/favicon.ico [200] [] [595148549]
https://hackerone.com [302] [] [-728214068] |
Beta Was this translation helpful? Give feedback.
@x-Ai this will be improved further as suggested - #702