-
-
Notifications
You must be signed in to change notification settings - Fork 489
Description
python finalrecon.py --dns --url https://www.example.com
/\ /\ \ /\ "-.\ \ /\ __ \ /\
\ \ \ \ \ \ -. \ \ __ \ \ _
\ _\ \ _\ _\"_\ _\ _\ _
// // // // //// /_____/
/\ == \ /\ \ /\ \ /\ __ \ /\ "-.\
\ \ _< \ \ \ \ \ _\ \ /\ \ \ -.
\ _\ _\ _\ _\ _\ _\"_
// // // // /_____/ // //
[>] Created By : thewhiteh4t
|---> Twitter : https://twitter.com/thewhiteh4t
|---> Community : https://twc1rcle.com/
[>] Version : 1.1.7
[+] Target : https://www.example.com
[+] IP Address : 127.0.0.1
[!] Starting DNS Enumeration...
Traceback (most recent call last):
File "/home/kali/FinalRecon/finalrecon.py", line 292, in
dnsrec(hostname, dserv, out_settings, data)
File "/home/kali/FinalRecon/modules/dns.py", line 27, in dnsrec
res.nameservers = [sv.strip() for sv in dns_servers.split(',')]
^^^^^^^^^^^^^^^^^
AttributeError: 'list' object has no attribute 'split'