chg: [passiveDns] add dns records

This commit is contained in:
Terrtia 2021-03-31 11:27:45 +02:00
parent 9974823464
commit 4994620596
No known key found for this signature in database
GPG key ID: 1E1B1F50D84613D0

View file

@ -56,7 +56,7 @@ def main():
if mimetype.split('/')[0] == "text":
c.text(rawtext=item_content)
c.potentialdomain()
c.validdomain(rtype=['A'], passive_dns=True, extended=False)
c.validdomain(passive_dns=True, extended=False)
print(c.vdomain)
if c.vdomain and d4.is_passive_dns_enabled():