From f0cb31a6d231e2c2f10db1c7ed69ee5a7cfb4076 Mon Sep 17 00:00:00 2001 From: dksslq <1578756762@qq.com> Date: Wed, 24 May 2023 19:53:17 +0800 Subject: [PATCH] Remove unused spaces --- common/flag.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common/flag.go b/common/flag.go index eaeca0d..d4c771f 100644 --- a/common/flag.go +++ b/common/flag.go @@ -57,8 +57,8 @@ func Flag(Info *HostInfo) { flag.StringVar(&Passfile, "pwdf", "", "password file") flag.StringVar(&PortFile, "portf", "", "Port File") flag.StringVar(&PocPath, "pocpath", "", "poc file path") - flag.StringVar(&RedisFile, "rf", "", "redis file to write sshkey file (as: -rf id_rsa.pub) ") - flag.StringVar(&RedisShell, "rs", "", "redis shell to write cron file (as: -rs 192.168.1.1:6666) ") + flag.StringVar(&RedisFile, "rf", "", "redis file to write sshkey file (as: -rf id_rsa.pub)") + flag.StringVar(&RedisShell, "rs", "", "redis shell to write cron file (as: -rs 192.168.1.1:6666)") flag.BoolVar(&IsWebCan, "nopoc", false, "not to scan web vul") flag.BoolVar(&IsBrute, "nobr", false, "not to Brute password") flag.IntVar(&BruteThread, "br", 1, "Brute threads")