Fix typo, thanks!
parent
38491fd7ba
commit
965915eb19
|
@ -139,7 +139,7 @@ class MetasploitModule < Msf::Exploit::Remote
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
# Detemrine whether a directory in a share is writeable
|
# Determine whether a directory in a share is writeable
|
||||||
def verify_writeable_directory(share, directory="")
|
def verify_writeable_directory(share, directory="")
|
||||||
begin
|
begin
|
||||||
simple.connect("\\\\#{rhost}\\#{share}")
|
simple.connect("\\\\#{rhost}\\#{share}")
|
||||||
|
|
Loading…
Reference in New Issue