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

httpx: consider CDN check error as non-fatal #602

Merged
merged 1 commit into from
May 3, 2022

Conversation

jimen0
Copy link
Contributor

@jimen0 jimen0 commented May 3, 2022

Fixes #599

Copy link
Member

@ehsandeep ehsandeep left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can confirm the fix, example run with current branch and pr branch:

$ echo hackerone.com | httpx -cdn -silent
[FTL] Could not create httpx instance: could not create cdn check: Get "https://cdn.nuclei.sh": dial tcp 127.0.0.1:443: connect: connection refused

$ echo hackerone.com | ./httpx -cdn -silent
https://hackerone.com

@ehsandeep ehsandeep merged commit 96886f6 into projectdiscovery:dev May 3, 2022
@ehsandeep ehsandeep linked an issue May 3, 2022 that may be closed by this pull request
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

Successfully merging this pull request may close these issues.

[FTL] error in -cdn flaq failed all command
2 participants