zaproxy / zaproxy

The ZAP core project
https://www.zaproxy.org
Apache License 2.0
12.21k stars 2.21k forks source link

ZAP should display popup message when autoscan complete #8485

Closed JuraLys closed 1 month ago

JuraLys commented 1 month ago

Is your feature request related to a problem? Please describe.

ZAP should display popup message when autoscan complete

Describe the solution you'd like

ZAP should display popup message when autoscan complete

Describe alternatives you've considered

no

Screenshots

No response

Additional context

No response

Would you like to help fix this issue?

kingthorin commented 1 month ago

Why?

psiinon commented 1 month ago

I think this is an ideal case for an extender script - that should be possible right now. I'd start with https://github.com/zaproxy/community-scripts/blob/main/extender/ZAP%20onEvent%20Handler.js

kingthorin commented 1 month ago

https://www.zaproxy.org/docs/internal-events/

JuraLys commented 1 month ago

Why?

user should be notified

psiinon commented 1 month ago

But what about when the spider finishes, or any of the large number of events ZAP supports happens? I think it would be wrong to add options in the GUI for each of these possibilities, especially when they can be easily acheived via a script. If you would like help writing one then ask for help on the Scripts Group. And if you do get one working then please submit it to the Community Scripts