zaproxy / zaproxy

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

ZAP should display popup message when autoscan complete #8485

Closed JuraLys closed 4 months ago

JuraLys commented 4 months 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 4 months ago

Why?

psiinon commented 4 months 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 4 months ago

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

JuraLys commented 4 months ago

Why?

user should be notified

psiinon commented 4 months 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

github-actions[bot] commented 1 month ago

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.