17 lines
190 B
Ruby
17 lines
190 B
Ruby
# -*- coding: binary -*-
|
|
require 'rex/proto/dns'
|
|
|
|
|
|
module Msf
|
|
|
|
###
|
|
#
|
|
# This namespace exposes methods for interacting with and providing services
|
|
#
|
|
###
|
|
module Exploit::Remote::DNS
|
|
|
|
end
|
|
end
|
|
|