Projects STRLCPY js-link-finder Commits 3284ea86
🤬
  • ■ ■ ■ ■ ■
    README.md
    skipped 6 lines
    7 7  For use with the professional version of Burp Suite. Ensure you have JPython loaded and setup
    8 8  before installing.
    9 9   
     10 +You can modify the exclusion list by updating the strings on line 33.
     11 +Currently any strings that include the included words will not be analysed.
     12 + 
     13 +```
     14 +# Needed params
     15 + 
     16 +JSExclusionList = ['jquery', 'google-analytics','gpt.js']
     17 + 
     18 +```
     19 + 
    10 20  ## Usage
    11 21   
    12 22  Once you've loaded the plugin there is some things to consider.
    skipped 10 lines
    23 33  ## Screenshot
    24 34  ![](https://i.imgur.com/KnmJrp1.gif)
    25 35   
    26  -## To-Do
    27  -- Add blacklist for known JS files e.g. jquery etc.
     36 +## Update
     37 +- Added swing memory management
     38 +- Added exclusion list on line 33 of code ['jquery', 'google-analytics','gpt.js']
    28 39   
Please wait...
Page is in error, reload to recover