You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'
The text was updated successfully, but these errors were encountered:
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'
The text was updated successfully, but these errors were encountered: