Revert "Update NTP Module"

This reverts commit 8fd34a4475.
unstable
Ewerson Guimaraes (Crash) 2012-10-30 21:43:21 -02:00
parent 8fd34a4475
commit b085e8ed73
2 changed files with 4 additions and 2 deletions

Binary file not shown.

View File

@ -1,3 +1,5 @@
#####
# This file is part of the Metasploit Framework and may be subject to
# redistribution and commercial restrictions. Please see the Metasploit
@ -19,7 +21,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>',
@ -62,4 +64,4 @@ class Metasploit3 < Msf::Auxiliary
end
end
end