Added simple.disconnect to end of cleanup_after method
parent
8eba71ebe2
commit
edf2804bb5
|
@ -262,6 +262,7 @@ class Metasploit3 < Msf::Auxiliary
|
|||
else
|
||||
print_status("#{peer} - Cleanup was successful")
|
||||
end
|
||||
simple.disconnect("\\\\#{@ip}\\#{@smbshare}")
|
||||
end
|
||||
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue