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

Support 100+ active domains #2

Closed
Firefishy opened this issue Apr 5, 2017 · 4 comments
Closed

Support 100+ active domains #2

Firefishy opened this issue Apr 5, 2017 · 4 comments

Comments

@Firefishy
Copy link

crt.sh pages when there are more than 100 certificates in the list.

Example: https://crt.sh/?Identity=%25.fridayengineering.net&iCAID=16418

@sahsanu
Copy link
Owner

sahsanu commented Apr 5, 2017 via email

@spikebike
Copy link

There's an easy fix, instead of:
https://crt.sh/?Identity=%25.fridayengineering.net&iCAID=16418

Query for up to 1000 instead of 100:
https://crt.sh/?Identity=%25.fridayengineering.net&iCAID=16418&p=1&n=1000

sahsanu added a commit that referenced this issue Sep 15, 2017
Enhanced, added option -m to search for more (or less) than 100 (default option) certificates. This option closes issue #2 (v0.10)
I want to thank Github User spikebike (https://github.com/spikebike) for the tip to be able to search more or less than 100 certificates on crt.sh site (v0.10)
@sahsanu
Copy link
Owner

sahsanu commented Sep 15, 2017

@spikebike Thanks for pointing me out this issue, sincerely I forgot about it :( and thanks for the tip to search more or less certificates on crt.sh site, I've used it in new version.

I've added new option (-m) to search for more or less than 100 certificates per domain and per *.domain.

This is the help for new option:

 -m               [Default: 100] searchs for more or less than 100 certificates
                  per domain OR subdomain. It means that if for example you use
                  option -m25 you could receive an output of max 50 certs (25 for
                  the domain and 25 for *.domain).
                  If this option is not used, lectl searchs only for last 100
                  certificates. If the option is used it searches by default
                  for last 1000 certificates.
                  If you want to search for more or less certificates, append
                  the number after the option with no spaces (Ex: -m500). If
                  you specify a number, then the option must be specified
                  independently.
                  Wrong: lectl -seulm500 domain.tld
                  Good: lectl -seul -m500 domain.tld


 Examples:

     lectl letsencryt.org
     lectl -s -e -u -l letsencryt.org
     lectl -seulm letsencryt.org
     lectl -lumse letsencryt.org
     lectl -su --extraline letsencryt.org
     lectl -u letsencryt.org -esm
     lectl -seul -m500 letsencryt.org
     ...and so on

@sahsanu
Copy link
Owner

sahsanu commented Sep 15, 2017

@Firefishy , I apologize but I really forgot this. Please check new lectl version 0.10, it should solve this issue.

@sahsanu sahsanu closed this as completed Sep 15, 2017
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