You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@atlassion recently multiple hash support was introduced to httpx, so it's not feasible to add new flags to match/filter by each hash type instead we suggest using json format for output and doing the post-processing on output file as you need or simple grep will also work for this case:
Hi all! why not add option BodySHA256 match/filter ?
echo http://site/file.png | httpx | jq -Mcr '.["body-sha256"]'
pic.:
httpx -path /path/any_pic.png -msha sha256_HASH
or js :
httpx -path /path/any_file.js -msha sha256_HASH
etc
The text was updated successfully, but these errors were encountered: