Skip to content

Commit 1c3e3cd

Browse files
authored
Update README.md
1 parent ac27e2c commit 1c3e3cd

File tree

1 file changed

+23
-1
lines changed

1 file changed

+23
-1
lines changed

README.md

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,24 @@
11
# JSpector
2-
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.
23+
24+
![image](https://user-images.githubusercontent.com/16657045/227887645-d63649cc-1ad9-4cc6-9deb-021645595721.png)

0 commit comments

Comments
 (0)