Update modules/exploits/linux/local/apt_package_manager_persistence.rb
Changed Disclosure Date format Co-Authored-By: aringo <ringo.aaron@gmail.com>master
parent
261a4271fa
commit
c643436383
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue