Comments on: OWTF 1.0 “Lionheart” released! https://7asecurity.com/blog/2014/10/owtf-10-lionheart-released/ Helping you secure apps and websites Thu, 09 Jan 2025 13:21:22 +0000 hourly 1 By: Abraham Aranguren https://7asecurity.com/blog/2014/10/owtf-10-lionheart-released/#comment-33 Mon, 01 Dec 2014 14:17:29 +0000 Dear Adrian,

Could you please use the issue tracker for this? The whole team will be able to help out that way 🙂
We are also on #owtf on IRC.

I have created the following issue on github for you, if you could answer the questions there that would be great, thanks!

https://github.com/owtf/owtf/issues/374

]]>
By: adrian is https://7asecurity.com/blog/2014/10/owtf-10-lionheart-released/#comment-32 Fri, 28 Nov 2014 03:20:08 +0000 i got this error when i try to run ./owtf.py

Traceback (most recent call last):
File "./owtf.py", line 45, in
from framework import core
File "/root/wasp/owtf/framework/core.py", line 53, in
from framework.http.proxy import proxy, transaction_logger, tor_manager
File "/root/wasp/owtf/framework/http/proxy/proxy.py", line 32, in
import tornado.httpserver
File "/usr/local/lib/python2.7/dist-packages/tornado/httpserver.py", line 34, in
from tornado.http1connection import HTTP1ServerConnection, HTTP1ConnectionParameters
File "/usr/local/lib/python2.7/dist-packages/tornado/http1connection.py", line 30, in
from tornado import iostream
File "/usr/local/lib/python2.7/dist-packages/tornado/iostream.py", line 40, in
from tornado.netutil import ssl_wrap_socket, ssl_match_hostname, SSLCertificateError
File "/usr/local/lib/python2.7/dist-packages/tornado/netutil.py", line 49, in
import backports.ssl_match_hostname
ImportError: No module named backports.ssl_match_hostname

]]>