Skip to content

Commit 3e1aa73

Browse files
committed
v1.0
1 parent a4fa177 commit 3e1aa73

File tree

3 files changed

+9
-8
lines changed

3 files changed

+9
-8
lines changed

Console/console.go

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ import (
1313

1414
func Opts(){
1515
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+
`)
2222
}
2323
func Banner(){
2424
fmt.Println(`
@@ -28,6 +28,7 @@ fmt.Println(`
2828
| _| (_| \__ \ |_ | \__ \ (_) | | | |___) | (_| (_| | | | |
2929
|_| \__,_|___/\__|/ |___/\___/|_| |_|____/ \___\__,_|_| |_|
3030
|__/
31+
v1.0 by a1phaboy
3132
`)
3233
}
3334

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ func main() {
2020
Console.Opts()
2121
return
2222
}
23-
Console.Start(options)
23+
//Console.Start(options)
2424
}

0 commit comments

Comments
 (0)