Files
metasploit-gs/lib/msf/core/exploit/remote/dns.rb
T

17 lines
190 B
Ruby
Raw Normal View History

2016-02-25 14:26:42 -05:00
# -*- coding: binary -*-
require 'rex/proto/dns'
module Msf
###
#
# This namespace exposes methods for interacting with and providing services
#
###
module Exploit::Remote::DNS
end
end