Credit Cedric for his help in implementing the NS injection/domain module. Thanks again!
git-svn-id: file:///home/svn/framework3/trunk@5591 4d416f70-5f16-0410-b530-b9f4589650daunstable
parent
360f13d11e
commit
204072159a
|
@ -22,7 +22,14 @@ class Auxiliary::Spoof::Dns::BailiWickedDomain < Msf::Auxiliary
|
|||
the nameserver entries for the target domain will be replaced by the server
|
||||
specified in the NEWDNS option of this exploit.
|
||||
},
|
||||
'Author' => [ 'I)ruid', 'hdm' ],
|
||||
'Author' =>
|
||||
[
|
||||
' I)ruid', 'hdm',
|
||||
#
|
||||
'Cedric Blancher <sid[at]rstack.org>' # Cedric figured out the NS injection method
|
||||
# and was cool enough to email us and share!
|
||||
#
|
||||
],
|
||||
'License' => MSF_LICENSE,
|
||||
'Version' => '$Revision$',
|
||||
'References' =>
|
||||
|
|
Loading…
Reference in New Issue