[framework] IIS 5.0 .printer exploit fix
Rob
robd003 at gmail.com
Tue Jun 6 19:12:25 CDT 2006
Hey all,
I noticed that the IIS 5.0 .printer exploit was using the EBX register
and yet it was occasionally being used by the nops generator. That and
I figured changing the return address to something inside of ntdll
would also make it a little more reliable. Here's my fix:
#add this
'Nop' =>
{
'SaveRegs' => ['ebx'],
},
#change return address
'Targets' => [['Windows 2000 SP0/SP1', 0x77f8948b]],
Cheers,
Rob Palmer
More information about the framework
mailing list