Ulises,

On Tue, Apr 16, 2013 at 10:26 PM, Ulises Cuñé <ulise...@gmail.com> wrote:
> Andres,
> I report this bug
>
>
> git clone https://github.com/andresriancho/w3af.git
> cd w3af
> apt-get -y install python2.6-dev

If you run ./w3af_console before installing the python2.6-dev package,
does w3af ask you to install it? It shouldn't! It should ask you to
install python 2.7

> pip install PyGithub GitPython esmre pdfminer futures guess-language cluster
> msgpack-python python-ntlm
> pip install -e git+git://github.com/ramen/phply.git#egg=phply
>
> root@debian:~/w3af# ln -s $(pwd)/w3af_console /usr/bin/w3af_console

This is where everything was going south. Fixed in this commit:
    
https://github.com/andresriancho/w3af/commit/06f127e935647c572c050cc0f8523304208e524c

Thanks for the bug report!

> root@debian:~/w3af# ls -al /usr/bin/w3af_console
> lrwxrwxrwx 1 root root 23 Apr 16 23:21 /usr/bin/w3af_console ->
> /root/w3af/w3af_console
> root@debian:~/w3af# cd
> root@debian:~# w3af_console
> Traceback (most recent call last):
>   File "/usr/bin/w3af_console", line 25, in <module>
>     from core.ui.console.console_ui import ConsoleUI
>   File "/root/w3af/core/ui/console/console_ui.py", line 33, in <module>
>     from core.ui.console.rootMenu import rootMenu
>   File "/root/w3af/core/ui/console/rootMenu.py", line 31, in <module>
>     from core.ui.console.menu import menu
>   File "/root/w3af/core/ui/console/menu.py", line 30, in <module>
>     from core.ui.console.help import helpMainRepository, HelpContainer
>   File "/root/w3af/core/ui/console/help.py", line 103, in <module>
>     helpMainRepository = helpRepository()
>   File "/root/w3af/core/ui/console/help.py", line 47, in __init__
>     self.__doc = ET.parse(path)
>   File "/usr/lib/python2.6/xml/etree/ElementTree.py", line 862, in parse
>     tree.parse(source, parser)
>   File "/usr/lib/python2.6/xml/etree/ElementTree.py", line 579, in parse
>     source = open(source, "rb")
> IOError: [Errno 2] No such file or directory: 'core/ui/console/help.xml'
>
> root@debian:~# cat /etc/issue
> Debian GNU/Linux 6.0 \n \l
>
>
> I can't run it OpenVAS 6
>
> Thanks,
> U.
>
>
> ------------------------------------------------------------------------------
> Precog is a next-generation analytics platform capable of advanced
> analytics on semi-structured data. The platform includes APIs for building
> apps and a phenomenal toolset for data science. Developers can use
> our toolset for easy data analysis & visualization. Get a free account!
> http://www2.precog.com/precogplatform/slashdotnewsletter
> _______________________________________________
> W3af-develop mailing list
> W3af-develop@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/w3af-develop
>



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

------------------------------------------------------------------------------
Precog is a next-generation analytics platform capable of advanced
analytics on semi-structured data. The platform includes APIs for building
apps and a phenomenal toolset for data science. Developers can use
our toolset for easy data analysis & visualization. Get a free account!
http://www2.precog.com/precogplatform/slashdotnewsletter
_______________________________________________
W3af-develop mailing list
W3af-develop@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/w3af-develop

Reply via email to