GithubHelp home page GithubHelp logo

xnl-h4ck3r / scriptview-burp-extension Goto Github PK

View Code? Open in Web Editor NEW
11.0 2.0 2.0 373 KB

A Burp Extension that makes it easier to view all script code on a Response.

License: MIT License

Python 100.00%

scriptview-burp-extension's Introduction

About - v0.1

This is a simple Burp extension that provides an additional tab called Scripts for any Response that has any script elements in the page. It will only show you the script tags, which is just a convenient way of only seeing all the code, which is useful when there are many scripts in a response, especially when there are a lot of inline tags and you just want to go through the code without searching through everything else.

Installation

This extension needs the external BeautifulSoup4 module to run and needs to be installed as detailed below. If you already use the Word mode in GAP Burp Extension successfully, then you have already installed this and can just skip to point 5 below.

  1. Visit Jython Offical Site, and download the latest stand alone JAR file, e.g. jython-standalone-2.7.3.jar.
  2. Open Burp, go to Extensions -> Extension Settings -> Python Environment, set the Location of Jython standalone JAR file and Folder for loading modules to the directory where the Jython JAR file was saved.
  3. On a command line, go to the directory where the jar file is and run java -jar jython-standalone-2.7.3.jar -m ensurepip.
  4. Install beautifulsoup4 module with Jython by running java -jar jython-standalone-2.7.3.jar -m pip install beautifulsoup4.
  5. Go to the Extensions -> Installed and click Add under Burp Extensions.
  6. Select Extension type of Python and select the ScriptView.py file.

Good luck and good hunting! If you really love the tool (or any others), or they helped you find an awesome bounty, consider [BUYING ME A COFFEE!](https://ko-fi.com/xnlh4ck3r) โ˜• (I could use the caffeine!)

๐Ÿค˜ /XNL-h4ck3r

Buy Me a Coffee at ko-fi.com

scriptview-burp-extension's People

Contributors

xnl-h4ck3r avatar

Stargazers

AmirJr avatar LIL NIX avatar  avatar Agil avatar Ryan Armstrong avatar xrkk avatar Kafi Mohammad Tamim avatar zhifan avatar cocoonk1d avatar Constant Learner avatar farhan nadim pial avatar

Watchers

 avatar  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.