# -*- coding: binary -*- require 'msf/core' require 'rex/proto/dns' module Msf ### # # This module exposes methods for querying a remote DNS service # ### module Exploit::Remote::DNS module Common MATCH_HOSTNAME = Rex::Proto::DNS::Constants::MATCH_HOSTNAME Packet = Rex::Proto::DNS::Packet end end end