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
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: