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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

16 lines
166 B
Ruby
Raw Normal View History

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