[OWASP_OWTF] OWTF can't launch through several latest commits
Abraham Aranguren
abraham.aranguren at owasp.org
Thu Oct 3 12:43:48 UTC 2013
Hi Vojtěch,
Thank you for the bug report!
Unfortunately, OWTF 0.40 Summer Storm needs a bit of work (a few bugs
outstanding, we're working on that) we hope to have that release done
early next week.
The old report used to have a "+" symbol you could click to expand
everything but we can't provide a huge text file containing everything
and believe me, that would be harder to navigate :)
if you are a command-line guy, you might prefer to review the
directories manually (i.e. cd owtf_review ; .... ; grep
what_you_are_looking_for ...)
But you can view all raw files outputted by each plugin if you click on
the "Browse" button beside the plugin.
I believe Bharadwaj answered the rest.
Let us know if you need anything else, and in the future if you could
report bugs here, that would be awesome :)
https://github.com/7a/owtf/issues
I hope that helps,
Thanks again,
Abe
On 10/03/2013 01:23 PM, Bharadwaj Machiraju wrote:
> 1. The error is because of an old version of tornado. Please upgrade
> your tornado. Better to use pip to install python libraries
>
> pip install tornado
>
> 2. I suggest switching between stable versions of OWTF, because it is
> under heavy development. If you are using a git version, use this
> command to go back to last stable OWTF release
>
> python owtf.py --update
>
> https://github.com/7a/owtf/wiki/Updates-&-Maintainance
>
>
> On Thu, Oct 3, 2013 at 3:15 PM, Vojtěch Polášek <krecoun at gmail.com
> <mailto:krecoun at gmail.com>> wrote:
>
> Greetings,
> I am using owtf from git and when I try to use it through several last
> commits,
> I receive the following error:
> Traceback (most recent call last):
> File "owtf.py", line 39, in <module>
> from framework import core
> File "/home/vojta/software/owtf/framework/core.py", line 37, in
> <module>
> from framework.http.proxy import proxy, transaction_logger
> File "/home/vojta/software/owtf/framework/http/proxy/proxy.py", line
> 429, in <module>
> class
> CustomWebSocketClientConnection(tornado.websocket.WebSocketClientConnection):
> AttributeError: 'module' object has no attribute
> 'WebSocketClientConnection'
> Also I would like to ask about your reporting capabilities.
> I am still prety confused when viewing a report in html. It is
> probably
> quite nice for sighted people, but for me it is quite hard to get
> expanded those parts I need.
> is it possible to get some raw text report?
> Thank you,
> Vojta
>
> _______________________________________________
> OWASP_OWTF mailing list
> OWASP_OWTF at lists.owasp.org <mailto:OWASP_OWTF at lists.owasp.org>
> https://lists.owasp.org/mailman/listinfo/owasp_owtf
>
>
>
>
> _______________________________________________
> OWASP_OWTF mailing list
> OWASP_OWTF at lists.owasp.org
> https://lists.owasp.org/mailman/listinfo/owasp_owtf
More information about the OWASP_OWTF
mailing list