File tree Expand file tree Collapse file tree 3 files changed +9
-8
lines changed
Expand file tree Collapse file tree 3 files changed +9
-8
lines changed Original file line number Diff line number Diff line change @@ -13,12 +13,12 @@ import (
1313
1414func Opts (){
1515fmt .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+ ` )
2222}
2323func Banner (){
2424fmt .Println (`
@@ -28,6 +28,7 @@ fmt.Println(`
2828 | _| (_| \__ \ |_ | \__ \ (_) | | | |___) | (_| (_| | | | |
2929 |_| \__,_|___/\__|/ |___/\___/|_| |_|____/ \___\__,_|_| |_|
3030 |__/
31+ v1.0 by a1phaboy
3132` )
3233}
3334
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ FastjsonExpFramework一共分为探测、利用、混淆、bypass JDK等多个
3434** FastjsonScan [ -u] url [ -f] urls.txt [ -o] result.txt**
3535-u 目标url,注意需要加上http/https
3636-f 目标url文件,可以扫描多条url
37- -o 结果保存文件,默认在当前文件夹下的results.txt文件
37+ -o 结果保存文件,默认在当前文件夹下的results.txt文件
3838
3939## 0x01 Dev Notes
4040
Original file line number Diff line number Diff line change @@ -20,5 +20,5 @@ func main() {
2020 Console .Opts ()
2121 return
2222 }
23- Console .Start (options )
23+ // Console.Start(options)
2424}
You can’t perform that action at this time.
0 commit comments