Add files via upload
This commit is contained in:
parent
d7b3d8560b
commit
fe5b8025a2
1 changed files with 4 additions and 3 deletions
|
|
@ -22,9 +22,10 @@ def brute_force(pathdir,filename,BF_try_time,BF_ops_file_type,sep_type="*"):
|
|||
except:
|
||||
pass
|
||||
if sep_type=="*":
|
||||
subprocess.call(["./brute_force_oneFile_v2.scr", file_type, "%s" %try_time, pathdir+filename])
|
||||
#subprocess.call(["./brute_force_oneFile_v2.scr", file_type, "%s" %try_time, pathdir+filename])
|
||||
subprocess.call(["./brute_force_oneFile_mdl_v3.scr", file_type, "%s" %try_time, pathdir+filename, "10", "0"])
|
||||
if sep_type=="+":
|
||||
subprocess.call(["./brute_force_oneFile_v3.scr", file_type, "%s" %try_time, pathdir+filename])
|
||||
|
||||
#subprocess.call(["./brute_force_oneFile_v3.scr", file_type, "%s" %try_time, pathdir+filename])
|
||||
subprocess.call(["./brute_force_oneFile_mdl_v2.scr", file_type, "%s" %try_time, pathdir+filename, "10", "0"])
|
||||
return 1
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue