-
-
Notifications
You must be signed in to change notification settings - Fork 22
/
Copy pathZapVersions-2.16.xml
3360 lines (3360 loc) · 150 KB
/
ZapVersions-2.16.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<ZAP>
<core>
<version>2.16.0</version>
<daily-version>D-2021-10-18</daily-version>
<daily>
<url>https://github.com/zaproxy/zaproxy/releases/download/w2021-10-18/ZAP_WEEKLY_D-2021-10-18.zip</url>
<file>ZAP_WEEKLY_D-2021-10-18.zip</file>
<hash>SHA-256:9d4bcb12e47293f3cbc4c32285b8469e620f092bb2519e65e12e5e528a25a8ad</hash>
<size>188556676</size>
</daily>
<windows32>
<url>https://github.com/zaproxy/zaproxy/releases/download/v2.16.0/ZAP_2_16_0_windows-x32.exe</url>
<file>ZAP_2_16_0_windows-x32.exe</file>
<hash>SHA-256:244140ecc85b9393ccab58df263741f271386ab3c301f26cdc5e06f8579f7d1a</hash>
<size>244239872</size>
</windows32>
<windows>
<url>https://github.com/zaproxy/zaproxy/releases/download/v2.16.0/ZAP_2_16_0_windows.exe</url>
<file>ZAP_2_16_0_windows.exe</file>
<hash>SHA-256:0d2b9277fabb36b97c3344d1903eef57e50bbe93cb6aa4087b9a1dfd1705a62a</hash>
<size>244416512</size>
</windows>
<linux>
<url>https://github.com/zaproxy/zaproxy/releases/download/v2.16.0/ZAP_2.16.0_Linux.tar.gz</url>
<file>ZAP_2.16.0_Linux.tar.gz</file>
<hash>SHA-256:a0779509e702ec53d41074eaa0ce41f2a964a822aa5be0380255a482e2e7fe8d</hash>
<size>234966964</size>
</linux>
<mac>
<url>https://github.com/zaproxy/zaproxy/releases/download/v2.16.0/ZAP_2.16.0.dmg</url>
<file>ZAP_2.16.0.dmg</file>
<hash>SHA-256:dc353ddd98e4678cd545c174c717ce630ce76ae2f06f2dbebb107a813cf54b74</hash>
<size>265546003</size>
</mac>
<relnotes>Bug fix and enhancement release.</relnotes>
<relnotes-url>https://www.zaproxy.org/docs/desktop/releases/2.16.0/</relnotes-url>
</core>
<addon>accessControl</addon>
<addon_accessControl>
<name>Access Control Testing</name>
<description>Adds a set of tools for testing access control in web applications.</description>
<author>ZAP Dev Team</author>
<version>10</version>
<file>accessControl-alpha-10.zap</file>
<status>alpha</status>
<changes><h3>Changed</h3>
<ul>
<li>Update minimum ZAP version to 2.14.0.</li>
<li>Maintenance changes.</li>
<li>Link website alert pages and help (Issues 8189).</li>
<li>The results table now presents the same context menu as other similar tables (History, Search, etc) facilitating copying URLs, etc (Issue 8356).</li>
<li>Now has a table export button (Issue 8356).</li>
<li>Adjusted some labels/titles to use title caps (Issue 2000 &amp; 8356).</li>
</ul>
<h3>Fixed</h3>
<ul>
<li>Now uses the General Font (Issue 8356), as set in the Display options.</li>
</ul></changes>
<url>https://github.com/zaproxy/zap-extensions/releases/download/accessControl-v10/accessControl-alpha-10.zap</url>
<hash>SHA-256:8e068a789650cd31a5a4592cf57af3dbcb04b98f6fcd20bf752889c3843cbce8</hash>
<info>https://www.zaproxy.org/docs/desktop/addons/access-control-testing/</info>
<repo>https://github.com/zaproxy/zap-extensions/</repo>
<date>2024-03-25</date>
<size>597028</size>
<not-before-version>2.14.0</not-before-version>
<dependencies>
<addons>
<addon>
<id>commonlib</id>
<version>>= 1.17.0 & < 2.0.0</version>
</addon>
</addons>
</dependencies>
</addon_accessControl>
<addon>alertFilters</addon>
<addon_alertFilters>
<name>Alert Filters</name>
<description>Allows you to automate the changing of alert risk levels.</description>
<author>ZAP Dev Team</author>
<version>23</version>
<file>alertFilters-release-23.zap</file>
<status>release</status>
<changes><h3>Changed</h3>
<ul>
<li>Update minimum ZAP version to 2.16.0.</li>
<li>Fields with default or missing values are omitted for the <code>alertFilter</code> job in saved Automation Framework plans.</li>
<li>Depend on Passive Scanner add-on (Issue 7959).</li>
</ul></changes>
<url>https://github.com/zaproxy/zap-extensions/releases/download/alertFilters-v23/alertFilters-release-23.zap</url>
<hash>SHA-256:20effe0ea05bfe0939a2f4bde15ebe65c61d458b2f898441356ef11a65bb3fb8</hash>
<info>https://www.zaproxy.org/docs/desktop/addons/alert-filters/</info>
<repo>https://github.com/zaproxy/zap-extensions/</repo>
<date>2025-01-09</date>
<size>568692</size>
<not-before-version>2.16.0</not-before-version>
<dependencies>
<addons>
<addon>
<id>pscan</id>
<version>>= 0.1.0 & < 1.0.0</version>
</addon>
</addons>
</dependencies>
</addon_alertFilters>
<addon>allinonenotes</addon>
<addon_allinonenotes>
<name>All In One Notes</name>
<description>A simple extension to view all notes in one pane.</description>
<author>David Vassallo</author>
<version>2</version>
<file>allinonenotes-alpha-2.zap</file>
<status>alpha</status>
<changes><h3>Added</h3>
<ul>
<li>Add info and repo URLs.</li>
</ul>
<h3>Changed</h3>
<ul>
<li>Update minimum ZAP version to 2.11.0.</li>
<li>Update link to repository.</li>
<li>Maintenance changes.</li>
</ul></changes>
<url>https://github.com/zaproxy/zap-extensions/releases/download/allinonenotes-v2/allinonenotes-alpha-2.zap</url>
<hash>SHA-256:9e70d6e76b72692e9c0cb64002a692b710710e688ea2d8834818086300632d2a</hash>
<info>https://www.zaproxy.org/docs/desktop/addons/all-in-one-notes/</info>
<repo>https://github.com/zaproxy/zap-extensions/</repo>
<date>2021-10-07</date>
<size>249532</size>
<not-before-version>2.11.0</not-before-version>
</addon_allinonenotes>
<addon>ascanrules</addon>
<addon_ascanrules>
<name>Active scanner rules</name>
<description>The release status Active Scanner rules</description>
<author>ZAP Dev Team</author>
<version>70</version>
<file>ascanrules-release-70.zap</file>
<status>release</status>
<changes><h3>Changed</h3>
<ul>
<li>Update minimum ZAP version to 2.16.0.</li>
<li>Updated help with specific Category identifiers for use with the Custom Payloads add-on for rules:
<ul>
<li>Hidden File Finder</li>
<li>User Agent Fuzzer</li>
</ul>
</li>
<li>Now depends on minimum Common Library version 1.29.0.</li>
<li>Add the <code>OUT_OF_BAND</code> alert tag to the following scan rules:
<ul>
<li>Server Side Template Injection (Blind)</li>
<li>XML External Entity Attack</li>
</ul>
</li>
<li>Cloud Metadata Attack scan rule is improved to support GCP, Azure, and OCI.</li>
<li>Remove double dot in skipped message of a scan rule that uses the Active Scan OAST service.</li>
</ul>
<h3>Fixed</h3>
<ul>
<li>A situation where the Server-Side Template Injection (SSTI) scan rule might result in false positives related to the Go payloads (Issue 8622).</li>
<li>False Positives in Cloud Metadata Attack scan rule (Issue 8514).</li>
</ul>
<h3>Added</h3>
<ul>
<li>Standardized Scan Policy related alert tags on the rule.</li>
</ul></changes>
<url>https://github.com/zaproxy/zap-extensions/releases/download/ascanrules-v70/ascanrules-release-70.zap</url>
<hash>SHA-256:236ae035feb96d24436af446086959cee1ebdf352ed32645783e26dff7130dcd</hash>
<info>https://www.zaproxy.org/docs/desktop/addons/active-scan-rules/</info>
<repo>https://github.com/zaproxy/zap-extensions/</repo>
<date>2025-01-09</date>
<size>3323142</size>
<not-before-version>2.16.0</not-before-version>
<dependencies>
<addons>
<addon>
<id>commonlib</id>
<version>>= 1.29.0 & < 2.0.0</version>
</addon>
<addon>
<id>network</id>
<version>>= 0.3.0</version>
</addon>
<addon>
<id>oast</id>
<version>>= 0.7.0</version>
</addon>
</addons>
</dependencies>
</addon_ascanrules>
<addon>ascanrulesAlpha</addon>
<addon_ascanrulesAlpha>
<name>Active scanner rules (alpha)</name>
<description>The alpha status Active Scanner rules</description>
<author>ZAP Dev Team</author>
<version>48</version>
<file>ascanrulesAlpha-alpha-48.zap</file>
<status>alpha</status>
<changes><h3>Changed</h3>
<ul>
<li>Update minimum ZAP version to 2.15.0.</li>
</ul>
<h3>Fixed</h3>
<ul>
<li>Alert text for various rules has been updated to more consistently use periods and spaces in a uniform manner.</li>
<li>Potential false positives in the LDAP Injection scan rule when the original message resulted in an error to start with (Issue 8519).</li>
</ul></changes>
<url>https://github.com/zaproxy/zap-extensions/releases/download/ascanrulesAlpha-v48/ascanrulesAlpha-alpha-48.zap</url>
<hash>SHA-256:59260c6445736290ed2c3c553a4a5e085a33226411009c6ad21ee157753f89fc</hash>
<info>https://www.zaproxy.org/docs/desktop/addons/active-scan-rules-alpha/</info>
<repo>https://github.com/zaproxy/zap-extensions/</repo>
<date>2024-09-02</date>
<size>402920</size>
<not-before-version>2.15.0</not-before-version>
<dependencies>
<addons>
<addon>
<id>commonlib</id>
<version>>= 1.22.0 & < 2.0.0</version>
</addon>
</addons>
</dependencies>
</addon_ascanrulesAlpha>
<addon>ascanrulesBeta</addon>
<addon_ascanrulesBeta>
<name>Active scanner rules (beta)</name>
<description>The beta status Active Scanner rules</description>
<author>ZAP Dev Team</author>
<version>57</version>
<file>ascanrulesBeta-beta-57.zap</file>
<status>beta</status>
<changes><h3>Changed</h3>
<ul>
<li>Update minimum ZAP version to 2.16.0.</li>
<li>The following scan rules now use more specific CWE IDs:
<ul>
<li>Proxy Disclosure (Issue 8713)</li>
<li>Possible Username Enumeration (Issue 8715)</li>
</ul>
</li>
<li>Remove double dot in skipped message of scan rules that use the Active Scan OAST service.</li>
</ul>
<h3>Fixed</h3>
<ul>
<li>Address exception when scanning a message without path with Possible Username Enumeration scan rule.</li>
<li>The WSTG alert tags on the HTTP Only Site scan rule.</li>
</ul>
<h3>Added</h3>
<ul>
<li>Standardized Scan Policy related alert tags on various rules.</li>
</ul></changes>
<url>https://github.com/zaproxy/zap-extensions/releases/download/ascanrulesBeta-v57/ascanrulesBeta-beta-57.zap</url>
<hash>SHA-256:d2574f4a79137a5d3d0b1bb82563863a8c414bd13c9ef42e0084090e37337b03</hash>
<info>https://www.zaproxy.org/docs/desktop/addons/active-scan-rules-beta/</info>
<repo>https://github.com/zaproxy/zap-extensions/</repo>
<date>2025-01-15</date>
<size>1777403</size>
<not-before-version>2.16.0</not-before-version>
<dependencies>
<addons>
<addon>
<id>commonlib</id>
<version>>= 1.29.0 & < 2.0.0</version>
</addon>
<addon>
<id>database</id>
<version>>= 0.1.0</version>
</addon>
<addon>
<id>network</id>
<version>>= 0.3.0</version>
</addon>
<addon>
<id>oast</id>
<version>>= 0.7.0</version>
</addon>
</addons>
</dependencies>
</addon_ascanrulesBeta>
<addon>attacksurfacedetector</addon>
<addon_attacksurfacedetector>
<name>Attack Surface Detector</name>
<description>The Attack Surface Detector analyzes web application source code to generate endpoints that can be used for penetration testing.</description>
<author>Secure Decisions (Matthew DeLetto)</author>
<version>1.1.4</version>
<file>attacksurfacedetector-alpha-1.1.4.zap</file>
<status>alpha</status>
<changes>Various incremental changes (see https://github.com/secdec/attack-surface-detector-zap/releases)<br>
Fix un-handled exception when target unavailable & address various "house keeping" tasks.<br></changes>
<url>https://github.com/zaproxy/zap-extensions/releases/download/2.7/attacksurfacedetector-alpha-1.1.4.zap</url>
<hash>SHA1:e21758c2cdcbc7806f44cc986a88360457eff82e</hash>
<info>https://github.com/secdec/attack-surface-detector-zap/wiki</info>
<repo>https://github.com/secdec/attack-surface-detector-zap/</repo>
<date>2019-03-07</date>
<size>15604948</size>
<not-before-version>2.7.0</not-before-version>
</addon_attacksurfacedetector>
<addon>authhelper</addon>
<addon_authhelper>
<name>Authentication Helper</name>
<description>Helps identify and set up authentication handling</description>
<author>ZAP Dev Team</author>
<version>0.17.0</version>
<file>authhelper-beta-0.17.0.zap</file>
<status>beta</status>
<changes><h3>Changed</h3>
<ul>
<li>Update minimum ZAP version to 2.16.0.</li>
<li>Depend on Passive Scanner add-on (Issue 7959).</li>
<li>Address deprecation warnings with newer Selenium version (4.27).</li>
<li>Optionally depend on the Client Integration add-on to provide Browser Based Authentication to the Client Spider.</li>
</ul></changes>
<url>https://github.com/zaproxy/zap-extensions/releases/download/authhelper-v0.17.0/authhelper-beta-0.17.0.zap</url>
<hash>SHA-256:d3b6a90ef97d57db528c971fe548a07ec15a77f1923fac1bf0e175b8c3655be4</hash>
<info>https://www.zaproxy.org/docs/desktop/addons/authentication-helper/</info>
<repo>https://github.com/zaproxy/zap-extensions/</repo>
<date>2025-01-09</date>
<size>818701</size>
<not-before-version>2.16.0</not-before-version>
<dependencies>
<addons>
<addon>
<id>commonlib</id>
<version>>= 1.13.0 & < 2.0.0</version>
</addon>
<addon>
<id>network</id>
<version>>=0.6.0</version>
</addon>
<addon>
<id>pscan</id>
<version>>= 0.1.0 & < 1.0.0</version>
</addon>
<addon>
<id>selenium</id>
<version>15.*</version>
</addon>
</addons>
</dependencies>
</addon_authhelper>
<addon>authstats</addon>
<addon_authstats>
<name>Authentication Statistics</name>
<description>Records logged in/out statistics for all contexts in scope.</description>
<author>ZAP Dev Team</author>
<version>2</version>
<file>authstats-alpha-2.zap</file>
<status>alpha</status>
<changes><h3>Added</h3>
<ul>
<li>Add repo URL.</li>
</ul>
<h3>Changed</h3>
<ul>
<li>Update minimum ZAP version to 2.11.0.</li>
<li>Dynamically unload the add-on.</li>
<li>Change info URL to link to the site.</li>
</ul></changes>
<url>https://github.com/zaproxy/zap-extensions/releases/download/authstats-v2/authstats-alpha-2.zap</url>
<hash>SHA-256:cfb604c27f3a7a58e7b5aa55fe9f19a9ce5561fab3ef7d3f6c72845671fb5dcf</hash>
<info>https://www.zaproxy.org/docs/desktop/addons/authentication-statistics/</info>
<repo>https://github.com/zaproxy/zap-extensions/</repo>
<date>2021-10-07</date>
<size>247499</size>
<not-before-version>2.11.0</not-before-version>
</addon_authstats>
<addon>automation</addon>
<addon_automation>
<name>Automation Framework</name>
<description>Automation Framework.</description>
<author>ZAP Dev Team</author>
<version>0.44.0</version>
<file>automation-beta-0.44.0.zap</file>
<status>beta</status>
<changes><h3>Added</h3>
<ul>
<li>Active scan policy job.</li>
<li>Add job to configure the active scanner, <code>activeScan-config</code>.</li>
<li>Allow to enable/disable jobs (Issue 5845).</li>
<li>Method to allow the user to set the exit code via a script.</li>
<li>Add exitStatus job (Issue #6928)</li>
</ul>
<h3>Changed</h3>
<ul>
<li>Update minimum ZAP version to 2.16.0.</li>
<li>Maintenance changes.</li>
<li>Updated automation framework documentation and templates for <code>activeScan</code> job to reflect changes to the default value of threadPerHost parameter</li>
<li>Update help for the &quot;requestor&quot; job.</li>
<li>Update help to indicate that job order is important (Issue 8675).</li>
<li>Fields with default or missing values are omitted for the following automation jobs in saved plans:
<ul>
<li><code>activeScan</code></li>
<li><code>delay</code></li>
<li><code>requestor</code></li>
</ul>
</li>
</ul>
<h3>Removed</h3>
<ul>
<li>Remove job implementations that were previously migrated to the Passive Scanner add-on (Issue 7959).</li>
</ul>
<h3>Fixed</h3>
<ul>
<li>Templates generated with <code>-autogenmin</code> or <code>-autogenmax</code> were invalid in some cases.</li>
<li>Allow to choose one thread for the <code>activeScan</code> job through the GUI.</li>
<li>Active Scan jobs will once again use the default policy if neither a policy nor a policyDefinition has been set.</li>
<li>Bug in job alert tests related to alert matching.</li>
<li>Active scan rule ID 0 (Directory Browsing) will be included in the plan (yaml) when saved (Issue 8746).</li>
<li>Sizing/display of the Active Scan Policy job rule add/modify dialogs.</li>
</ul></changes>
<url>https://github.com/zaproxy/zap-extensions/releases/download/automation-v0.44.0/automation-beta-0.44.0.zap</url>
<hash>SHA-256:7733123076ff40a7636c88baf4929765530ea9fe67aed4e912b6d39b8b2bace4</hash>
<info>https://www.zaproxy.org/docs/desktop/addons/automation-framework/</info>
<repo>https://github.com/zaproxy/zap-extensions/</repo>
<date>2025-01-09</date>
<size>1809201</size>
<not-before-version>2.16.0</not-before-version>
<dependencies>
<addons>
<addon>
<id>commonlib</id>
<version>>= 1.17.0 & < 2.0.0</version>
</addon>
<addon>
<id>network</id>
<version>>= 0.15.0 & < 1.0.0</version>
</addon>
</addons>
</dependencies>
</addon_automation>
<addon>beanshell</addon>
<addon_beanshell>
<name>BeanShell Console</name>
<description>Provides a BeanShell Console</description>
<author>ZAP Dev Team</author>
<version>7</version>
<file>beanshell-beta-7.zap</file>
<status>beta</status>
<changes><h3>Added</h3>
<ul>
<li>Add info and repo URLs.</li>
</ul>
<h3>Changed</h3>
<ul>
<li>Update minimum ZAP version to 2.11.0.</li>
<li>Maintenance changes.</li>
<li>Improve permissions and space handling when saving.</li>
</ul></changes>
<url>https://github.com/zaproxy/zap-extensions/releases/download/beanshell-v7/beanshell-beta-7.zap</url>
<hash>SHA-256:0a83cb7d0369ccef50768ccbda1e6c6d82b9f4e3bd9372b38fd32cc21f6a30fb</hash>
<info>https://www.zaproxy.org/docs/desktop/addons/bean-shell/</info>
<repo>https://github.com/zaproxy/zap-extensions/</repo>
<date>2021-10-07</date>
<size>577838</size>
<not-before-version>2.11.0</not-before-version>
</addon_beanshell>
<addon>browserView</addon>
<addon_browserView>
<name>Browser View</name>
<description>Adds an option to render HTML responses like a browser</description>
<author>ZAP Dev Team</author>
<version>6</version>
<file>browserView-alpha-6.zap</file>
<status>alpha</status>
<changes><h3>Added</h3>
<ul>
<li>Add info and repo URLs.</li>
</ul>
<h3>Changed</h3>
<ul>
<li>Update minimum ZAP version to 2.12.0.</li>
<li>Maintenance changes.</li>
<li>Make missing JavaFX logging less verbose in regular use.</li>
<li>Update help with the requirements to use the add-on.</li>
</ul></changes>
<url>https://github.com/zaproxy/zap-extensions/releases/download/browserView-v6/browserView-alpha-6.zap</url>
<hash>SHA-256:e53cfde3a009a4be2e40c84ac02e05114505160bd2bab6cbb42416ab9a65b16c</hash>
<info>https://www.zaproxy.org/docs/desktop/addons/browser-view/</info>
<repo>https://github.com/zaproxy/zap-extensions/</repo>
<date>2023-03-13</date>
<size>197667</size>
<not-before-version>2.12.0</not-before-version>
</addon_browserView>
<addon>bruteforce</addon>
<addon_bruteforce>
<name>Forced Browse</name>
<description>Forced browsing of files and directories using code from the OWASP DirBuster tool</description>
<author>ZAP Dev Team</author>
<version>17</version>
<file>bruteforce-beta-17.zap</file>
<status>beta</status>
<changes><h3>Changed</h3>
<ul>
<li>Update minimum ZAP version to 2.16.0.</li>
</ul></changes>
<url>https://github.com/zaproxy/zap-extensions/releases/download/bruteforce-v17/bruteforce-beta-17.zap</url>
<hash>SHA-256:4c5828447d69da32e450e65a6b082284b56538383d5cf4036b743805115a9a90</hash>
<info>https://www.zaproxy.org/docs/desktop/addons/forced-browse/</info>
<repo>https://github.com/zaproxy/zap-extensions/</repo>
<date>2025-01-09</date>
<size>552468</size>
<not-before-version>2.16.0</not-before-version>
<dependencies>
<addons>
<addon>
<id>commonlib</id>
<version>>= 1.23.0 & < 2.0.0</version>
</addon>
</addons>
</dependencies>
</addon_bruteforce>
<addon>bugtracker</addon>
<addon_bugtracker>
<name>Bug Tracker</name>
<description>Bug Tracker extension.</description>
<author>ZAP Dev Team</author>
<version>4</version>
<file>bugtracker-alpha-4.zap</file>
<status>alpha</status>
<changes><h3>Changed</h3>
<ul>
<li>Update minimum ZAP version to 2.11.1.</li>
<li>Dependency updates.</li>
<li>Maintenance changes.</li>
<li>Updated to use PAT not password (https://github.blog/changelog/2021-08-12-git-password-authentication-is-shutting-down/).</li>
</ul></changes>
<url>https://github.com/zaproxy/zap-extensions/releases/download/bugtracker-v4/bugtracker-alpha-4.zap</url>
<hash>SHA-256:37c57f8e7f4a1608500527ac1831f8b078427f804ea04ad5790a2970e3e1b722</hash>
<info>https://www.zaproxy.org/docs/desktop/addons/bug-tracker/</info>
<repo>https://github.com/zaproxy/zap-extensions/</repo>
<date>2022-09-23</date>
<size>3707425</size>
<not-before-version>2.11.1</not-before-version>
</addon_bugtracker>
<addon>callgraph</addon>
<addon_callgraph>
<name>Call Graph</name>
<description>Allows the user to view a call graph of the selected resources</description>
<author>Colm O'Flaherty</author>
<version>5</version>
<file>callgraph-alpha-5.zap</file>
<status>alpha</status>
<changes><h3>Added</h3>
<ul>
<li>Add help.</li>
<li>Add info and repo URLs.</li>
</ul>
<h3>Changed</h3>
<ul>
<li>Update minimum ZAP version to 2.11.0.</li>
<li>Maintenance changes.</li>
</ul></changes>
<url>https://github.com/zaproxy/zap-extensions/releases/download/callgraph-v5/callgraph-alpha-5.zap</url>
<hash>SHA-256:0874ce5aad0c4bbf28f72627a4940759d328396e12b7d6a5596f2e41bf24dc4e</hash>
<info>https://www.zaproxy.org/docs/desktop/addons/call-graph/</info>
<repo>https://github.com/zaproxy/zap-extensions/</repo>
<date>2021-10-07</date>
<size>925930</size>
<not-before-version>2.11.0</not-before-version>
</addon_callgraph>
<addon>callhome</addon>
<addon_callhome>
<name>Call Home</name>
<description>Handles all of the calls to ZAP services.</description>
<author>ZAP Dev Team</author>
<version>0.14.0</version>
<file>callhome-release-0.14.0.zap</file>
<status>release</status>
<changes><h3>Changed</h3>
<ul>
<li>Update minimum ZAP version to 2.16.0.</li>
</ul>
<h3>Added</h3>
<ul>
<li>Network stats to telemetry.</li>
<li>Sequence stats to telemetry.</li>
</ul></changes>
<url>https://github.com/zaproxy/zap-extensions/releases/download/callhome-v0.14.0/callhome-release-0.14.0.zap</url>
<hash>SHA-256:100870954c18d9f9c9ed2db5348eb069262a7c177bfbe158355c1b20e9fa5cef</hash>
<info>https://www.zaproxy.org/docs/desktop/addons/call-home/</info>
<repo>https://github.com/zaproxy/zap-extensions/</repo>
<date>2025-01-09</date>
<size>322668</size>
<not-before-version>2.16.0</not-before-version>
</addon_callhome>
<addon>client</addon>
<addon_client>
<name>Client Side Integration</name>
<description>Exposes client (browser) side information in ZAP using Firefox and Chrome extensions.</description>
<author>ZAP Dev Team</author>
<version>0.10.0</version>
<file>client-alpha-0.10.0.zap</file>
<status>alpha</status>
<changes><h3>Changed</h3>
<ul>
<li>Update minimum ZAP version to 2.16.0.</li>
<li>Maintenance changes.</li>
<li>The current passive scan rules now uses a more specific CWE (Issue 8712).</li>
<li>Updated Chrome and Firefox extensions to v0.0.10.</li>
</ul>
<h3>Added</h3>
<ul>
<li>Added support for Browser Based Authentication when installed in conjunction with the Auth Helper add-on.</li>
<li>Client spider, along with Automation Framework support.</li>
</ul></changes>
<url>https://github.com/zaproxy/zap-extensions/releases/download/client-v0.10.0/client-alpha-0.10.0.zap</url>
<hash>SHA-256:11126baf2c487d434e71430f3a48e7d896c1542493dfc201b19bb189726a9107</hash>
<info>https://www.zaproxy.org/docs/desktop/addons/client-side-integration/</info>
<repo>https://github.com/zaproxy/zap-extensions/</repo>
<date>2025-01-10</date>
<size>1987254</size>
<not-before-version>2.16.0</not-before-version>
<dependencies>
<addons>
<addon>
<id>commonlib</id>
<version>>=1.23.0</version>
</addon>
<addon>
<id>network</id>
<version>>=0.8.0</version>
</addon>
<addon>
<id>selenium</id>
<version>>=15.14.0</version>
</addon>
</addons>
</dependencies>
</addon_client>
<addon>commonlib</addon>
<addon_commonlib>
<name>Common Library</name>
<description>A common library, for use by other add-ons.</description>
<author>ZAP Dev Team</author>
<version>1.30.0</version>
<file>commonlib-release-1.30.0.zap</file>
<status>release</status>
<changes><h3>Added</h3>
<ul>
<li>Add solutions to Insufficient Process Validation vulnerability (Issue 8056).</li>
</ul>
<h3>Changed</h3>
<ul>
<li>Update minimum ZAP version to 2.16.0.</li>
<li>Improve solution and add more references to 'Information Leakage' vulnerability (Issue 8056).</li>
</ul></changes>
<url>https://github.com/zaproxy/zap-extensions/releases/download/commonlib-v1.30.0/commonlib-release-1.30.0.zap</url>
<hash>SHA-256:f178d4e48506fda85a70faf9346fc67fe0c895b98469dd02579b04b4c39c3dbc</hash>
<info>https://www.zaproxy.org/docs/desktop/addons/common-library/</info>
<repo>https://github.com/zaproxy/zap-extensions/</repo>
<date>2025-01-09</date>
<size>15146336</size>
<not-before-version>2.16.0</not-before-version>
</addon_commonlib>
<addon>communityScripts</addon>
<addon_communityScripts>
<name>Community Scripts</name>
<description>Useful ZAP scripts written by the ZAP community.</description>
<author>ZAP Community</author>
<version>19</version>
<file>communityScripts-alpha-19.zap</file>
<status>alpha</status>
<changes><h3>Added</h3>
<ul>
<li>extender/arpSyndicateSubdomainDiscovery.js - uses the API of <a href="https://www.subdomain.center/">ARPSyndicate's Subdomain Center</a>
to find and add subdomains to the Sites Tree.</li>
<li>passive/JavaDisclosure.js - Passive scan for Java error messages leaks</li>
<li>httpsender/RsaEncryptPayloadForZap.py - A script that encrypts requests using RSA</li>
<li>selenium/FillOTPInMFA.js - A script that fills the OTP in MFA</li>
<li>authentication/KratosApiAuthentication.js - A script to authenticate with Kratos using the API flow</li>
<li>authentication/KratosBrowserAuthentication.js - A script to authenticate with Kratos using the browser flow</li>
</ul>
<h3>Changed</h3>
<ul>
<li>Update minimum ZAP version to 2.15.0.</li>
<li>Use Prettier to format all JavaScript scripts.</li>
<li>Update the following scripts to implement the <code>getMetadata()</code> function with revised metadata:
<ul>
<li>active/Cross Site WebSocket Hijacking.js</li>
<li>active/cve-2019-5418.js</li>
<li>active/gof_lite.js</li>
<li>active/JWT None Exploit.js</li>
<li>active/SSTI.js</li>
<li>passive/clacks.js</li>
<li>passive/CookieHTTPOnly.js</li>
<li>passive/detect_csp_notif_and_reportonly.js</li>
<li>passive/detect_samesite_protection.js</li>
<li>passive/f5_bigip_cookie_internal_ip.js</li>
<li>passive/find base64 strings.js</li>
<li>passive/Find Credit Cards.js</li>
<li>passive/Find Emails.js</li>
<li>passive/Find Hashes.js</li>
<li>passive/Find HTML Comments.js</li>
<li>passive/Find IBANs.js</li>
<li>passive/Find Internal IPs.js</li>
<li>passive/find_reflected_params.py</li>
<li>passive/HUNT.py</li>
<li>passive/Mutliple Security Header Check.js</li>
<li>passive/google_api_keys_finder.js</li>
<li>passive/JavaDisclosure.js</li>
<li>passive/Report non static sites.js</li>
<li>passive/RPO.js</li>
<li>passive/s3.js</li>
<li>passive/Server Header Disclosure.js</li>
<li>passive/SQL injection detection.js</li>
<li>passive/Telerik Using Poor Crypto.js</li>
<li>passive/Upload form discovery.js</li>
<li>passive/X-Powered-By_header_checker.js</li>
</ul>
</li>
<li>httpsender/Alert on Unexpected Content Types.js now checks for common content-types (<code>json</code>, <code>xml</code>, and <code>yaml</code>) more consistently.</li>
<li>targeted/request_to_xml.js no longer uses deprecated method to show the message in the editor dialogue.</li>
</ul></changes>
<url>https://github.com/zaproxy/community-scripts/releases/download/v19/communityScripts-alpha-19.zap</url>
<hash>SHA-256:f96502b471dd349ae2fceba4a68bde9465091580040ad8798e13bb176030bbba</hash>
<info>https://www.zaproxy.org/docs/desktop/addons/community-scripts/</info>
<repo>https://github.com/zaproxy/community-scripts/</repo>
<date>2024-07-01</date>
<size>475346</size>
<not-before-version>2.15.0</not-before-version>
</addon_communityScripts>
<addon>coreLang</addon>
<addon_coreLang>
<name>Core Language Files</name>
<description>Translations of the core language files</description>
<author>ZAP Dev Team</author>
<version>15</version>
<file>coreLang-release-15.zap</file>
<status>release</status>
<changes><h3>Changed</h3>
<ul>
<li>Update the languages files from Crowdin.</li>
<li>Update minimum ZAP version to 2.11.1.</li>
</ul></changes>
<url>https://github.com/zaproxy/zap-extensions/releases/download/coreLang-v15/coreLang-release-15.zap</url>
<hash>SHA-256:d8258b914ffc95820dd045acf56677668a8cbbfc759290f72e30210056dfb88c</hash>
<info>https://crowdin.com/project/zaproxy</info>
<repo>https://github.com/zaproxy/zap-extensions/</repo>
<date>2022-02-14</date>
<size>4616009</size>
<not-before-version>2.11.1</not-before-version>
</addon_coreLang>
<addon>custompayloads</addon>
<addon_custompayloads>
<name>Custom Payloads</name>
<description>Ability to add, edit or remove payloads that are used i.e. by active scanners</description>
<author>ZAP Dev Team</author>
<version>0.14.0</version>
<file>custompayloads-release-0.14.0.zap</file>
<status>release</status>
<changes><h3>Changed</h3>
<ul>
<li>Promoted to Release status.</li>
<li>Update minimum ZAP version to 2.16.0.</li>
<li>Maintenance changes.</li>
<li>The superfluous/unused ID element of the custom payloads has been removed from the GUI and config.</li>
<li>Now depends on the Common Library add-on.</li>
</ul>
<h3>Added</h3>
<ul>
<li>Add help button to Options panel and add further detailed Help content.</li>
</ul>
<h3>Fixed</h3>
<ul>
<li>The add-on will no longer attempt to save or load Payloads for which there is no Category.</li>
<li>Ensure file is selected, exists, and is readable when attempting to import multiple payloads.</li>
</ul></changes>
<url>https://github.com/zaproxy/zap-extensions/releases/download/custompayloads-v0.14.0/custompayloads-release-0.14.0.zap</url>
<hash>SHA-256:fe99e67a3a456c70a25c35e5d25961c1dca417d2c94124316c2ea26965009ec2</hash>
<info>https://www.zaproxy.org/docs/desktop/addons/custom-payloads/</info>
<repo>https://github.com/zaproxy/zap-extensions/</repo>
<date>2025-01-15</date>
<size>292156</size>
<not-before-version>2.16.0</not-before-version>
<dependencies>
<addons>
<addon>
<id>commonlib</id>
<version>>= 1.17.0 & < 2.0.0</version>
</addon>
</addons>
</dependencies>
</addon_custompayloads>
<addon>database</addon>
<addon_database>
<name>Database</name>
<description>Provides database engines and related infrastructure.</description>
<author>ZAP Dev Team</author>
<version>0.7.0</version>
<file>database-alpha-0.7.0.zap</file>
<status>alpha</status>
<changes><h3>Changed</h3>
<ul>
<li>Update minimum ZAP version to 2.16.0.</li>
</ul></changes>
<url>https://github.com/zaproxy/zap-extensions/releases/download/database-v0.7.0/database-alpha-0.7.0.zap</url>
<hash>SHA-256:12e4a7bb69aa5d7fa359da44406f5dfcd085cdc77110244cc5f1a38dfeee11d4</hash>
<info>https://www.zaproxy.org/docs/desktop/addons/database/</info>
<repo>https://github.com/zaproxy/zap-extensions/</repo>
<date>2025-01-09</date>
<size>23094350</size>
<not-before-version>2.16.0</not-before-version>
</addon_database>
<addon>dev</addon>
<addon_dev>
<name>Dev Add-on</name>
<description>An add-on to help with development of ZAP.</description>
<author>ZAP Dev Team</author>
<version>0.8.0</version>
<file>dev-alpha-0.8.0.zap</file>
<status>alpha</status>
<changes><h3>Changed</h3>
<ul>
<li>Sequence performance test to make it actually possible to test it using automation.</li>
<li>CSS and JS responses are now set cache enabled.</li>
</ul></changes>
<url>https://github.com/zaproxy/zap-extensions/releases/download/dev-v0.8.0/dev-alpha-0.8.0.zap</url>
<hash>SHA-256:45b8d23e224a2cfcaae3d1c210ff8044e5176efdb12a71509593637d14ce1762</hash>
<info>https://www.zaproxy.org/docs/desktop/addons/dev-add-on/</info>
<repo>https://github.com/zaproxy/zap-extensions/</repo>
<date>2024-11-13</date>
<size>153852</size>
<not-before-version>2.15.0</not-before-version>
<dependencies>
<addons>
<addon>
<id>commonlib</id>
<version>>=1.17.0</version>
</addon>
<addon>
<id>network</id>
<version>>=0.7.0</version>
</addon>
</addons>
</dependencies>
</addon_dev>
<addon>diff</addon>
<addon_diff>
<name>Diff</name>
<description>Displays a dialog showing the differences between 2 requests or responses. It uses diffutils and diff_match_patch</description>
<author>ZAP Dev Team</author>
<version>17</version>
<file>diff-beta-17.zap</file>
<status>beta</status>
<changes><h3>Changed</h3>
<ul>
<li>Update minimum ZAP version to 2.16.0.</li>
</ul></changes>
<url>https://github.com/zaproxy/zap-extensions/releases/download/diff-v17/diff-beta-17.zap</url>
<hash>SHA-256:6629fdcd55e509dfaf1e1004204b3dca5a75bfb1593c11bd8281bd7c7fd367b9</hash>
<info>https://www.zaproxy.org/docs/desktop/addons/diff/</info>
<repo>https://github.com/zaproxy/zap-extensions/</repo>
<date>2025-01-09</date>
<size>693148</size>
<not-before-version>2.16.0</not-before-version>
<dependencies>
<addons>
<addon>
<id>commonlib</id>
<version>>=1.23.0</version>
</addon>
</addons>
</dependencies>
</addon_diff>
<addon>directorylistv1</addon>
<addon_directorylistv1>
<name>Directory List v1.0</name>
<description>List of directory names to be used with Forced Browse or Fuzzer add-on.</description>
<author>ZAP Dev Team</author>
<version>9</version>
<file>directorylistv1-release-9.zap</file>
<status>release</status>
<changes><h3>Changed</h3>
<ul>
<li>Update minimum ZAP version to 2.16.0.</li>
</ul></changes>
<url>https://github.com/zaproxy/zap-extensions/releases/download/directorylistv1-v9/directorylistv1-release-9.zap</url>
<hash>SHA-256:71e5b57bcf89774267375426f2e67f789cf13a4b69c97c8946a325fa321d18ce</hash>
<info>https://www.zaproxy.org/docs/desktop/addons/directory-list-v1.0/</info>
<repo>https://github.com/zaproxy/zap-extensions/</repo>
<date>2025-01-09</date>
<size>961164</size>
<not-before-version>2.16.0</not-before-version>
</addon_directorylistv1>
<addon>directorylistv2_3</addon>
<addon_directorylistv2_3>
<name>Directory List v2.3</name>
<description>Lists of directory names to be used with Forced Browse or Fuzzer add-on.</description>
<author>ZAP Dev Team</author>
<version>4</version>
<file>directorylistv2_3-release-4.zap</file>
<status>release</status>
<changes><h3>Added</h3>
<ul>
<li>Add help.</li>
<li>Add repo URL.</li>
</ul>
<h3>Changed</h3>
<ul>
<li>Update minimum ZAP version to 2.11.0.</li>
<li>Change info URL to link to the site.</li>
</ul></changes>
<url>https://github.com/zaproxy/zap-extensions/releases/download/directorylistv2_3-v4/directorylistv2_3-release-4.zap</url>
<hash>SHA-256:3a8b04b9363b57acd9cf8cd67abce4c630f986e2b492a1ebd01eaa9587a0a199</hash>
<info>https://www.zaproxy.org/docs/desktop/addons/directory-list-v2.3/</info>
<repo>https://github.com/zaproxy/zap-extensions/</repo>
<date>2021-10-07</date>
<size>8722229</size>
<not-before-version>2.11.0</not-before-version>
</addon_directorylistv2_3>
<addon>directorylistv2_3_lc</addon>
<addon_directorylistv2_3_lc>
<name>Directory List v2.3 LC</name>
<description>Lists of lower case directory names to be used with Forced Browse or Fuzzer add-on.</description>
<author>ZAP Dev Team</author>
<version>4</version>
<file>directorylistv2_3_lc-release-4.zap</file>
<status>release</status>
<changes><h3>Added</h3>
<ul>
<li>Add help.</li>
<li>Add repo URL.</li>
</ul>
<h3>Changed</h3>
<ul>
<li>Update minimum ZAP version to 2.11.0.</li>
<li>Change info URL to link to the site.</li>
</ul></changes>
<url>https://github.com/zaproxy/zap-extensions/releases/download/directorylistv2_3_lc-v4/directorylistv2_3_lc-release-4.zap</url>
<hash>SHA-256:2603580ba53673c31800ef7373e7cc09de759369b6f8fb43cc9e5024ad5d9af4</hash>
<info>https://www.zaproxy.org/docs/desktop/addons/directory-list-v2.3-lc/</info>
<repo>https://github.com/zaproxy/zap-extensions/</repo>
<date>2021-10-07</date>
<size>7569974</size>
<not-before-version>2.11.0</not-before-version>
</addon_directorylistv2_3_lc>
<addon>domxss</addon>
<addon_domxss>
<name>DOM XSS Active scanner rule</name>
<description>DOM XSS Active scanner rule</description>
<author>Aabha Biyani, ZAP Dev Team</author>
<version>21</version>
<file>domxss-release-21.zap</file>
<status>release</status>
<changes><h3>Changed</h3>
<ul>
<li>Update minimum ZAP version to 2.16.0.</li>
</ul>
<h3>Fixed</h3>
<ul>
<li>Handle exceptions while obtaining the XPath of an element.</li>
</ul></changes>
<url>https://github.com/zaproxy/zap-extensions/releases/download/domxss-v21/domxss-release-21.zap</url>
<hash>SHA-256:4902e5d519c7b4a68441d9fb3ae2edc1df3d1c4086333a2e4844279e65ea96ec</hash>
<info>https://www.zaproxy.org/docs/desktop/addons/dom-xss-active-scan-rule/</info>
<repo>https://github.com/zaproxy/zap-extensions/</repo>
<date>2025-01-09</date>
<size>284336</size>
<not-before-version>2.16.0</not-before-version>
<dependencies>
<addons>
<addon>
<id>commonlib</id>
<version>>= 1.29.0 & < 2.0.0</version>
</addon>
<addon>
<id>network</id>
<version>>=0.1.0</version>
</addon>
<addon>
<id>selenium</id>
<version>>= 15.13.0</version>
</addon>
</addons>
</dependencies>
</addon_domxss>
<addon>encoder</addon>
<addon_encoder>
<name>Encoder</name>
<description>Adds encode/decode/hash dialog and support for scripted processors as well</description>
<author>ZAP Dev Team</author>
<version>1.6.0</version>
<file>encoder-release-1.6.0.zap</file>
<status>release</status>
<changes><h3>Changed</h3>
<ul>
<li>Update minimum ZAP version to 2.16.0.</li>
</ul>
<h3>Added</h3>
<ul>
<li>A predefined processor &quot;ASCify&quot; which converts text removing accents/diacritics/ligatures (perhaps not fully, due to operation in compatibility mode) leaving only ASCII characters.</li>
<li>Predefined processors for encoding and decoding Morse Code.</li>
</ul></changes>
<url>https://github.com/zaproxy/zap-extensions/releases/download/encoder-v1.6.0/encoder-release-1.6.0.zap</url>
<hash>SHA-256:1d8194472413b02de94f14db73e5cf6ebfad3b73ab35679cb166217f585713e8</hash>
<info>https://www.zaproxy.org/docs/desktop/addons/encode-decode-hash/</info>
<repo>https://github.com/zaproxy/zap-extensions/</repo>
<date>2025-01-09</date>
<size>477920</size>