w3af's crawler should find that on it's own, if it doesn't it's
because your application is heavily based on JavaScript (and w3af
doesn't know how to crawl those yet).
Specifically answering your POST question, you could write a mangle
plugin, like this one [0], which will modify the http method f
We have implemented our app in such a way that, for all the dynamic url's,
POST navigation will be used and GET navigation for the static files
(images,js files, etc.,)
Thanks,
Sandeep
On Fri, Nov 8, 2013 at 9:15 PM, Andres Riancho wrote:
> I'm almost sure that POST for all requests is not what
I'm almost sure that POST for all requests is not what you need. Could
you please better explain your requirements?
On Fri, Nov 8, 2013 at 11:18 AM, sandeep kumar bandaru
wrote:
> Hi,
>
> W3af is crawling through the pages (from the response page of a request)
> only using the GET requests. The o
Hi,
W3af is crawling through the pages (from the response page of a request)
only using the GET requests. The only request I can see the POST request is
the authentication (even this has to be configured via the 'auth' plugin).
Problem here is most of the requests in our application are POST and