Switch to vprint_status, also add skeletal cleanup def.
parent
50fa10679b
commit
0b8914021c
|
@ -89,11 +89,15 @@ class Metasploit3 < Msf::Auxiliary
|
||||||
when /^Sending/, /complete!$/
|
when /^Sending/, /complete!$/
|
||||||
print_good [rtarget,msg].join
|
print_good [rtarget,msg].join
|
||||||
else
|
else
|
||||||
print_status [rtarget,msg].join if datastore['VERBOSE']
|
vprint_status [rtarget,msg].join
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
@tftp_client.thread.join
|
@tftp_client.thread.join
|
||||||
end
|
end
|
||||||
|
|
||||||
|
def cleanup
|
||||||
|
# Need to kill the server in case of interruption
|
||||||
|
end
|
||||||
|
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue