GithubHelp home page GithubHelp logo

mmg1 / burpjslinkfinder Goto Github PK

View Code? Open in Web Editor NEW

This project forked from initroot/burpjslinkfinder

0.0 1.0 0.0 42 KB

Burp Extension for a passive scanning JS files for endpoint links.

License: MIT License

Python 100.00%

burpjslinkfinder's Introduction

BurpJSLinkFinder - Find links within JS files.

Follow on Twitter GitHub last commit GitHub stars

Burp Extension for a passive scanning JS files for endpoint links.

  • Export results the text file
  • Exclude specific 'js' files e.g. jquery, google-analytics

Copyright (c) 2019 Frans Hendrik Botes

Credit to https://github.com/GerbenJavado/LinkFinder for the idea and regex

Disclaimer

I take not responsibility for your use of the software. Development is done in my personal capacity and carry no affiliation to my work.

Setup

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 33. Currently any strings that include the included words will not be analysed.

# Needed params

JSExclusionList = ['jquery', 'google-analytics','gpt.js']

Usage

Once you've loaded the plugin there is some things to consider. Burp performs threading on passive scanning by itself. This can be controlled by looking at the Scanner options. For quick scanning I make use of the following settings with this plugin:

Scanner --> Live Scanning

  • Live Active Scanning : Disabled
  • Live Passive Scanning : Use suite scope

As with ALL the burp scanner items, you have to give it a minute or so to work through the data. You shouldn't be waiting several minutes for a result tho.

If the links have been excluded monitor the OUTPUT of the extension under the Extender options to verify.

Screenshot

Update

  • Added swing memory management (14/06/2019)
  • Added exclusion list on line 33 of code ['jquery', 'google-analytics','gpt.js'] (14/06/2019)
  • Added ability to export files (15/06/2019)

burpjslinkfinder's People

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.