eth0izzle / eth0izzle/bucket-stream
possible to filter certstream for certain tlds
- 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.