Module: Msf::Auxiliary::Dos
- Defined in:
- lib/msf/core/auxiliary/dos.rb
Overview
This module provides methods for Denial of Service attacks
Instance Method Summary collapse
-
#autofilter ⇒ Object
Never include DoS modules in automated attacks.
Instance Method Details
#autofilter ⇒ Object
Never include DoS modules in automated attacks
14 15 16 |
# File 'lib/msf/core/auxiliary/dos.rb', line 14 def autofilter false end |