aress31 / xmlrpc-bruteforcer

Multi-threaded XMLRPC brute forcer using amplification attacks targeting WordPress installations prior to version 4.4.
Apache License 2.0
112 stars 41 forks source link

Traceback (most recent call last): File "xmlrpc-bruteforcer.py", line 227, in <module> main() File "xmlrpc-bruteforcer.py", line 204, in main queue = reader(wordlist, chunks_size, verbose) File "xmlrpc-bruteforcer.py", line 162, in reader chunk = list(islice(wordlist, chunks_size)) File "/usr/lib/python3.8/codecs.py", line 322, in decode (result, consumed) = self._buffer_decode(data, self.errors, final) UnicodeDecodeError: 'utf-8' codec can't decode byte 0xf1 in position 923: invalid continuation byte #7

Closed subhash0x closed 3 years ago

subhash0x commented 4 years ago

Traceback (most recent call last): File "xmlrpc-bruteforcer.py", line 227, in main() File "xmlrpc-bruteforcer.py", line 204, in main queue = reader(wordlist, chunks_size, verbose) File "xmlrpc-bruteforcer.py", line 162, in reader chunk = list(islice(wordlist, chunks_size)) File "/usr/lib/python3.8/codecs.py", line 322, in decode (result, consumed) = self._buffer_decode(data, self.errors, final) UnicodeDecodeError: 'utf-8' codec can't decode byte 0xf1 in position 923: invalid continuation byte

Reelix commented 3 years ago

Confirmed - Happens when trying to use rockyou as a wordlist

prykon commented 3 years ago

Just pushed a fix. Waiting for merge.

prykon commented 3 years ago

@aress31 We can close this issue now. :)