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 5c25ec0 commit 7263a97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/modules/DomClassifier.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,9 @@ def compute(self, message, r_result=False):
try:

self.c.text(rawtext=host)
print(self.c.domain)
if not self.c.domain:
return
print(self.c.domain)
self.c.validdomain(passive_dns=True, extended=False)
# self.logger.debug(self.c.vdomain)

Expand Down

0 comments on commit 7263a97

Please sign in to comment.