You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sending a malformed HTTP request to the proxy renders it unusable.
[*] Steps to reproduce:
Hook a browser
Select it as a proxy
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.
Sending a malformed HTTP request to the proxy renders it unusable.
[*] Steps to reproduce:
$ 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 method
keys' 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 method
keys' for nil:NilClass[11:25:09][!] undefined method
keys' for nil:NilClass [11:25:19][!] undefined method
keys' 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
The text was updated successfully, but these errors were encountered: