Skip to content

Commit dcad3fd

Browse files
authored
Merge branch 'dev-beta' into dev-updates
2 parents 0799c07 + 0458fc7 commit dcad3fd

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

autosploit.py

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -141,8 +141,8 @@ def exploit(query=None, single=None):
141141
print("[{}]Sorting modules relevant to the specified platform.".format(t.green("+")))
142142
print("[{}]This may take a while...\n\n\n".format(t.green("+")))
143143

144-
# Progress bar
145-
sys.stdout.write("[%s]" % (" " * toolbar_width))
144+
# Progress bar
145+
sys.stdout.write("[%s]" % (" " * toolbar_width))
146146
sys.stdout.flush()
147147
sys.stdout.write("\b" * (toolbar_width + 1))
148148

@@ -239,8 +239,7 @@ def settings(single=None):
239239
if single is not None:
240240
exploit(None, single)
241241
# TEST print
242-
print "De waarde van 'single' is" +repr(single)
243-
print 'we moete nu de exploit module in met de juiste waarde'
242+
print "value of 'single' is" +repr(single)
244243
# TEST print
245244

246245
if not os.path.isfile("hosts.txt"):

0 commit comments

Comments
 (0)