Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/0xzmz/burpsuite_jsapi
A BurpSuite extension written by Python,used to find API interface in JS file.
https://github.com/0xzmz/burpsuite_jsapi
Last synced: 3 months ago
JSON representation
A BurpSuite extension written by Python,used to find API interface in JS file.
- Host: GitHub
- URL: https://github.com/0xzmz/burpsuite_jsapi
- Owner: 0xzmz
- Created: 2019-12-15T06:18:57.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-13T02:54:57.000Z (over 1 year ago)
- Last Synced: 2024-04-09T23:49:49.058Z (7 months ago)
- Language: Python
- Size: 102 KB
- Stars: 112
- Watchers: 2
- Forks: 10
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-hacking-lists - 0xzmz/burpsuite_jsapi - A BurpSuite extension written by Python,used to find API interface in JS file. (Python)
README
# burpsuite_jsapi
[中文版本(Chinese version)](README_zh-CN.md)A BurpSuite extension written by Python,used to find API interface in JS file.
### 0x00 Premise
**JPython** environment should be installed in BurpSuite,consult https://www.freebuf.com/news/193657.html .
### 0x01 Step
1. ```bash
git clone https://github.com/0x-zmz/burpsuite_jsapi
```2. Add `burpsuite_jsapi.py` plug-in in **Extender** > **Extensions** .
![install](/install.png)### 0x02 Result
In the pentest, you can directly click the JsApi tab to obtain the results, as shown in the following figure:
![example](/example.png)