Projects STRLCPY js-link-finder Commits 31bdd659
🤬
  • ■ ■ ■ ■ ■ ■
    README.md
    1 1  # BurpJSLinkFinder - Find links within JS files.
    2  -Burp Extension for a passive scanning JS files for endpoint links. The extension includes the ability to exclude some files based on keywords for example jquery.js or google-analytics js files.
     2 +Burp Extension for a passive scanning JS files for endpoint links.
     3 + - Export results the log
     4 + - Exclude specific 'js' files e.g. jquery, google-analytics
     5 +
    3 6  Copyright (c) 2019 Frans Hendrik Botes
    4 7   
    5 8   
    skipped 32 lines
    38 41  ![](https://i.imgur.com/KnmJrp1.gif)
    39 42   
    40 43  ## Update
    41  -- Added swing memory management
    42  -- Added exclusion list on line 33 of code ['jquery', 'google-analytics','gpt.js']
     44 +- Added swing memory management (14/06/2019)
     45 +- Added exclusion list on line 33 of code ['jquery', 'google-analytics','gpt.js'] (14/06/2019)
     46 +- Added ability to export files (15/06/2019)
    43 47   
Please wait...
Page is in error, reload to recover