eth0izzle / eth0izzle/bucket-stream

possible to filter certstream for certain tlds

Open
#36 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
1.8k
Forks
207
PR merge metrics
No merged PRs in 30d

Description

bucket-stream looks like a very nice application.

I'm interesting in being quite specific and only checking certain domains from the certstream. An example would be only .org tlds or a list of specific domains eg domain1.com, domain2.com.

I see some code
```
def get_permutations(domain, subdomain=None):
perms = [
"%s" % domain,
"www-%s" % domain,
"%s-www" % domain,
]
```
but I don't this this does that.

I'm thinking a command line argument such as:
```
-l limit to tld or only from list
-l .org

or

-l domain-list.txt
```

Is this currently possible?

Thanks.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.