List,

    I'm near a rather big merge from the develop branch into master,
that means that in a while most of you will get a message asking if
you want to update your w3af installs or not.

    This is great!, but before doing it I want a few of you to test
the develop branch and report any issues you find. More information
about testing can be found here [0], but the main steps are:

cd ~
apt-get install -y python-pip # This step might change in your OS
pip install --upgrade pip
pip install virtualenv
mkdir w3af-release
cd w3af-release
virtualenv --system-site-packages venv
. venv/bin/activate
git clone https://github.com/andresriancho/w3af.git
cd w3af
git checkout develop
./w3af_gui
. /tmp/w3af_dependency_install.sh

    After that, please run a scan :) Any bugs in the installation,
scan, etc. should go here [1].

    Thanks!

[0] http://w3af.org/testing-before-mondays-release
[1] https://github.com/andresriancho/w3af/issues/new

Regards,
-- 
Andrés Riancho
Project Leader at w3af - http://w3af.org/
Web Application Attack and Audit Framework
Twitter: @w3af
GPG: 0x93C344F3

------------------------------------------------------------------------------
Dive into the World of Parallel Programming. The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net/
_______________________________________________
W3af-users mailing list
W3af-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/w3af-users

Reply via email to