httprobe icon indicating copy to clipboard operation
httprobe copied to clipboard

Take a list of domains and probe for working HTTP and HTTPS servers

Results 46 httprobe issues
Sort by recently updated
recently updated
newest added

Hi, This tool is quite amazing. However, it lacks the functionality to save the html responses. Since, you are making GET request to all target you must be receiving the...

Using `http.ProxyFromEnvironment` allows httprobe to use a proxy defined in `HTTP_PROXY` (and `HTTPS_PROXY`).

### Definition Hello Tomnomnom Thank you for the tool I wanted check port `80` and port `443` of some subdomain that has this form `ipaddress.*.*.organisation.com` example `1046170.ostk.bm2.prod.gq1.yahoo.com` or `105.240.139.98.aprez.ostk.prod.bf1.yahoo.com` but...

It's handy that you've built in a list of common ports but users have to read the code to figure out how to use that feature! For anyone reading this...

bash: httprobe: command not found

hi tom facing a golang issue here when running trying to reinstall httprobe i get this # internal/race compile: version "go1.13.8" does not match go tool version "go1.13.7" # container/list...

I'm clone httprobe but I can't install and use it for sudomy script ??

Hi. I'm a "megg" tool lover. In "Meg", can filter status. Filtering is not possible with the "httprobes" tool. Therefore, all redirection domains are represented as normal. Adding filtering options...

first of all thanks for this tool. this tool is great but when I used this tool I'm getting different results for the same subdomains list every time. please see...

Hi! Sometimes, after using `httprobe`, I also want to pass the **valid/found** http servers through Burp to do further analysis. Something like: ```bash for target in $(cat targets.txt); do curl...