zap-webdriver icon indicating copy to clipboard operation
zap-webdriver copied to clipboard

Are there newer harlib proxy and zap api jars

Open petermartin2002 opened this issue 9 years ago • 4 comments

Hi,

I am still playing about with the zap web driver code.

I am looking at the xml reporting capability in the proxy jar and have seen mentioned elsewhere html reporting but the proxy-2.4-SNAPSHOT makes no mention of getHtmlReport() in the ZAProxyScanner.class

To that end I am wondering if these are the most up to date jars and in the lib folder?

Thanks

P

petermartin2002 avatar Nov 04 '15 17:11 petermartin2002

getHtmlReport wasn't exposed yet. I've added it and pushed a new version. Please note that it's untested, let me know if there are issues.

iriusrisk avatar Nov 04 '15 19:11 iriusrisk

NVM

Playing about with xml and html now.

Where do these files get output too?

petermartin2002 avatar Nov 05 '15 16:11 petermartin2002

Sorry I had updated the zap-api but not the zap-webdriver code, have done so now.
The API calls return a byte[], which you can write to wherever is convenient. Recommend looking at: github.com/continuumsecurity/bdd-security for a more full featured and regularly updated example

iriusrisk avatar Nov 05 '15 21:11 iriusrisk

Its okay I was being lazy and worked it out for myself.

Thanks for updating.

I will look into the BDD solution.

Another lazy question is there a list of active scanner ids anywhere?

petermartin2002 avatar Nov 09 '15 10:11 petermartin2002