Skip to content

Commit

Permalink
ADd support for specific filename within searched dir
Browse files Browse the repository at this point in the history
  • Loading branch information
liamg committed Dec 17, 2019
1 parent b396037 commit 1feda3f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/scout/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ var rootCmd = &cobra.Command{
BusyChan: busyChan,
Parallelism: parallelism,
Extensions: extensions,
Filename: filename,
}
if wordlistPath != "" {
options.Wordlist, err = wordlist.FromFile(wordlistPath)
Expand Down

0 comments on commit 1feda3f

Please sign in to comment.