diff --git a/data/exploits/CVE-2011-3400/CVE-2011-3400.vsd b/data/exploits/CVE-2011-3400/CVE-2011-3400.vsd deleted file mode 100755 index b7b8116d3d..0000000000 Binary files a/data/exploits/CVE-2011-3400/CVE-2011-3400.vsd and /dev/null differ diff --git a/modules/auxiliary/scanner/ntp/ntp_readvar.rb b/modules/auxiliary/scanner/ntp/ntp_readvar.rb index 34cbd132f9..e59e7cf7e6 100644 --- a/modules/auxiliary/scanner/ntp/ntp_readvar.rb +++ b/modules/auxiliary/scanner/ntp/ntp_readvar.rb @@ -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) ', @@ -64,4 +62,4 @@ class Metasploit3 < Msf::Auxiliary end -end \ No newline at end of file +end