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

Replace cgi escape with html escape #51

Closed Bankde closed 5 years ago

Bankde commented 5 years ago

Issue: cgi escape will be deprecated soon. https://github.com/GerbenJavado/LinkFinder/issues/49 Solution: Replace cgi.escape with html.escape Info: https://wiki.python.org/moin/EscapingHtml

Compatibility: Test and work fine on Python2.7.15, Python3.6.7 and Python3.7.3

EdOverflow commented 5 years ago

Thank you, @Bankde.