16 lines
166 B
Ruby
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
|
||
|
|
|