Mostafa,

    I was looking into a completely different issue and I found this:
    http://sourceforge.net/p/w3af/bugs/568/

    Which is referenced in this source code:

    def limit_node(self, parent, node, name):
        # I have to escape the quotes, because I don't want a "dot
code injection"
        # This was sourceforge bug #2675512
        # 
https://sourceforge.net/tracker/?func=detail&aid=2675512&group_id=170274&atid=853652
        node = str(node).replace('"', '\\"')
        name = str(name).replace('"', '\\"')

    I think I've found the piece of code with the bug, I'll try to fix it today.

Regards,

On Tue, Apr 9, 2013 at 12:12 PM, Mostafa Kamel
<[email protected]> wrote:
> Hello everyone
> please I need help with this error , which make w3af craches
>
> Warning: <stdin>:2: string ran past end of line
> Warning: <stdin>:3: string ran past end of line
> Error: <stdin>:3: syntax error near line 3
> context: "<GtkTreeIter at 0x583c220>" >>>  -- <<<  "<GtkTreeIter at
> 0x5832920>"}w3af_gui: Fatal IO error 11 (Resource temporarily unavailable)
> on X server :0.
>
> ------------------------------------------------------------------------------
> 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-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/w3af-users
>



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

------------------------------------------------------------------------------
Try New Relic Now & We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app, & servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr
_______________________________________________
W3af-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/w3af-users

Reply via email to