Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

--prefer-https dont work #67

Open
a6thmfsin opened this issue Dec 29, 2023 · 2 comments
Open

--prefer-https dont work #67

a6thmfsin opened this issue Dec 29, 2023 · 2 comments

Comments

@a6thmfsin
Copy link

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 (proto:port)
-s skip the default probes (http:80 and https:443)
-t int
timeout (milliseconds) (default 10000)
-v output errors to stderr****

Tried to use -p:443 and -p:443 -s with same results

@Lilulubun
Copy link

Lilulubun commented Jan 5, 2024

i got the same issue
then i do it manually by
cat domain | httprobe | anew output
cat output | grep https > hosts

@anurag708989
Copy link

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

use

go install github.com/tomnomnom/httprobe@master

this will install updated version and support --prefer-https flag

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants