Skip to content

Commit

Permalink
fix: [DomClassifier] improve perf
Browse files Browse the repository at this point in the history
  • Loading branch information
Terrtia committed Jan 9, 2024
1 parent f851cc9 commit 5c25ec0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bin/modules/DomClassifier.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ def compute(self, message, r_result=False):

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)

Expand Down

0 comments on commit 5c25ec0

Please sign in to comment.