mirror of
https://github.com/ail-project/ail-framework.git
synced 2024-11-23 06:37:15 +00:00
fix: [DomClassifier] improve perf
This commit is contained in:
parent
5c25ec0fea
commit
7263a9777c
1 changed files with 1 additions and 1 deletions
|
@ -60,9 +60,9 @@ class DomClassifier(AbstractModule):
|
||||||
try:
|
try:
|
||||||
|
|
||||||
self.c.text(rawtext=host)
|
self.c.text(rawtext=host)
|
||||||
print(self.c.domain)
|
|
||||||
if not self.c.domain:
|
if not self.c.domain:
|
||||||
return
|
return
|
||||||
|
print(self.c.domain)
|
||||||
self.c.validdomain(passive_dns=True, extended=False)
|
self.c.validdomain(passive_dns=True, extended=False)
|
||||||
# self.logger.debug(self.c.vdomain)
|
# self.logger.debug(self.c.vdomain)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue