Fix typo, thanks!

bug/bundler_fix
HD Moore 2017-05-27 22:22:34 -05:00
parent 38491fd7ba
commit 965915eb19
1 changed files with 1 additions and 1 deletions

View File

@ -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}")