diff --git a/lib/msf/core/exploit.rb b/lib/msf/core/exploit.rb index 1172c98151..61f6b94cad 100644 --- a/lib/msf/core/exploit.rb +++ b/lib/msf/core/exploit.rb @@ -95,8 +95,8 @@ class Exploit < Msf::Module Appears = [ 'appears', "The target appears to be vulnerable." ] # - # The target is vulnerable. Only used if the check is able to actually exploit the bug, - # and obtain hard evidence. For example: executing a command on the target machine, and + # The target is vulnerable. Only used if the check is able to actually take advantage of the + # bug, and obtain hard evidence. For example: executing a command on the target machine, and # retrieve the output. # Vulnerable = [ 'vulnerable', "The target is vulnerable." ]