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

Fixed crt.sh SQL query #700

Merged
merged 2 commits into from
Nov 21, 2022
Merged

Fixed crt.sh SQL query #700

merged 2 commits into from
Nov 21, 2022

Conversation

vzamanillo
Copy link
Contributor

Fixes #666, also implements the #676 changes (email name values)

Víctor Zamanillo and others added 2 commits November 9, 2022 10:07
…/K-6Vymd_AAAJ and using the &showSQL=y parameter I noticed the source's SQL is quite different of the current SQL crts.sh is using
@ehsandeep ehsandeep linked an issue Nov 10, 2022 that may be closed by this pull request
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.

Thank you, I can confirm the consistency issue is now fixed, I also noticed now crtsh returns root domain name (keyloop.com) as part of the output, was it expected to change @vzamanillo?

@vzamanillo
Copy link
Contributor Author

Hey!

let me check what's going on.

@vzamanillo
Copy link
Contributor Author

vzamanillo commented Nov 17, 2022

Before the fix:

api.hackerone.com
info.hackerone.com
links.hackerone.com
mta-sts.forwarding.hackerone.com
mta-sts.managed.hackerone.com
www.hackerone.com
docs.hackerone.com
go.hackerone.com
hackerone.com
mta-sts.hackerone.com
support.hackerone.com

After the fix:


api.hackerone.com
info.hackerone.com
links.hackerone.com
mta-sts.forwarding.hackerone.com
mta-sts.managed.hackerone.com
www.hackerone.com
docs.hackerone.com
go.hackerone.com
hackerone.com
mta-sts.hackerone.com
support.hackerone.com
events.hackerone.com
design.hackerone.com
gslink.hackerone.com

Web browser request results (HTML output):

imagen

Web browser request results (JSON output)

imagen

Yes, it's expected, also, it returns +3 results.

We can exclude the root domain, but I think that should be done for the set of all results, not just this source, I mean, here.

@Mzack9999 Mzack9999 added the Type: Bug Inconsistencies or issues which will cause an issue or problem for users or implementors. label Nov 21, 2022
@ehsandeep ehsandeep merged commit f87952f into projectdiscovery:dev Nov 21, 2022
@vzamanillo vzamanillo deleted the fix-crtsh-sql branch November 21, 2022 07:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug Inconsistencies or issues which will cause an issue or problem for users or implementors.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Subfinder often missing results from crtsh
3 participants