Git Product home page Git Product logo

jsdir's Introduction

Jsdir

Jsdir is an Burp Suite extension that extract hidden url paths from js files, beautify it and save for futher/better reading.

The extracted paths are printed on Burp Suite.

The beatified file is saved under db/beautified-files folder.

You can use with Burp Free version

Requirements

  • python 2.7.9 version
  • js-beautifier python library
  • BurpSuite Proxy
  • Any ruby version installed

If it's a windows OS need to configure both ruby and python global variables

Linux Instalation:

Assuming that you already have python & pip installed

  1. To install jsbeautifier:
  • Copy and paste in your terminal:
    sudo apt-get install jsbeautifier && pip install jsbeautifier
    

2.Ready to go !

Windows Instalation

Assuming that you already installed python

  1. Install jsbeautifier by copying and pasting this in your terminal:
    cd C:\Python27\Scripts\
    pip install jsbeautifier
    
  2. Copy all files and folders of this repo and paste inside C:\Python27\Scripts folder

If it's a windows OS need to configure both ruby and python global variables

Usage

Import this extension in Extender Tab of Burp Suite.

  • If you are a linux user, please use bs_jsscrapper_linux file
  • If you are a windows user, please use bs_jsscrapper file

Then when you see an Js file in any response of any server inside Burp Suite,

Just click on it with the right button and choose "Send to Js scrapper" option.

Go to extender tab and see the results. Example output:

My image

Notes

Please feel free to help me improve this tool. Thank you Jobert.

Lopseg

jsdir's People

Contributors

lopseg avatar

Watchers

 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.