Skip to content

Commit

Permalink
sfp_tool_dnstwist: Don't report targets.
Browse files Browse the repository at this point in the history
  • Loading branch information
smicallef committed Nov 2, 2022
1 parent 17dfac5 commit e35a780
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/sfp_tool_dnstwist.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ def handleEvent(self, event):
domain = r.get('domain-name')
if not domain:
domain = r.get('domain')
if self.getTarget().matches(domain):
if self.getTarget().matches(domain, includeParents=True):
continue

evt = SpiderFootEvent("SIMILARDOMAIN", domain,
Expand Down

0 comments on commit e35a780

Please sign in to comment.