- Fix to the reverter.
This commit is contained in:
parent
38f1bffcef
commit
38a5d04c8c
@ -227,13 +227,6 @@ class AttackThread(threading.Thread):
|
|||||||
f.flush()
|
f.flush()
|
||||||
f.close()
|
f.close()
|
||||||
|
|
||||||
|
|
||||||
cmd = ["dot","-T %s" % type, "-o %s" % fpname2, fpname3 ]
|
|
||||||
|
|
||||||
# execute command
|
|
||||||
# Start the process
|
|
||||||
safeCommand(cmdlist)
|
|
||||||
|
|
||||||
# if this is done, store and report
|
# if this is done, store and report
|
||||||
attack.filetype = type
|
attack.filetype = type
|
||||||
attack.file = fpname2 # this is where the file name is stored
|
attack.file = fpname2 # this is where the file name is stored
|
||||||
|
Loading…
Reference in New Issue
Block a user