chg: [passiveDns] add dns records

pull/559/head
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
1 changed files with 1 additions and 1 deletions

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():