Update modules/exploits/linux/local/apt_package_manager_persistence.rb

Changed Disclosure Date format

Co-Authored-By: aringo <ringo.aaron@gmail.com>
master
@shellfail 2019-04-25 20:08:50 -05:00 committed by GitHub
parent 261a4271fa
commit c643436383
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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