File tree 3 files changed +9
-8
lines changed
3 files changed +9
-8
lines changed Original file line number Diff line number Diff line change @@ -13,12 +13,12 @@ import (
13
13
14
14
func Opts (){
15
15
fmt .Println (`Usage of ./FastjsonScan:
16
- -f string
17
- targets file . for example: -f targets.txt
18
- -o string
19
- results output file. for example: -o result.txt
20
- -u string
21
- url ` )
16
+ -u url e.g: https://a1phaboy.tech/fastjson/post
17
+
18
+ -f targets file . for example: -f targets.txt
19
+
20
+ -o results output file. for example: -o result.txt
21
+ ` )
22
22
}
23
23
func Banner (){
24
24
fmt .Println (`
@@ -28,6 +28,7 @@ fmt.Println(`
28
28
| _| (_| \__ \ |_ | \__ \ (_) | | | |___) | (_| (_| | | | |
29
29
|_| \__,_|___/\__|/ |___/\___/|_| |_|____/ \___\__,_|_| |_|
30
30
|__/
31
+ v1.0 by a1phaboy
31
32
` )
32
33
}
33
34
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ FastjsonExpFramework一共分为探测、利用、混淆、bypass JDK等多个
34
34
** FastjsonScan [ -u] url [ -f] urls.txt [ -o] result.txt**
35
35
-u 目标url,注意需要加上http/https
36
36
-f 目标url文件,可以扫描多条url
37
- -o 结果保存文件,默认在当前文件夹下的results.txt文件
37
+ -o 结果保存文件,默认在当前文件夹下的results.txt文件
38
38
39
39
## 0x01 Dev Notes
40
40
Original file line number Diff line number Diff line change @@ -20,5 +20,5 @@ func main() {
20
20
Console .Opts ()
21
21
return
22
22
}
23
- Console .Start (options )
23
+ // Console.Start(options)
24
24
}
You can’t perform that action at this time.
0 commit comments