Traceback (most recent call last):
File "extract.py", line 18, in <module>
for i in iocextract.extract_encoded_urls(f.read(), refang=True):
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 0xc1 in position 174: invalid start byte
I create an simple python script to find url on current directory with iocextract, but throw an error when using extract_encoded_urls
I create an simple python script to find url on current directory with iocextract, but throw an error when using
extract_encoded_urls