Fix some comments

bug/bundler_fix
wchen-r7 2016-05-12 00:19:18 -05:00
parent 756673fcd7
commit 8f9762a3e5
1 changed files with 2 additions and 2 deletions

View File

@ -149,7 +149,7 @@ class MetasploitModule < Msf::Exploit::Remote
case os case os
when WINDOWS when WINDOWS
# On Windows, the full d4d path looks something like this: # On Windows, the full d4d path looks something like this:
# C:\Program Files\Scrutinizer\mysql\data\plixer # C:\Program Files\Scrutinizer\html\d4d
'../../html/d4d' '../../html/d4d'
when LINUX when LINUX
# On the Linux appliance, the d4d path looks exactly like this: # On the Linux appliance, the d4d path looks exactly like this:
@ -368,7 +368,7 @@ class MetasploitModule < Msf::Exploit::Remote
end end
# Tries the set the target. If the user manually set one, then avoid automatic target. # Tries to set the target. If the user manually set one, then avoid automatic target.
# #
# @param os [String] OS information. # @param os [String] OS information.
# @return [void] # @return [void]