Re: [W3af-users] how to make w3af to do only POST Requests

2013-11-12 Thread Andres Riancho
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

Re: [W3af-users] how to make w3af to do only POST Requests

2013-11-11 Thread sandeep kumar bandaru
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

Re: [W3af-users] how to make w3af to do only POST Requests

2013-11-08 Thread Andres Riancho
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

[W3af-users] how to make w3af to do only POST Requests

2013-11-08 Thread sandeep kumar bandaru
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