mirror of https://github.com/Mickhat/lemma.git
20 lines
384 B
TOML
20 lines
384 B
TOML
threads = 2
|
|
verbose = false
|
|
retries = 15
|
|
subdomains = false
|
|
parameters = false
|
|
providers = ["wayback","commoncrawl","otx","urlscan"]
|
|
blacklist = ["ttf","woff","svg","png","jpg"]
|
|
json = false
|
|
|
|
[urlscan]
|
|
apikey = ""
|
|
|
|
[filters]
|
|
from = ""
|
|
to = ""
|
|
matchstatuscodes = []
|
|
matchmimetypes = []
|
|
filterstatuscodes = []
|
|
filtermimetypes = ["image/png", "image/jpg", "image/svg+xml"]
|