-srd misses storing responses on same host, but different schemes (HTTP/HTTPS), on default ports (80/443)
httpx version:
1.7.0
Current Behavior:
-srd option misses storing responses when the same host responds differently over different default schemes (HTTP vs HTTPS).
Steps To Reproduce:
- Run
echo hackerone.com|httpx -status-code -nf -srd out -silent, this will probe http and https schemes @ hackerone.com and store responses atout/folder; -
index.txtconfirms two probes, two diff responses; - Only 1 response stored, because it replaced the first response. (diff scheme, but same srdfolder/SHA1_filename.txt).
..tested individually, same behavior observed:
The same issue occurs with -ss, the first screenshot file is overwritten due to the identical SHA1 filename, and the corresponding TXT response is also affected.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 7 days if no further activity occurs. Thank you for your contributions!
This issue has been automatically closed due to inactivity. If you think this is a mistake or would like to continue the discussion, please comment or feel free to reopen it.