Use the term "exploit" is a little more correctly

So Metasploit uses the term "exploit" to describe something, a module
or an action, that results popping a shell. A check normally doesn't
pop a shell, so avoid that language.
bug/bundler_fix
sinn3r 2014-01-17 13:50:23 -06:00
parent 363c53e14e
commit afd0e71457
1 changed files with 2 additions and 2 deletions

View File

@ -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." ]