Skip to content

Commit

Permalink
cmd(banner): default input file to scan.log
Browse files Browse the repository at this point in the history
  • Loading branch information
lfaoro committed Sep 4, 2022
1 parent f9f30fb commit d5bb711
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/cmd_banner.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ var bannerCmd = &cli.Command{
Usage: "load banner hosts `FILE` in IP:PORT format",
Destination: &flagBannerHostsFile,

Value: "banner.hosts",
Value: "scan.log",
},

&cli.StringFlag{
Expand Down

0 comments on commit d5bb711

Please sign in to comment.