Fix some comments
parent
756673fcd7
commit
8f9762a3e5
|
@ -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]
|
||||||
|
|
Loading…
Reference in New Issue