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

Improvements to install scripts #123

Closed
7a opened this issue Dec 27, 2013 · 3 comments
Closed

Improvements to install scripts #123

7a opened this issue Dec 27, 2013 · 3 comments
Labels

Comments

@7a
Copy link
Member

7a commented Dec 27, 2013

Not sure if this is a new bug or a problem where install scripts do not call each other.
Ideally, we should make the installation process so simple that nobody runs into problems.

We had a user (dscarson on IRC) report the following (the issues are likely related to the installation process):

------------------ Issue 1 ----------------------------
Tried to install owtf on Kali
Stuck with an error
AttributeError: 'module' object has no attribute 'WebSocketClientConnection'
tried updating tornado
no luck

------------------ Issue 2 ----------------------------
Traceback (most recent call last):
File "./owtf.py", line 40, in
from framework import core
File "/root/owtf/framework/core.py", line 37, in
from framework.http.proxy import proxy, transaction_logger
File "/root/owtf/framework/http/proxy/proxy.py", line 464, in
class CustomWebSocketClientConnection(tornado.websocket.WebSocketClientConnection):
AttributeError: 'module' object has no attribute 'WebSocketClientConnection'

#104 <-- would uninstalling tornado FIRST make the install scripts more reliable?

------------------ Issue 3 ----------------------------

on every iteration of owtf , I get the same error
[_] Proxy Check OK: The proxy appears to be working{'URL': 'http://www.google.ie'} in DB: False ERROR: The connection was not refused, unknown error! Exception in thread Thread-4: Traceback (most recent call last):
File "/usr/lib/python2.7/threading.py", line 552, in __bootstrap_inner
self.run() File "/usr/lib/python2.7/threading.py", line 505, in run self.__target(_self.__args, **self.__kwargs)
File "/root/owtf/framew

------------------ Issue 3 ----------------------------

Can you help me with this error ?
[_] Proxy Check OK: The proxy appears to be working
{'URL': 'http://www.google.ie'} in DB: False
ERROR: The connection was not refused, unknown error!
Exception in thread Thread-4:
Traceback (most recent call last):
File "/usr/lib/python2.7/threading.py", line 552, in __bootstrap_inner
self.run()
File "/usr/lib/python2.7/threading.py", line 505, in run
self.__target(_self.__args, **self.__kwargs)
File "/root/owtf/framework/plugin/ProcessManager.py", line 203, in keyinput
oldterm = termios.tcgetattr(fd)
error: (25, 'Inappropriate ioctl for device')

@dshah133
Copy link
Contributor

That user was me.
Issue 1 and 2 - resolved.-Yes,precisely uninstalling tornado and then installing again(using PIP) solved the problem.NOT the updating tornado.
Issue 3 and 4 - both are same issues.Which I am facing right now.

@7a
Copy link
Member Author

7a commented Dec 27, 2013

Hi dscarson, Could you please provide more information re how you installed owtf in Kali?
For example, did you run "kali_install.sh" as per the wiki? - https://github.com/7a/owtf/wiki/OWASP-OWTF-Installation
Thanks!
P.S. Removed angle brackets from original bug report so that your nickname is displayed :)

@dshah133
Copy link
Contributor

Yes,followed exact instructions from wiki.

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

2 participants