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
httprobe with options whitelist status code
should be 200 only or like cat domains.txt | httprobe -status-code 200
OR cat domains.txt | httprobe -status-code 200,403,404
The text was updated successfully, but these errors were encountered:
You can check server response status codes with curl and filter with awk, sed, cut or whatever. There's really no need for golang. But to each their own of course.
httprobe with options whitelist status code
should be 200 only or like
cat domains.txt | httprobe -status-code 200
OR
cat domains.txt | httprobe -status-code 200,403,404
The text was updated successfully, but these errors were encountered: