List,

    Every now and then I ask for a favor, and... well... now I'm
asking for one! The next release will be on Monday, and I need you to
test w3af to make sure it doesn't have any critical bugs before I
merge into develop into master.

    I've been working hard on fixing a ton of bugs, improving
performance, continuous integration and many other things.

    All 1300+ unittests PASS in the continuous integration system, but
there's nothing like real-user testing. If you have a couple of
minutes to help, please follow these steps to install a virtualenv
with w3af inside:

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

    Please report any installation bugs here [0].

    Now the fun part :) Scan a site! In the same console (where
virtualenv is enabled) run:

./w3af_gui

    Configure w3af [1] and run a scan. Please report any tracebacks,
false positives, false negatives, etc. here [0]. All your bug reports
will be much appreciated!

    Thanks!

[0] https://github.com/andresriancho/w3af/issues/new
[1] http://docs.w3af.org/en/develop/gui/scanning.html#configuring-the-scan

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

------------------------------------------------------------------------------
_______________________________________________
W3af-develop mailing list
W3af-develop@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/w3af-develop

Reply via email to