1# -*- coding: binary -*- 2module Msf 3 4### 5# 6# This module provides methods for Denial of Service attacks 7# 8### 9 10module Auxiliary::Dos 11 12 13# Never include DoS modules in automated attacks 14def autofilter 15 false 16end 17 18end 19end 20 21