I updated the code tree from SVN and tried to run ./w3af_console. The
full error is below, it included:
On a mac with mac ports installed:
sudo port install py26-socket-ssl py26-openssl
But there is no macport py26-socket-ssl package, only py25-socket-ssl
one - would it work?
This is also mentioned here:
http://blog.facilelogin.com/2011/01/ssl-striping-on-os-x-with-sslstrip.html
"The port "py26-socket-ssl" doesn't exists, "only py25-socket-ssl".
Did you install it? or which ports should I install to get ssltrip
works."
This is on Mac 10.6.7 with Python 2.7. When I use Python 2.6, the
error message does not say anything about "sudo port install".
Do you know how difficult it would be to create a macport distribution
of w3af? Or is there zero or very low demand for that => low
priority?
Thanks,
Dmitri
$ ./w3af_console
w3af is officially supported under Python 2.6
Your python installation needs the following packages:
nltk SOAPpy pyOpenSSL lxml pysvn scapy
On debian based systems:
sudo apt-get install python-nltk python-soappy python-pyopenssl
python-lxml python-svn python-scapy
On a mac with mac ports installed:
sudo port install py26-socket-ssl py26-openssl
Additional information:
If you can not install nltk, please try the following:
wget http://pyyaml.org/download/pyyaml/PyYAML-3.09.tar.gz
tar -xzvf PyYAML-3.09.tar.gz
cd PyYAML-3.09
python setup.py install
cd ..
wget http://nltk.googlecode.com/files/nltk-2.0b9.tar.gz
tar -xzvf nltk-2.0b9.tar.gz
cd nltk-2.0b9
python setup.py install
marryblack-lm:trunk$
------------------------------------------------------------------------------
EditLive Enterprise is the world's most technically advanced content
authoring tool. Experience the power of Track Changes, Inline Image
Editing and ensure content is compliant with Accessibility Checking.
http://p.sf.net/sfu/ephox-dev2dev
_______________________________________________
W3af-develop mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/w3af-develop