mirror of
https://github.com/ail-project/ail-framework.git
synced 2024-11-10 08:38:28 +00:00
fix: [DomClassifier] improve perf
This commit is contained in:
parent
f851cc9f42
commit
5c25ec0fea
1 changed files with 2 additions and 0 deletions
|
@ -61,6 +61,8 @@ class DomClassifier(AbstractModule):
|
|||
|
||||
self.c.text(rawtext=host)
|
||||
print(self.c.domain)
|
||||
if not self.c.domain:
|
||||
return
|
||||
self.c.validdomain(passive_dns=True, extended=False)
|
||||
# self.logger.debug(self.c.vdomain)
|
||||
|
||||
|
|
Loading…
Reference in a new issue