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
Copy file name to clipboardExpand all lines: README.md
+23-9
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,28 @@
1
+
> Forked from https://github.com/PortSwigger/js-miner
1
2
# Burp JS Miner
2
3
This tool tries to find interesting stuff inside static files; mainly JavaScript and JSON files.
3
4
5
+
## CHANGELOG
6
+
> 与原项目的不同
7
+
### 2023年9月24日
8
+
* 新增 腾讯云|百度云|华为云|七牛云|京东云 OSS相关的URL
9
+
* 新增 github token|公有云常见aksk形式 的识别
10
+
11
+
## 直接下载使用
12
+
13
+
https://github.com/yyzsec/js-miner/releases
14
+
15
+
16
+
## 源码编译
17
+
18
+
```bash
19
+
git clone https://github.com/yyzsec/js-miner
20
+
cd burp-JS-Miner
21
+
gradle fatJar
22
+
23
+
# find your jar bianry at: build/libs/burp-JS-Miner-all.jar
24
+
```
25
+
4
26
## Background
5
27
While assessing a web application, it is expected to enumerate information residing inside static files such as JavaScript or JSON resources.
6
28
@@ -61,15 +83,7 @@ I'm open for ideas/suggestions to help improve or optimize this tool.
61
83
62
84
### Contributors; thanks to
63
85
-[Stanislav Kravchenko](https://linkedin.com/in/staskravchenko/): For suggesting the dependency confusion feature, besides helping with testing and improving the functionality.
Then, the jar file can be found at `build/libs/burp-JS-Miner-all.jar`.
72
-
86
+
-[PortSwigger js-miner](https://github.com/PortSwigger/js-miner): where i forked from
73
87
74
88
## Disclaimer
75
89
It is the user's responsibility to obey all applicable local, state and federal laws. The author assumes no liability and is not responsible for any misuse or damage caused by this tool.
0 commit comments