httprobe icon indicating copy to clipboard operation
httprobe copied to clipboard

-status-codes flag

Open bebiksior opened this issue 1 year ago • 0 comments

I made a modification to include the status code in the output when using the -status-code flag. Here's an example of the new output:

▶ cat recon/example/domains.txt | httprobe -status-code
200 http://example.com
403 http://admin.example.com
302 http://redirect.example.com

bebiksior avatar May 08 '23 19:05 bebiksior