16 lines
120 B
Ruby
16 lines
120 B
Ruby
|
module Msf
|
||
|
|
||
|
###
|
||
|
#
|
||
|
# This module provides methods for Denial of Service attacks
|
||
|
#
|
||
|
###
|
||
|
|
||
|
module Auxiliary::Dos
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
end
|
||
|
end
|