dorontur1808 / r-u-dead-yet

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

raise http error #7

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. run python ~/r-u-d-y.py http://www.xxx.yyy/zzz/form.aspx
2. select form
3. select attack parameter
4. select num. of connections to spawn
5. select proxy > yes
6. select address > default
7. select port > default

What is the expected output? What do you see instead?

expected to see attack in progress, instead i got this error msgs:
" 
Traceback (most recent call last):
  File "Projects/NetSec/RUDY/r-u-d-y.py", line 251, in <module>
    data = urlopen(attack_url)
  File "/usr/lib/python2.6/urllib2.py", line 126, in urlopen
    return _opener.open(url, data, timeout)
  File "/usr/lib/python2.6/urllib2.py", line 397, in open
    response = meth(req, response)
  File "/usr/lib/python2.6/urllib2.py", line 510, in http_response
    'http', request, response, code, msg, hdrs)
  File "/usr/lib/python2.6/urllib2.py", line 429, in error
    result = self._call_chain(*args)
  File "/usr/lib/python2.6/urllib2.py", line 369, in _call_chain
    result = func(*args)
  File "/usr/lib/python2.6/urllib2.py", line 605, in http_error_302
    return self.parent.open(new, timeout=req.timeout)
  File "/usr/lib/python2.6/urllib2.py", line 397, in open
    response = meth(req, response)
  File "/usr/lib/python2.6/urllib2.py", line 510, in http_response
    'http', request, response, code, msg, hdrs)
  File "/usr/lib/python2.6/urllib2.py", line 435, in error
    return self._call_chain(*args)
  File "/usr/lib/python2.6/urllib2.py", line 369, in _call_chain
    result = func(*args)
  File "/usr/lib/python2.6/urllib2.py", line 518, in http_error_default
    raise HTTPError(req.get_full_url(), code, msg, hdrs, fp)
urllib2.HTTPError: HTTP Error 404: Not Found
"

What version of the product are you using? On what operating system?

V. 2.1 , OS ubuntu 10.10 with default python version installed.

Please provide any additional information below.

i extracted the tar and tried to run it as is.
as i saw soup.py and socks.py are included in the tar, i did not download them 
at first.
i tried later on, with the downloaded files of soup.py and socks.py extracted 
into the RUDY directory. no change.

Original issue reported on code.google.com by tovenr...@googlemail.com on 19 Jan 2011 at 1:26

GoogleCodeExporter commented 8 years ago
Was the port other than 80?

Original comment by ravivr@gmail.com on 20 Jan 2011 at 9:51

GoogleCodeExporter commented 8 years ago
i made sure that all tested web pages were using method="POST", so most likely 
not a port problem. that specific website uses this Header "Accept-Language = 
"xy"", so that might cause the problem. 
another issue, the attack seems to be in progress when using default number of 
connections (50), but when running with over 500 spawned connections the 
program crashes after a short while.

Original comment by tovenr...@googlemail.com on 21 Jan 2011 at 1:47