6c240e14b1
git-svn-id: file:///home/svn/framework3/trunk@5948 4d416f70-5f16-0410-b530-b9f4589650da
19 lines
194 B
Ruby
19 lines
194 B
Ruby
module Msf
|
|
|
|
###
|
|
#
|
|
# This module provides methods for Denial of Service attacks
|
|
#
|
|
###
|
|
|
|
module Auxiliary::Dos
|
|
|
|
|
|
# Never include DoS modules in automated attacks
|
|
def autofilter
|
|
false
|
|
end
|
|
|
|
end
|
|
end
|