Sanjay,

On Thu, Nov 8, 2012 at 5:58 AM, Sanjay Rawat <[email protected]> wrote:
>
> Hello,
> I understand that w3af can produce output in different formats. I am more
> interested in getting the output of "discovery" phase in a format that
> allows me to see the link relationship. What I mean by this is to have a
> graph like structure (or finite state machine FSM) where nodes are pages
> (links) and edges are links they points to. Additionally, it will be good to
> also have the parameter info (parameters of the URI/forms etc.to access the
> link along the edge) along the edges.
> Is it possible?

Everything is possible with open source software if you've got enough
time ;) But in this case, I think that it would take considerable time
to achieve what you want.

What can be done today with ease is to create a tree-like structure like this:

    http://host.tld/
      + /foo/
       \----/bar/
           +   spam.html
            +   def.html
            \----abc.html

But if I understood correctly you a graph that represents this information:

* spam.html links to abc.html and def.html
* abc.html links to def.html
* def.html links to spam.html , abc.html, foo.html
* foo.html doesn't have any links

If you're interested in working on this let me know and I can guide
you through the code, but I warn you... w3af wasn't designed to do
this and it might involve some ugly code that we might not include
into the trunk.

Regards,

> Thanks
>
> Thanks & Regards
>
> - Sanjay
> http://www-verimag.imag.fr/~rawat/
>
> ------------------------------------------------------------------------------
> Everyone hates slow websites. So do we.
> Make your web apps faster with AppDynamics
> Download AppDynamics Lite for free today:
> http://p.sf.net/sfu/appdyn_d2d_nov
> _______________________________________________
> 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

------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_nov
_______________________________________________
W3af-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/w3af-users

Reply via email to