Hi.
Answers inline but consider using the develop group for dev question.
On 19/03/2019 16:58, Ian wrote:
> Okay, I made some headway and managed to compile and run Zap through
> Eclipse, however that had brought up three additional questions
>
> 1) The number of plugins from zap-extensions doesn't match what comes with
> the weekly releases. There are far more plugins with the weekly release.
> Are plugins not compiling because I may not have certain dependencies, or
> are some plugins only available through the marketplace?
The zaproxy repo does not have any add-on (it might pick some from the
dev home though), you need to build them (the add-ons are in
zap-extensions repo, master, beta, and alpha branches) or install from
marketplace.
> 2) Which plugins allow me to start Firefox with all the security disabled?
Selenium add-on, you might also need the Quick Start add-on (for the
Quick Start tab).
> 3) If the plugins are separately compiled and are available as zap files to
> zap, am I able to step debug these when starting Zap from Eclipse, or do I
> need to somehow run these plugins directly outside of Zap?
Yes, but you need to ensure that the source of the add-on
(zap-extensions usually) is added as a source to the run configuration.
Some of the active scanners have tests which make the debug easier (e.g.
you can run the JUnit test from Eclipse in debug mode).
Best regards.