Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Qianlitp committed Sep 22, 2021
1 parent 90dc5e1 commit 3fac4e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Binary file removed cmd/crawlergo/crawlergo_cmd
Binary file not shown.
5 changes: 2 additions & 3 deletions cmd/crawlergo/crawlergo_cmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,9 @@ func main() {

app := &cli.App{
Name: "crawlergo",
Usage: "A powerful dynamic crawler for web vulnerability scanners",
Usage: "A powerful browser crawler for web vulnerability scanners",
UsageText: "crawlergo [global options] url1 url2 url3 ... (must be same host)",
Description: "crawlergo is part of the 360 Skyphenomena. you can visit [https://skp.360.cn/] to learn more.",
Version: "v0.4.1",
Version: "v0.4.2",
Authors: []*cli.Author{&author},
Flags: []cli.Flag{
&cli.PathFlag{
Expand Down

0 comments on commit 3fac4e8

Please sign in to comment.