View Full Version : inetinfo.exe crash
NMI
October 31st, 2009, 08:22
hi every1. i have a question about iis FTP bug that occure when name of path be very long. i use Immunity for find return address . attache inetinfo.exe and run it with f9. but when i want to run exploit from other host nothing happens.
when i don't attach inetinfo.exe exploit works .
how can i see runtime process of inetinfo.exe?
disavowed
November 5th, 2009, 12:59
Try setting your debugger as the JIT debugger (http://support.microsoft.com/kb/103861) and run inetinfo.exe without a debugger. When it crashes, your configured debugger should pop up.
NMI
November 17th, 2009, 02:26
i use windbg for reverse this exploit. i attach inetinfo.exe, get INT 3(ntdll!DbgBreakPoint) .
i use (g) command for run it but windbg suspend in busy mode.
i'm in mistake?
aionescu
December 14th, 2009, 18:04
NMI, if I understand you correctly, you're saying that after pressing "g", WinDBG seems "Busy". This is normal -- inetinfo.exe is executing and WinDBG can't do anything. Inetinfo will either have to break into the debugger, or you can use "pause" in WinDBG to pause execution and start analysis/debugging of the executable.
Hope I understood you right...
Powered by vBulletin® Version 4.2.2 Copyright © 2020 vBulletin Solutions, Inc. All rights reserved.