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

Optimization of 360Quake Subdomain Query #1031

Merged
merged 3 commits into from Nov 13, 2023

Conversation

chushuai
Copy link
Contributor

@chushuai chushuai commented Nov 3, 2023

The wildcard query for sub-domains is slow, and it's more efficient to directly enter the root domain name. For Quake, this kind of search is more efficient and reduces the load on our cluster.

dependabot bot and others added 2 commits October 12, 2023 14:24
…ectdiscovery#1014)

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.14.0 to 0.17.0.
- [Commits](golang/net@v0.14.0...v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
The wildcard query for sub-domains is slow, and it's more efficient to directly enter the root domain name. For Quake, this kind of search is more efficient and reduces the load on our cluster.
@ehsandeep ehsandeep changed the base branch from main to dev November 3, 2023 07:51
@ehsandeep ehsandeep merged commit 9e37272 into projectdiscovery:dev Nov 13, 2023
8 checks passed
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.

None yet

2 participants