![]() |
![]() |
|
August 12, 2004Updated nmap patch for XP SP2Thanks to everyone for the kind words about the patch. I have received tonnes of mail today, and I appreciate the thanks. However, I am just a small cog here and the real thanks should be going to Fyodor for making such a kick-ass tool in the first place. One criticism I have gotten in a bunch of the emails was to so aggressively STOP raw socket support. You are right, this patch stops raw socket on all Windows systems. I wanted to get a quick fix out, and wasn't expecting people to put it into their main master sources for nmap. Alas, not one to leave loose ends, I have updated the patch to do a version check against XP and which service pack it is. Quite simple really: --- winip.c 2004-08-12 10:18:46.000000000 -0700 You can download the updated patch here. Posted by SilverStr at August 12, 2004 04:15 PM | TrackBackComments
I think we can safely assume that future service packs and major OS versions will have the same limitation, so here's a tweak: + if( (ver.dwMajorVersion == 5 && ver.dwMinorVersion == 1 && ver.wServicePackMajor >= 2) || (ver.dwMajorVersion>5) ) I didn't account for other minor versions of 5.x, but IIRC none is expected. Posted by: Richard Tallent at August 12, 2004 10:52 PMWHY didn't you just compile and distribute the updated file? I don't have access to a compiler ATM... this is freakin' Win32 port :) "Your comment could not be submitted due to questionable content: h0tmail.com" I got this when I tried to use my H0tmail (primary) adress. Why? Posted by: Kimmo Alm at August 14, 2004 03:10 PMKimmo, You can download the latest nmap which has my patches applied at: http://www.insecure.org/nmap/dist/nmap-3.55-SP2-win32.zip I never distributed a compiled patch as I am not the maintainer of nmap. I submitted the patch (actually you can read about an even better patch I finished at: http://silverstr.ufies.org/blog/archives/000669.html) and allowed Fyodor to decide what he wanted to do. As to your hotmail issue, due to recent comment spam I removed access for posted by hotmail accounts. It has significantly reduced the spam I was receiving. My apologies if it inconviences you. Posted by: SilverStr at August 14, 2004 03:38 PM |
![]() ![]()
My 5 Favorite Books
Writing Secure Code
Secure Programming Cookbook Security Engineering Secure Coding Principles & Practice Inside the Security Mind ![]()
My 5 Favorite Papers
Smashing the Stack
Penetration Studies Covert Channel Analysis of Trusted Systems DoD Trusted Computer System Evaluation Criteria NSA Security Recommendation Guides ![]()
Archives
January 2007
December 2006 November 2006 October 2006 September 2006 August 2006 July 2006 June 2006 May 2006 April 2006 March 2006 February 2006 January 2006 December 2005 November 2005 October 2005 September 2005 August 2005 July 2005 June 2005 May 2005 April 2005 March 2005 February 2005 January 2005 December 2004 November 2004 October 2004 September 2004 August 2004 July 2004 June 2004 May 2004 April 2004 March 2004 February 2004 January 2004 December 2003 November 2003 October 2003 September 2003 August 2003 July 2003 June 2003 May 2003 April 2003 March 2003 February 2003 January 2003 December 2002 November 2002 October 2002 September 2002 August 2002 July 2002 ![]() |
|