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

Kindly add `version` attribute in this amazing tool, so we can track versioning.

when i load the anew its saying not found. ┌─[muneef@parrot]─[~/Desktop/karma_v2] └──╼ $bash karma_v2 -h [!] Error: Unable to find anew. Make sure it installed OR - GO111MODULE=on go get -u...

Tried reinstalling it to latest but still getting: flag provided but not defined: -prefer-https Usage of httprobe: -c int set the concurrency level (default 20) -p value add additional probe...

`httprobe` doesn't discover live valid HTTP services. It doesn't output HTTP services which return `curl: (56) OpenSSL SSL_read: Connection reset by peer, errno 104` Consider following `curl` request ``` $...

Hi, this PR should help with this issue: https://github.com/tomnomnom/httprobe/issues/43. It just fixes `@latest` to `@master` version in installation instruction. @ZishanAdThandar has already made a PR (https://github.com/tomnomnom/httprobe/pull/57), but now it closed.

- Before : (Outdated) ``` go go get -u github.com/tomnomnom/httprobe ``` - Now: (Updated One) ```go go install github.com/tomnomnom@latest ```

to directly copy paste commands to the terminal

i can't able to use httprobe.i think this issue is due to go but can't able to the fix. ![httprobe](https://user-images.githubusercontent.com/51978908/81485291-96f3c180-9269-11ea-8cd6-b1396d2e970d.png) ![tool_saved](https://user-images.githubusercontent.com/51978908/81485263-63189c00-9269-11ea-93f9-59b20271c39b.png)

When installing using `▶ go install github.com/tomnomnom/httprobe@latest` it installs an older version without support for the flag `--prefer-https`

by setting the -p as custom and providing a path to a text file on the -l flag we can read custom lists of ports separated by new lines. This...