micalifi / r-u-dead-yet

Automatically exported from code.google.com/p/r-u-dead-yet
0 stars 0 forks source link

Python Error #11

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
[!] Using configuration file
Traceback (most recent call last):
  File "./r-u-dead-yet-v2.2.py", line 262, in <module>
    data = urlopen(attack_url)
  File "/usr/lib64/python2.6/urllib2.py", line 126, in urlopen
    return _opener.open(url, data, timeout)
  File "/usr/lib64/python2.6/urllib2.py", line 397, in open
    response = meth(req, response)
  File "/usr/lib64/python2.6/urllib2.py", line 510, in http_response
    'http', request, response, code, msg, hdrs)
  File "/usr/lib64/python2.6/urllib2.py", line 435, in error
    return self._call_chain(*args)
  File "/usr/lib64/python2.6/urllib2.py", line 369, in _call_chain
    result = func(*args)
  File "/usr/lib64/python2.6/urllib2.py", line 518, in http_error_default
    raise HTTPError(req.get_full_url(), code, msg, hdrs, fp)
urllib2.HTTPError: HTTP Error 500: Internal Server Error

I am using linux centos, can someone help me resolve this problem ?

Original issue reported on code.google.com by samimuka...@gmail.com on 18 Dec 2012 at 8:29