subsurface
subsurface copied to clipboard
Possible tool name change found
Hello,
I was testing out the tool yesterday and kept getting an error message about "httprobe-bin". I couldn't find a package with that name anywhere so I edited your script and changed it to "httprobe" and it finally worked.
Please look into and it and maybe update script or let me know if I am missing something.
What I changed:
From
cat $subdomains_file | httprobe-bin -p http:8080,https:8443 > $live_subdomains_file
To
cat $subdomains_file | httprobe -p http:8080,https:8443 > $live_subdomains_file
I hope that helps.
Regards, Mikey