Land #10637, exploit.rb autofilter doc fixes
parent
2b44f16310
commit
f3e94c6d20
|
@ -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.
|
||||
#
|
||||
|
|
Loading…
Reference in New Issue