From b60f59d2f35c5ae363719780ea03c0bfd61411b2 Mon Sep 17 00:00:00 2001 From: Julien Marrec Date: Fri, 14 Oct 2016 02:29:45 +0200 Subject: [PATCH] Fix inconsistent use of tabs and space in fasttrack.py --- src/core/fasttrack.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/fasttrack.py b/src/core/fasttrack.py index 9682ac421..50e88a547 100644 --- a/src/core/fasttrack.py +++ b/src/core/fasttrack.py @@ -162,7 +162,7 @@ try: if sql != "": print(sql) - if len(sql_servers) > 2: + if len(sql_servers) > 2: print_status("By pressing enter, you will begin the brute force process on all SQL accounts identified in the list above.") test = input("Press {enter} to begin the brute force process.") for servers in sql_servers: