Files
metasploit-gs/lib/msf/core/exploit/remote/dns.rb
T
2021-02-08 12:24:12 +00:00

16 lines
166 B
Ruby

# -*- coding: binary -*-
module Msf
###
#
# This namespace exposes methods for interacting with and providing services
#
###
module Exploit::Remote::DNS
end
end