From c6434363836648b3506a6dd68f1bf2225030be51 Mon Sep 17 00:00:00 2001 From: "@shellfail" Date: Thu, 25 Apr 2019 20:08:50 -0500 Subject: [PATCH] Update modules/exploits/linux/local/apt_package_manager_persistence.rb Changed Disclosure Date format Co-Authored-By: aringo --- modules/exploits/linux/local/apt_package_manager_persistence.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/exploits/linux/local/apt_package_manager_persistence.rb b/modules/exploits/linux/local/apt_package_manager_persistence.rb index 513da52a96..5a4c1d307f 100644 --- a/modules/exploits/linux/local/apt_package_manager_persistence.rb +++ b/modules/exploits/linux/local/apt_package_manager_persistence.rb @@ -35,7 +35,7 @@ class MetasploitModule < Msf::Exploit::Local ], 'SessionTypes' => ['shell', 'meterpreter'], 'DefaultOptions' => { 'WfsDelay' => 0, 'DisablePayloadHandler' => 'true' }, - 'DisclosureDate' => 'Mar 9 1999', # Date Apt package manager was included in Debian + 'DisclosureDate' => '1999-03-09', # Date Apt package manager was included in Debian 'References' => ['URL', 'https://unix.stackexchange.com/questions/204414/how-to-run-a-command-before-download-with-apt-get'], 'Targets' => [['Automatic', {}]], 'DefaultTarget' => 0