Update NTP Module

Changed the branche and remove CR
unstable
Ewerson Guimaraes (Crash) 2012-10-30 21:08:01 -02:00
parent 4d80e37741
commit 8fd34a4475
2 changed files with 2 additions and 4 deletions

View File

@ -1,5 +1,3 @@
#####
# This file is part of the Metasploit Framework and may be subject to
# redistribution and commercial restrictions. Please see the Metasploit
@ -21,7 +19,7 @@ class Metasploit3 < Msf::Auxiliary
super(update_info(info,
'Name' => 'NTP Clock Variables Disclosure',
'Description' => %q{
This module reads the system internal NTP variables. These variables contain potentially sensitive
This module reads the system internal NTP variables. These variables contain potentially sensitive
information, such as the NTP software version, operating system version, peers, and more..
},
'Author' => 'Ewerson Guimaraes(Crash) <crash[at]dclabs.com.br>',
@ -64,4 +62,4 @@ class Metasploit3 < Msf::Auxiliary
end
end
end