From 1feda3fb3831b518fc9f360766e3d5b0fc9293e5 Mon Sep 17 00:00:00 2001 From: Liam Galvin Date: Tue, 17 Dec 2019 17:22:56 +0000 Subject: [PATCH] ADd support for specific filename within searched dir --- cmd/scout/main.go | 1 + 1 file changed, 1 insertion(+) diff --git a/cmd/scout/main.go b/cmd/scout/main.go index 9824eea..d8832b3 100644 --- a/cmd/scout/main.go +++ b/cmd/scout/main.go @@ -51,6 +51,7 @@ var rootCmd = &cobra.Command{ BusyChan: busyChan, Parallelism: parallelism, Extensions: extensions, + Filename: filename, } if wordlistPath != "" { options.Wordlist, err = wordlist.FromFile(wordlistPath)