Johannes,

    w3af uses a "temp dir" which is (@see temp_dir.py):
        TEMP_DIR = os.path.join(get_home_dir(), 'tmp', str(os.getpid()))

    To store temp data, make sure that it has permissions to that
directory. Also, it could be that the creation of the pyc files is
failing because of strict permissions in the installation directory.

Regards,

On Fri, Jan 11, 2013 at 10:02 AM, Johannes Weberhofer
<jweberho...@weberhofer.at> wrote:
>
>> $ python
>>>>>
>>>>> import scapy
>
>
> This command does not do anything (visible).
>
> I have seen, that the full message of the error is:
>
> web@c-web3:~> w3af_console
> WARNING: Failed to execute tcpdump. Check it is installed and in the PATH
> Error while reading plugin options: "Invalid file option value
> "output-w3af.csv", the user doesn't have enough permissions to write to the
> specified directory."
>
> The whole package is installed into /usr/shared/w3af ; When I make "web" the
> owner of the complete /usr/shared/w3af directory, I can start w3af:
>
> web@c-web3:~> w3af_console
> WARNING: Failed to execute tcpdump. Check it is installed and in the PATH
> w3af>>> exit
> w3af>>>
> Bye.
>
> So the reason for failing is not the existence of tcpdump but the lack of
> rights to the installation dir. Is there any reason for that?
>
> Best regards,
> Johannes
>
>
> --
> Johannes Weberhofer
> Weberhofer GmbH, Austria, Vienna



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

------------------------------------------------------------------------------
Master HTML5, CSS3, ASP.NET, MVC, AJAX, Knockout.js, Web API and
much more. Get web development skills now with LearnDevNow -
350+ hours of step-by-step video tutorials by Microsoft MVPs and experts.
SALE $99.99 this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122812
_______________________________________________
W3af-develop mailing list
W3af-develop@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/w3af-develop

Reply via email to