Added simple.disconnect to end of cleanup_after method

unstable
Royce Davis 2013-03-13 19:23:22 -05:00
parent 8eba71ebe2
commit edf2804bb5
1 changed files with 1 additions and 0 deletions

View File

@ -262,6 +262,7 @@ class Metasploit3 < Msf::Auxiliary
else else
print_status("#{peer} - Cleanup was successful") print_status("#{peer} - Cleanup was successful")
end end
simple.disconnect("\\\\#{@ip}\\#{@smbshare}")
end end
end end