Open Pamplemousse opened 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! :)
We have new tools
Recently, some work about bringing ZAP into the browser has been released (or is soon-to-be):
front-end-tracker
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:
<script>
tags. This is already causing trouble, see: issue #136. This is something that's worth having in mind in #160.