You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A simple Burp Suite extension to crawl JavaScript (JS) files in passive mode and display the results directlty on issues
2
+
3
+
JSpector is a Burp Suite extension that passively crawls JavaScript files and automatically creates issues with URLs and endpoints found on the JS files.
4
+
5
+
## Prerequisites
6
+
7
+
Before installing JSpector, you need to have Jython installed on Burp Suite.
8
+
9
+
## Installation
10
+
11
+
1. Download the latest version of JSpector
12
+
2. Open Burp Suite and navigate to the `Extensions` tab.
13
+
3. Click the `Add` button in the `Installed` tab.
14
+
4. In the `Extension Details` dialog box, select `Python` as the `Extension Type`.
15
+
5. Click the `Select file` button and navigate to the `JSpector.py`.
16
+
6. Click the `Next` button.
17
+
7. Once the output show "JSpector extension loaded successfully", click the `Close` button.
18
+
19
+
## Use
20
+
21
+
- You just have to navigate on your different targets and JSpector will start working in the background by a simple passive crawl.
22
+
- A contextual menu is also available if you want to force JSpector to crawl on some targets.
0 commit comments