Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Malformed HTTP request to the proxy renders it unusable #42

Closed
passbe opened this issue Dec 10, 2011 · 1 comment
Closed

Malformed HTTP request to the proxy renders it unusable #42

passbe opened this issue Dec 10, 2011 · 1 comment
Labels

Comments

@passbe
Copy link
Contributor

passbe commented Dec 10, 2011

Sending a malformed HTTP request to the proxy renders it unusable.

[*] Steps to reproduce:

  1. Hook a browser
  2. Select it as a proxy
  3. Send a malformed HTTP request to the proxy:

$ netcat 127.0.0.1 6789
GET /

[*] Output:

[11:24:06][] Using Hooked Browser with ip [xx.xx.xx.xx] as Tunneling Proxy
[11:24:29][
] [PROXY] Thread started in order to process request #1 to [/] on domain [localhost:6789]
[11:24:29][!] undefined method keys' for nil:NilClass [11:24:39][!] undefined methodkeys' for nil:NilClass
[11:24:52][!] undefined method keys' for nil:NilClass [11:24:52][*] [PROXY] Thread started in order to process request #2 to [/demos/basic.html] on domain [localhost:6789] [11:25:04][!] undefined methodkeys' for nil:NilClass
[11:25:09][!] undefined method keys' for nil:NilClass [11:25:19][!] undefined methodkeys' for nil:NilClass

[*] Effect:

Once the malformed request has been received the proxy will still accept connections however won't return any results. The aforementioned error message repeats every ~10 seconds.


Google Code Issue: http://code.google.com/p/beef/issues/detail?id=429

@passbe passbe closed this as completed Dec 10, 2011
@passbe
Copy link
Contributor Author

passbe commented Dec 10, 2011

[email protected] on August 19, 2011 09:24:35:

This issue was closed by revision r1212.

Google Code Comment: http://code.google.com/p/beef/issues/detail?id=429#c2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant