zaproxy / zap-hud

The ZAP Heads Up Display (HUD)
Apache License 2.0
253 stars 152 forks source link

Integrate front-end security tools #178

Open Pamplemousse opened 6 years ago

Pamplemousse commented 6 years ago

We have new tools

Recently, some work about bringing ZAP into the browser has been released (or is soon-to-be):

Make them work together

There were some discussions about adding the front-end-tracker to the HUD, for example to be able to report DOM events or Storage interactions in the bottom-drawer (see #156 - stale).

However, I think it would then be redundant to have the FrondEndScanner *and* the HUD running side-by-side. Therefore exposing features in the FrontEndScanner to be consumed by the HUD would be IMHO more valuable. One could then for example:

Considerations

Some things to consider when implementing:

dscrobonia commented 6 years ago

Hey @Pamplemousse Just getting around to going through my inbox post vacation. This is a great write up! I totally agree with your thoughts on how to integrate them. They should be seperate, but usable if both are installed. Figuring out what is the most sustainable, and simplest way to that though is still a challenge. I hope to look at this after multitabs is done because this is pretty key.

Thanks for this write up! :)