aboul3la / Sublist3r

Fast subdomains enumeration tool for penetration testers
GNU General Public License v2.0
9.85k stars 2.11k forks source link

Type Error #48

Open yoshimo opened 8 years ago

yoshimo commented 8 years ago

I was using this with the bruteforece option and 4 threads (not sure yet how many my connection can handle) and after a while i got this:

Exception in thread Thread-18: Traceback (most recent call last): File "C:\Program Files\Python35-32\lib\site-packages\dns\inet.py", line 104, i n is_multicast first = ord(dns.ipv4.inet_aton(text)[0]) TypeError: ord() expected string of length 1, but int found

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "C:\Program Files\Python35-32\lib\site-packages\dns\inet.py", line 108, i n is_multicast first = ord(dns.ipv6.inet_aton(text)[0]) File "C:\Program Files\Python35-32\lib\site-packages\dns\ipv6.py", line 153, i n inet_aton raise dns.exception.SyntaxError dns.exception.SyntaxError: Text input is malformed.

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "C:\Program Files\Python35-32\lib\threading.py", line 914, in bootstrap inner self.run() File "C:\Users\Sam\Downloads\Sublist3r\subbrute\subbrute.py", line 334, in run

response = self.check(hostname, record_type)

File "C:\Users\Sam\Downloads\Sublist3r\subbrute\subbrute.py", line 299, in che ck raise e File "C:\Users\Sam\Downloads\Sublist3r\subbrute\subbrute.py", line 227, in che ck resp = self.resolver.query(host) File "C:\Program Files\Python35-32\lib\site-packages\dns\resolver.py", line 96 2, in query source_port=source_port) File "C:\Program Files\Python35-32\lib\site-packages\dns\query.py", line 243, in udp (dns.inet.is_multicast(where) and File "C:\Program Files\Python35-32\lib\site-packages\dns\inet.py", line 111, i n is_multicast raise ValueError ValueError

What does this want to tell me?

Martin2877 commented 7 years ago

I have the same problem.