From 3c68dad984cba4ce3bb82ae5a4b04d9a49cc7252 Mon Sep 17 00:00:00 2001 From: porterhau5 Date: Wed, 12 Oct 2016 12:43:41 -0400 Subject: [PATCH] replace spaces with tabs --- ruler.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ruler.go b/ruler.go index 402d049..cbf9a54 100644 --- a/ruler.go +++ b/ruler.go @@ -101,7 +101,7 @@ func main() { stopSuccessPtr := flag.Bool("stop", false, "Stop on successfully finding a username/password") userList := flag.String("usernames", "", "Filename for a List of usernames") passList := flag.String("passwords", "", "Filename for a List of passwords") - userpassList := flag.String("userpass", "", "Filename for a List of username:password combinations separated by a colon, one pair per line") + userpassList := flag.String("userpass", "", "Filename for a List of username:password combinations separated by a colon, one pair per line") verbosePtr := flag.Bool("v", false, "Be verbose, show failures") conscPtr := flag.Int("attempts", 2, "Number of attempts before delay") delayPtr := flag.Int("delay", 5, "Delay between attempts")