--- powerfuzzer/powerfuzzer.py 2008-06-27 18:13:32.000000000 -0400
+++ powerfuzzer.hacked/powerfuzzer.py 2008-09-02 23:51:55.000000000 -0400
@@ -390,6 +390,7 @@
except (urllib2.URLError,socket.timeout),e:
if hasattr(e,'code'):
data=""
+ u = e
else:
return
if data.find("You have an error in your SQL syntax")>=0:
@@ -440,6 +441,7 @@
except (urllib2.URLError,socket.timeout),e:
if hasattr(e,'code'):
data=""
+ u = e
else:
continue
if data.find("You have an error in your SQL syntax")>=0:
@@ -502,6 +504,7 @@
except (urllib2.URLError,socket.timeout),e:
if hasattr(e,'code'):
data=""
+ u = e
else:
continue
if data.find("root:x:0:0")>=0:
@@ -570,6 +573,7 @@
except (urllib2.URLError,socket.timeout),e:
if hasattr(e,'code'):
data=""
+ u = e
else:
continue
if data.find("root:x:0:0")>=0:
@@ -637,6 +641,7 @@
except (urllib2.URLError,socket.timeout),e:
if hasattr(e,'code'):
data=""
+ u = e
else:
return
if data.find(payload)>=0:
@@ -676,6 +681,7 @@
except (urllib2.URLError,socket.timeout),e:
if hasattr(e,'code'):
data=""
+ u = e
else:
continue
if data.find(payload)>=0:
@@ -721,6 +727,7 @@
except (urllib2.URLError,socket.timeout),e:
if hasattr(e,'code'):
data=""
+ u = e
else:
return
if data.find("eval()'d code on line ")>=0 and warn==0:
@@ -776,6 +783,7 @@
except (urllib2.URLError,socket.timeout),e:
if hasattr(e,'code'):
data=""
+ u = e
else:
continue
if data.find("eval()'d code on line ")>=0 and warn==0:
@@ -892,6 +900,7 @@
except (urllib2.URLError,socket.timeout),e:
if hasattr(e,'code'):
data=""
+ u = e
else:
continue
if data.find("You have an error in your SQL syntax")>=0:
@@ -965,6 +974,7 @@
except (urllib2.URLError,socket.timeout),e:
if hasattr(e,'code'):
data=""
+ u = e
else:
continue
if data.find("root:x:0:0")>=0:
@@ -1045,6 +1055,7 @@
except (urllib2.URLError,socket.timeout),e:
if hasattr(e,'code'):
data=""
+ u = e
else:
continue
if data.find(payload)>=0:
@@ -1103,6 +1114,7 @@
except (urllib2.URLError,socket.timeout),e:
if hasattr(e,'code'):
data=""
+ u = e
else:
continue
if data.find("eval()'d code on line ")>=0 and warn==0: