Henri,

On Thu, Feb 4, 2010 at 12:07 PM, Henri Salo <[email protected]> wrote:
> It would be nice if dependencyCheck.py printed sudo also for
> Debian-based machines:
>
>> fg...@foo:~/w3af$ ./w3af_gui
>> You have to install graphviz library.
>>     - On Debian based distributions: apt-get install graphviz

    Ok, I just changed the code from:

msg += '    - On Debian based distributions: apt-get install python-pyopenssl\n'

    To:

msg += '    - On Debian based distributions: sudo apt-get install
python-pyopenssl\n'

>>     - On Mac: sudo port install graphviz
>
> One could also check if /etc/debian_version exists and print
> Debian-line automatically.

    This one I did not understand. Could you please elaborate?

Cheers,

> ---
> Henri Salo
>
> ------------------------------------------------------------------------------
> SOLARIS 10 is the OS for Data Centers - provides features such as DTrace,
> Predictive Self Healing and Award Winning ZFS. Get Solaris 10 NOW
> http://p.sf.net/sfu/solaris-dev2dev
> _______________________________________________
> W3af-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/w3af-users
>



-- 
Andrés Riancho
Founder, Bonsai - Information Security
http://www.bonsai-sec.com/
http://w3af.sf.net/

------------------------------------------------------------------------------
SOLARIS 10 is the OS for Data Centers - provides features such as DTrace,
Predictive Self Healing and Award Winning ZFS. Get Solaris 10 NOW
http://p.sf.net/sfu/solaris-dev2dev
_______________________________________________
W3af-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/w3af-users

Reply via email to