![]() |
![]() |
|
August 12, 2004nmap patch for XPSP2For those people who need nmap working on XP SP2, I have written a quick patch that will remove raw socket support from nmap and let nmap work again, failing over to standard mode as it is in previous versions of Windows. --- winip.c 2004-08-12 10:18:46.000000000 -0700 +++ winip.c 2004-08-12 10:19:08.000000000 -0700 @@ -379,6 +379,9 @@ rawsock_avail = 0; } + winbug = 1; + rawsock_avail = 0; + if(pcap_avail) { if(wo.trace) printf("***WinIP*** reading winpcap interface list\n"); You can also download the patch here. Posted by SilverStr at August 12, 2004 10:28 AM | TrackBackComments
Hi Great to see a patch for NMAP is online. However I am going to show my ignorance and ask how do I actually install this patch ? Would be great to hear back from somebody. Roger I personally installed the patch by downloading the source from insecure.org/nmap, and following the instructions up until the point of doing the actual build. Right before that step, I opened the winip.c file and added the 2 lines of code in where it looked like it went. (I did a search for "rawsock_avail = 0;" however I believe if you use the patch program it'll automate this for you) Then build it, and run the exe. Feel free to email me if you need more help. Posted by: Matt at October 4, 2004 10:18 AMDon't even need to do that. My patches are now integrated into the latest nmap sources. Posted by: SilverStr at October 4, 2004 10:25 AM |
![]() ![]()
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 ![]() |
|