GerbenJavado / LinkFinder

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

Not Running Properly show this error #58

Closed Sechunt3r closed 5 years ago

Sechunt3r commented 5 years ago

/LinkFinder$ python linkfinder.py -i https://github.githubassets.com/assets/frameworks-f5d42599.js Traceback (most recent call last): File "linkfinder.py", line 372, in ''' % (html.escape(url), html.escape(url)) AttributeError: 'module' object has no attribute 'escape'

i try install escape by pip install escape

but nothing happened!

Sechunt3r commented 5 years ago

Fixed in when i use Python3