Burp Extension for a passive scanning JS files for endpoint links. Copyright (c) 2022 Frans Hendrik Botes Credit to https://github.com/GerbenJavado/LinkFinder for the idea and regex I take not responsibility for your use of the software. Development is done in my personal capacity and carry no affiliation to my work. For use with the professional version of Burp Suite. Ensure you have JPython loaded and setup
before installing. You can modify the exclusion list by updating the strings on line 50.
Currently any strings that include the included words will not be analysed. Instructions based on the most recent versions of Burp. The following configurations are advised:# Needed params
JSExclusionList = ['jquery', 'google-analytics','gpt.js','modernizr','gtm','fbevents']