[W3af-users] Pre-merge action: Ask users to test develop branch
Status: Beta
Brought to you by:
andresriancho
From: Andres R. <and...@gm...> - 2015-02-04 21:17:25
|
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 |