GerbenJavado / LinkFinder

A python script that finds endpoints in JavaScript files
https://gerbenjavado.com/discovering-hidden-content-using-linkfinder
MIT License
3.7k stars 595 forks source link

Getting error while using burp file #81

Closed sridharm17 closed 2 years ago

sridharm17 commented 4 years ago

$ python3 linkfinder.py -b -i /home/kindred.burp -o cli Traceback (most recent call last): File "linkfinder.py", line 325, in urls = parser_input(args.input) File "linkfinder.py", line 98, in parser_input items = xml.etree.ElementTree.fromstring(open(args.input, "r").read()) 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 0x85 in position 1: invalid start byte

$ python3 --version Python 3.8.3

n00py commented 3 years ago

You don't use a .burp file, you use an export. Right click your scope and click "Save selected items"