mirror of
https://github.com/ail-project/ail-framework.git
synced 2024-11-10 08:38:28 +00:00
chg: [passiveDns] add dns records
This commit is contained in:
parent
9974823464
commit
4994620596
1 changed files with 1 additions and 1 deletions
|
@ -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():
|
||||
|
|
Loading…
Reference in a new issue