File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -721,7 +721,7 @@ def main(filename, url):
721721 print (settings .print_critical_msg (err_msg ))
722722 raise SystemExit ()
723723
724- if int ( menu .options .failed_tries ) == 0 :
724+ if menu .options .failed_tries == 0 :
725725 err_msg = "You must specify '--failed-tries' value, greater than zero."
726726 print (settings .print_critical_msg (err_msg ))
727727 raise SystemExit ()
Original file line number Diff line number Diff line change @@ -536,6 +536,7 @@ def banner():
536536
537537detection .add_option ("--failed-tries" ,
538538 action = "store" ,
539+ type = "int" ,
539540 dest = "failed_tries" ,
540541 default = 20 ,
541542 help = "Set a number of failed injection tries, in file-based technique." )
Original file line number Diff line number Diff line change @@ -216,7 +216,7 @@ def sys_argv_errors():
216216DESCRIPTION = "The command injection exploiter"
217217AUTHOR = "Anastasios Stasinopoulos"
218218VERSION_NUM = "3.3"
219- REVISION = "34 "
219+ REVISION = "35 "
220220STABLE_RELEASE = False
221221if STABLE_RELEASE :
222222 VERSION = "v" + VERSION_NUM + "-stable"
You can’t perform that action at this time.
0 commit comments