Land #10637, exploit.rb autofilter doc fixes

4.x
William Vu 2018-09-13 14:24:36 -05:00 committed by Metasploit
parent 2b44f16310
commit f3e94c6d20
No known key found for this signature in database
GPG Key ID: CDFB5FA52007B954
1 changed files with 4 additions and 4 deletions

View File

@ -373,11 +373,11 @@ class Exploit < Msf::Module
end
#
# Performs last-minute sanity checking of auxiliary parameters. This method
# Performs last-minute sanity checking of exploit parameters. This method
# is called during automated exploitation attempts and allows an
# auxiliary module to filter bad attempts, obtain more information, and choose
# better parameters based on the available data. Returning anything that
# evaluates to "false" will cause this specific auxiliary attempt to
# exploit to filter bad targets, obtain more information, and choose
# better targets based on the available data. Returning anything that
# evaluates to "false" will cause this specific exploit attempt to
# be skipped. This method can and will change datastore values and
# may interact with the backend database.
#