[Windows] Go is installed. PATH is set. But http/s check not working
I sure, that all is good with Go and PATH, because another Go programs work as well. Httprobe work too, but only when try httprobe -h. If i try: type file|httprobe - Nothing happens.
This is a late response just in case anyone else is having this issue, and/or for it to be closed. It may be helpful to glance at the readme again.
Try using cat your_domain_file.txt | httprobe for a file or echo "example.com" | httprobe for a single domain.
I missed that @PFAhard said "type file", which sounds like a Windows environment. If it is Windows, then you could try again, making a file with the .txt extension in the name and just google.com inside of it. This may help troubleshoot where the issue is happening.