Re: [W3af-develop] Write single URL scans with w3af API
Status: Beta
Brought to you by:
andresriancho
From: Andres R. <and...@gm...> - 2016-05-27 15:32:43
|
Yup, completely possible. Most likely following these steps: * Start the API * Write a file containing the HTTP request (base64 encoded) * Write a file containing a scan profile. The scan profile should use the import_results plugin [0] and point to the previously created file with the HTTP request * Start the scan with the provided scan profile [0] https://github.com/andresriancho/w3af/blob/master/w3af/plugins/crawl/import_results.py#L172-L182 On Wed, May 25, 2016 at 8:45 AM, Abhay Bhargav <abh...@gm...> wrote: > Hi Group: > > I was wondering if we could do single URL scans with w3af api. What I mean > is this: I have a DB of HTTP requests of an application that need to be > scanned. These are part of the same application. I would like to scan them > one at a time in a queue with w3af's API. Is that possible? Or does it only > have to be a typical w3af scan? > > ------------------------------------------------------------------------------ > Mobile security can be enabling, not merely restricting. Employees who > bring their own devices (BYOD) to work are irked by the imposition of MDM > restrictions. Mobile Device Manager Plus allows you to control only the > apps on BYO-devices by containerizing them, leaving personal data untouched! > https://ad.doubleclick.net/ddm/clk/304595813;131938128;j > _______________________________________________ > W3af-develop mailing list > W3a...@li... > 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 |