File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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" ):
You can’t perform that action at this time.
0 commit comments