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

Result contains * character #74

Closed
2 tasks done
shelld3v opened this issue Aug 2, 2021 · 3 comments
Closed
2 tasks done

Result contains * character #74

shelld3v opened this issue Aug 2, 2021 · 3 comments

Comments

@shelld3v
Copy link
Contributor

shelld3v commented Aug 2, 2021

Please follow the general troubleshooting steps first:

  • Check you are using Python 3.6
  • Make sure you are using pip3 (or any instance of pip associated with Python 3.x)

Bug reports:

Some subdomains in the result contain *.:

vpn.awscorp.uberinternal.com
corpmdm.uberinternal.com
*.uberinternal.com
vpn-china-szx1.uberinternal.com
--- snippet ---
jira-cdn-staging.uberinternal.com
*.tm1ext.awscorp.uberinternal.com
uberhubtest.uberinternal.com
gw08-usw1.awscorp.uberinternal.com
--- snippet ---
lsfosq_us1.uberinternal.com
*.it-tools.uberinternal.com
gw08-sae1.awscorp.uberinternal.com
@jonluca
Copy link
Owner

jonluca commented Dec 22, 2021

Do we not want this? Because sometimes the * character is on a subdomain itself. I think I'll keep it as is for now, unless someone has a compelling reason to not include them

@jonluca jonluca closed this as completed Dec 22, 2021
@shelld3v
Copy link
Contributor Author

Can you explain "sometimes the * character is on a subdomain itself"? I might get you wrong but domain names can only use the letters a to z, the numbers 0 to 9, and the hyphen (-) character

@jonluca
Copy link
Owner

jonluca commented Dec 22, 2021

Yes, it's not a valid subdomain itself, but the results will sometimes be valid subdomains with the prefix.

For instance, if you do a search for google.com, a result might be *.mail.google.com, which is interesting. It either means that a wildcard certificate was issued for that subdomain, or that one of the providers lists it like that.

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

2 participants