Skip to content

Commit

Permalink
Added output note for spidering
Browse files Browse the repository at this point in the history
  • Loading branch information
liamg committed Jun 16, 2020
1 parent aef5874 commit 624b10b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cmd/scout/url.go
Original file line number Diff line number Diff line change
Expand Up @@ -90,12 +90,14 @@ var urlCmd = &cobra.Command{
<blue>[</blue><yellow>+</yellow><blue>] Routines</blue><yellow> %d
<blue>[</blue><yellow>+</yellow><blue>] Extensions</blue><yellow> %s
<blue>[</blue><yellow>+</yellow><blue>] Positive Codes</blue><yellow> %s
<blue>[</blue><yellow>+</yellow><blue>] Spider</blue><yellow> %t
`,
parsedURL.String(),
parallelism,
strings.Join(extensions, ","),
strings.Join(statusCodes, ","),
enableSpidering,
)

scanner := scan.NewURLScanner(options...)
Expand Down

0 comments on commit 624b10b

Please sign in to comment.