jtof-fap / JSpector

A simple Burp Suite extension to crawl JavaScript (JS) files in passive mode and display the results directly on the issues

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JSpector

JSpector is a Burp Suite extension that passively crawls JavaScript files and automatically creates issues with URLs and endpoints found on the JS files.

image

Prerequisites

Before installing JSpector, you need to have Jython installed on Burp Suite.

Installation

  1. Download the latest version of JSpector
  2. Open Burp Suite and navigate to the Extensions tab.
  3. Click the Add button in the Installed tab.
  4. In the Extension Details dialog box, select Python as the Extension Type.
  5. Click the Select file button and navigate to the JSpector.py.
  6. Click the Next button.
  7. Once the output show "JSpector extension loaded successfully", click the Close button.

Use

  • You just have to navigate on your different targets and JSpector will start working in the background by a simple passive crawl.
  • You can export all the results to the clipboard (URLs + endpoints) with a right click directly on the JS file:

image

About

A simple Burp Suite extension to crawl JavaScript (JS) files in passive mode and display the results directly on the issues


Languages

Language:Python 100.0%