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