Ethical Hacking

Learn to find vulnerabilities before the bad guys do! Gain real world hands on hacking experience in our state of the art hacking lab. Course designed and taught by expert instructors with years of penetration testing experience. 12 student maximum in every class. Certification attempt included in every package.
Computer Forensics Training at InfoSec Institute

Gain the in-demand skills of a certified computer examiner, learn to recover trace data left behind by fraud, theft, and cybercrime perpetrators. Discover the source of computer crime and abuse at your organization so that it never happens again. All of our class sizes are guaranteed to be 12 students or less to facilitate one-on-one interaction with one of our expert instructors.




Network Security Vuln-Dev
[Top] [All Lists]

RE: Possible windows+python bug

Subject: RE: Possible windows+python bug
Date: Tue, 22 Mar 2005 20:46:15 -0500
Perhaps the disabling of raw sockets in SP2 is the cause of this problem.
Try this.

Net stop SharedAccess

Then try running the Python code and see if it still crashes.

Afterwards you can restart the SharedAccess service. Cheers.

-----Original Message-----
From: azurIt [mailto:azurit@pobox.sk] 
Sent: Tuesday, March 22, 2005 5:06 PM
To: bugtraq@securityfocus.com
Subject: Re: Possible windows+python bug



On Tue, Mar 22, 2005 at 12:21:18PM -0000, liquid@cyberspace.org 
wrote:
Start Python and type (of course x.x.x.x should be replaced with
IP address):

import socket
s=socket.socket(socket.AF_INET,socket.SOCK_RAW,4)
s.sendto("",("x.x.x.x",0))

Press ENTER and your win box should crash immediately.

I tested this on WinXP SP2 with Python 2.4.  The result is an
exception:

  socket.error: (10022, 'Invalid argument')

I don't have Python 2.3 installed otherwise I would test that too.

  Neil



i got the same exception, WinXP SP2, Python 2.3.4 .

azurIt

_______________________________________________________________________
http://www.epi.sk Ekonomicke a pravne informacie - denne aktualizovane.
Zakony, sutaze, udaje o firmach, odborne clanky...
Najdete na stranke http://www.epi.sk/info1.htm

<Prev in Thread] Current Thread [Next in Thread>