-
-
Notifications
You must be signed in to change notification settings - Fork 26
/
ZapVersions-2.10.xml
2302 lines (2302 loc) · 106 KB
/
ZapVersions-2.10.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.15.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.15.0/ZAP_2_15_0_windows-x32.exe</url>
<file>ZAP_2_15_0_windows-x32.exe</file>
<hash>SHA-256:114953f29647a5e4e5774b338f2271d6149711e9222e0b92b11be3a35b812478</hash>
<size>238554112</size>
</windows32>
<windows>
<url>https://github.com/zaproxy/zaproxy/releases/download/v2.15.0/ZAP_2_15_0_windows.exe</url>
<file>ZAP_2_15_0_windows.exe</file>
<hash>SHA-256:28b348dd65116ddabbbbd98b7f84864a0bb0f98d656266f2f08bfd010ae51c57</hash>
<size>238683648</size>
</windows>
<linux>
<url>https://github.com/zaproxy/zaproxy/releases/download/v2.15.0/ZAP_2.15.0_Linux.tar.gz</url>
<file>ZAP_2.15.0_Linux.tar.gz</file>
<hash>SHA-256:6410e196baab458a9204e29aafb5745fca003a2a6c0386f2c6e5c04b67621fa7</hash>
<size>231558370</size>
</linux>
<mac>
<url>https://github.com/zaproxy/zaproxy/releases/download/v2.15.0/ZAP_2.15.0.dmg</url>
<file>ZAP_2.15.0.dmg</file>
<hash>SHA-256:ae025403e46cdefff013cd0c3b88d8edc5a183a76daa63cb62c7c629005337a5</hash>
<size>261781621</size>
</mac>
<relnotes>Bug fix and enhancement release.</relnotes>
<relnotes-url>https://www.zaproxy.org/docs/desktop/releases/2.15.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>6</version>
<file>accessControl-alpha-6.zap</file>
<status>alpha</status>
<changes><h3>Added</h3>
<ul>
<li>Add API support.</li>
<li>Add info and repo URLs.</li>
</ul>
<h3>Changed</h3>
<ul>
<li>Update minimum ZAP version to 2.9.0.</li>
</ul></changes>
<url>https://github.com/zaproxy/zap-extensions/releases/download/accessControl-v6/accessControl-alpha-6.zap</url>
<hash>SHA-256:34143426d045bff319138d9012b50383e84989a36e17d15e145ed77fb3931165</hash>
<info>https://www.zaproxy.org/docs/desktop/addons/access-control-testing/</info>
<repo>https://github.com/zaproxy/zap-extensions/</repo>
<date>2020-10-06</date>
<size>545530</size>
<not-before-version>2.9.0</not-before-version>
</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>12</version>
<file>alertFilters-release-12.zap</file>
<status>release</status>
<changes><h3>Added</h3>
<ul>
<li>Support for the Automation Framework</li>
</ul></changes>
<url>https://github.com/zaproxy/zap-extensions/releases/download/alertFilters-v12/alertFilters-release-12.zap</url>
<hash>SHA-256:c638aa6bb0c90d0845a32295b1a17d24706a900be1d2ee0265556bd4a257b3f1</hash>
<info>https://www.zaproxy.org/docs/desktop/addons/alert-filters/</info>
<repo>https://github.com/zaproxy/zap-extensions/</repo>
<date>2021-09-16</date>
<size>456086</size>
<not-before-version>2.10.0</not-before-version>
</addon_alertFilters>
<addon>alertReport</addon>
<addon_alertReport>
<name>Report alert generator</name>
<description>Allows you to generate reports for alerts you specify in pdf or odt format</description>
<author>Talsoft SRL</author>
<version>14</version>
<file>alertReport-beta-14.zap</file>
<status>beta</status>
<changes>Fix an exception while generating the report (Issue 1612).<br>
Include Alert's evidence in report of ODT format.</changes>
<url>https://github.com/zaproxy/zap-extensions/releases/download/2.7/alertReport-beta-14.zap</url>
<hash>SHA1:4e9456325fd921f7b403fa780f703c91cdf61bdd</hash>
<info>https://www.zaproxy.org/docs/desktop/addons/report-alert-generator/</info>
<repo>https://github.com/zaproxy/zap-extensions/</repo>
<date>2017-11-27</date>
<size>9722880</size>
<not-before-version>2.4.0</not-before-version>
</addon_alertReport>
<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>1</version>
<file>allinonenotes-alpha-1.zap</file>
<status>alpha</status>
<changes><ul>
<li>First version.</li>
</ul></changes>
<url>https://github.com/zaproxy/zap-extensions/releases/download/allinonenotes-v1/allinonenotes-alpha-1.zap</url>
<hash>SHA-256:3862c6b56214092fa1e50b408addcf21fddb88bcbaf756c6d08e5118c12c9ba4</hash>
<info>https://www.zaproxy.org/docs/desktop/addons/all-in-one-notes/</info>
<repo>https://github.com/zaproxy/zap-extensions/</repo>
<date>2019-06-18</date>
<size>19614</size>
<not-before-version>2.8.0</not-before-version>
</addon_allinonenotes>
<addon>amf</addon>
<addon_amf>
<name>AMF</name>
<description>Adds support for AMF messages</description>
<author>ZAP Dev Team</author>
<version>2</version>
<file>amf-alpha-2.zap</file>
<status>alpha</status>
<changes>Deserialise the AMF request.</changes>
<url>https://github.com/zaproxy/zap-extensions/releases/download/2.7/amf-alpha-2.zap</url>
<hash>SHA1:d73da69a1a8c40a881f545aea7bcfc28ee125467</hash>
<info>https://www.zaproxy.org/docs/desktop/addons/amf-support/</info>
<repo>https://github.com/zaproxy/zap-extensions/</repo>
<date>2017-11-28</date>
<size>813490</size>
<not-before-version>2.4.0</not-before-version>
</addon_amf>
<addon>ascanrules</addon>
<addon_ascanrules>
<name>Active scanner rules</name>
<description>The release quality Active Scanner rules</description>
<author>ZAP Dev Team</author>
<version>40</version>
<file>ascanrules-release-40.zap</file>
<status>release</status>
<changes><h3>Changed</h3>
<ul>
<li>The SQL Injection scan rule will raise alerts with the URI field in encoded form.</li>
<li>Update links to repository.</li>
</ul>
<h3>Fixed</h3>
<ul>
<li>Correct Context check in SQL Injection scan rule.</li>
<li>&quot;Source Code Disclosure - /WEB-INF folder&quot; is no longer skipped on Java 9+ (Issue 4038).</li>
<li>Fix ascan rules not enforcing MaxRuleDuration when getting IOExceptions (Issue 6647).</li>
</ul></changes>
<url>https://github.com/zaproxy/zap-extensions/releases/download/ascanrules-v40/ascanrules-release-40.zap</url>
<hash>SHA-256:c8dbc5952d016d2f12c65a8e334a26d5ac5f111c80b1d43abe5941489057de73</hash>
<info>https://www.zaproxy.org/docs/desktop/addons/active-scan-rules/</info>
<repo>https://github.com/zaproxy/zap-extensions/</repo>
<date>2021-06-17</date>
<size>2402850</size>
<not-before-version>2.10.0</not-before-version>
<dependencies>
<addons>
<addon>
<id>commonlib</id>
<version>>= 1.3.0 & < 2.0.0</version>
</addon>
</addons>
</dependencies>
</addon_ascanrules>
<addon>ascanrulesAlpha</addon>
<addon_ascanrulesAlpha>
<name>Active scanner rules (alpha)</name>
<description>The alpha quality Active Scanner rules</description>
<author>ZAP Dev Team</author>
<version>31</version>
<file>ascanrulesAlpha-alpha-31.zap</file>
<status>alpha</status>
<changes><h3>Changed</h3>
<ul>
<li>Update links to zaproxy and zap-extensions repos.</li>
<li>Target 2.10 core and use new logging infrastructure (Log4j 2.x).</li>
<li>The LDAP Injection scan rule was modified to use:
<ul>
<li>The Dice algorithm for calculating the match percentage, thus improving its performance.</li>
<li>The URI in encoded form in alerts' other info field.</li>
</ul>
</li>
<li>Maintenance changes.</li>
</ul>
<h3>Added</h3>
<ul>
<li>CORS active scan rule.</li>
<li>Forbidden (403) Bypass scan rule.</li>
<li>Web Cache Deception scan rule.</li>
</ul>
<h3>Removed</h3>
<ul>
<li>Unused file, it was used by promoted scan rule.</li>
</ul>
<h3>Fixed</h3>
<ul>
<li>Correct Context check in NoSQL Injection - MongoDB scan rule.</li>
</ul></changes>
<url>https://github.com/zaproxy/zap-extensions/releases/download/ascanrulesAlpha-v31/ascanrulesAlpha-alpha-31.zap</url>
<hash>SHA-256:9681556641c565bf05ae3342d704044a70b3a1af4f6a5fcbcdc271c5296da284</hash>
<info>https://www.zaproxy.org/docs/desktop/addons/active-scan-rules-alpha/</info>
<repo>https://github.com/zaproxy/zap-extensions/</repo>
<date>2021-06-17</date>
<size>1217478</size>
<not-before-version>2.10.0</not-before-version>
<dependencies>
<addons>
<addon>
<id>commonlib</id>
<version>>= 1.3.0 & < 2.0.0</version>
</addon>
</addons>
</dependencies>
</addon_ascanrulesAlpha>
<addon>ascanrulesBeta</addon>
<addon_ascanrulesBeta>
<name>Active scanner rules (beta)</name>
<description>The beta quality Active Scanner rules</description>
<author>ZAP Dev Team</author>
<version>36</version>
<file>ascanrulesBeta-beta-36.zap</file>
<status>beta</status>
<changes><h3>Removed</h3>
<ul>
<li>Apache Range Header DoS (CVE-2011-3192) scan rule has been retired (Issue 6516)</li>
</ul></changes>
<url>https://github.com/zaproxy/zap-extensions/releases/download/ascanrulesBeta-v36/ascanrulesBeta-beta-36.zap</url>
<hash>SHA-256:961d6000380565c45bbd109591c00dfc0d2d8ec7bbbef532c2259d3b07618b4c</hash>
<info>https://www.zaproxy.org/docs/desktop/addons/active-scan-rules-beta/</info>
<repo>https://github.com/zaproxy/zap-extensions/</repo>
<date>2021-09-17</date>
<size>2010782</size>
<not-before-version>2.10.0</not-before-version>
<dependencies>
<addons>
<addon>
<id>commonlib</id>
<version>>= 1.4.0 & < 2.0.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>authstats</addon>
<addon_authstats>
<name>Authentication Statistics</name>
<description>Records logged in/out statistics for all contexts in scope.</description>
<author>ZAP Core Team</author>
<version>1</version>
<file>authstats-alpha-1.zap</file>
<status>alpha</status>
<changes>First version<br></changes>
<url>https://github.com/zaproxy/zap-extensions/releases/download/2.7/authstats-alpha-1.zap</url>
<hash>SHA1:7191fd7491564eed5186df3567ee4002ce42b25a</hash>
<info>https://www.zaproxy.org/docs/desktop/addons/authentication-statistics/</info>
<repo>https://github.com/zaproxy/zap-extensions/</repo>
<date>2017-11-28</date>
<size>238686</size>
<not-before-version>2.5.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.6.0</version>
<file>automation-alpha-0.6.0.zap</file>
<status>alpha</status>
<changes><h3>Changed</h3>
<ul>
<li>Maintenance changes.</li>
</ul></changes>
<url>https://github.com/zaproxy/zap-extensions/releases/download/automation-v0.6.0/automation-alpha-0.6.0.zap</url>
<hash>SHA-256:9edd7409612b36dee2acbf74505af3f044d2c08a8b800d33502e307c06b61887</hash>
<info>https://www.zaproxy.org/docs/desktop/addons/automation-framework/</info>
<repo>https://github.com/zaproxy/zap-extensions/</repo>
<date>2021-09-16</date>
<size>3796528</size>
<not-before-version>2.10.0</not-before-version>
</addon_automation>
<addon>beanshell</addon>
<addon_beanshell>
<name>BeanShell Console</name>
<description>Provides a BeanShell Console</description>
<author>ZAP Dev Team</author>
<version>6</version>
<file>beanshell-beta-6.zap</file>
<status>beta</status>
<changes>Minor code changes.</changes>
<url>https://github.com/zaproxy/zap-extensions/releases/download/2.7/beanshell-beta-6.zap</url>
<hash>SHA1:9546aad4694ef047822bc17d3d9f532d3aa162b8</hash>
<info>https://www.zaproxy.org/docs/desktop/addons/bean-shell/</info>
<repo>https://github.com/zaproxy/zap-extensions/</repo>
<date>2017-11-27</date>
<size>574028</size>
<not-before-version>2.4.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>5</version>
<file>browserView-alpha-5.zap</file>
<status>alpha</status>
<changes>Allow to properly scroll the rendered page.</changes>
<url>https://github.com/zaproxy/zap-extensions/releases/download/2.7/browserView-alpha-5.zap</url>
<hash>SHA1:0aaf81863ad1011136416b49a05eba3d8b262a02</hash>
<info>https://www.zaproxy.org/docs/desktop/addons/browser-view/</info>
<repo>https://github.com/zaproxy/zap-extensions/</repo>
<date>2017-11-28</date>
<size>193880</size>
<not-before-version>2.4.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>10</version>
<file>bruteforce-beta-10.zap</file>
<status>beta</status>
<changes><h3>Added</h3>
<ul>
<li>Added option and functionality to find files without extension. (Issue 5883)</li>
</ul>
<h3>Changed</h3>
<ul>
<li>Update minimum ZAP version to 2.10.0.</li>
<li>Ensure requests are counted and progress updated (Issue 5437).</li>
<li>Updated owasp.org references (Issue 5962).</li>
</ul></changes>
<url>https://github.com/zaproxy/zap-extensions/releases/download/bruteforce-v10/bruteforce-beta-10.zap</url>
<hash>SHA-256:eb466993d97db676a422a459bdef85793da0910b1a0f830fd2e711c64fa162cc</hash>
<info>https://www.zaproxy.org/docs/desktop/addons/forced-browse/</info>
<repo>https://github.com/zaproxy/zap-extensions/</repo>
<date>2020-12-15</date>
<size>519374</size>
<not-before-version>2.10.0</not-before-version>
</addon_bruteforce>
<addon>bugtracker</addon>
<addon_bugtracker>
<name>Bug Tracker</name>
<description>Bug Tracker extension.</description>
<author>ZAP Dev Team</author>
<version>2</version>
<file>bugtracker-alpha-2.zap</file>
<status>alpha</status>
<changes>Added help for the add-on</changes>
<url>https://github.com/zaproxy/zap-extensions/releases/download/2.7/bugtracker-alpha-2.zap</url>
<hash>SHA1:8990bb1dec45749982a9cad93a7437a9281b40aa</hash>
<info>https://www.zaproxy.org/docs/desktop/addons/bug-tracker/</info>
<repo>https://github.com/zaproxy/zap-extensions/</repo>
<date>2017-11-28</date>
<size>2002624</size>
<not-before-version>2.5.0</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>4</version>
<file>callgraph-alpha-4.zap</file>
<status>alpha</status>
<changes>Finish internationalisation.<br></changes>
<url>https://github.com/zaproxy/zap-extensions/releases/download/2.7/callgraph-alpha-4.zap</url>
<hash>SHA1:4edaa3f624517ebf6a52b9f84e2209d8839429bb</hash>
<info>https://www.zaproxy.org/docs/desktop/addons/call-graph/</info>
<repo>https://github.com/zaproxy/zap-extensions/</repo>
<date>2017-11-28</date>
<size>1160586</size>
<not-before-version>2.4.0</not-before-version>
</addon_callgraph>
<addon>codedx</addon>
<addon_codedx>
<name>Code Dx Extension</name>
<description>Includes request and response data in XML reports and provides the ability to upload reports directly to a Code Dx server</description>
<author>Code Dx, Inc.</author>
<version>8</version>
<file>codedx-alpha-8.zap</file>
<status>alpha</status>
<changes><ul>
<li>Make fixes to the report generation process to handle encoding the same as other ZAP reports</li>
</ul></changes>
<url>https://github.com/zaproxy/zap-extensions/releases/download/codedx-v8/codedx-alpha-8.zap</url>
<hash>SHA-256:a0f90a41eb1e9fc50c87a00d78e19957e083c933ec35a84f4f9be062b1d510ae</hash>
<info>https://www.zaproxy.org/docs/desktop/addons/code-dx/</info>
<repo>https://github.com/zaproxy/zap-extensions/</repo>
<info>https://www.codedx.com/</info>
<date>2019-08-23</date>
<size>1740991</size>
<not-before-version>2.5.0</not-before-version>
</addon_codedx>
<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.4.0</version>
<file>commonlib-release-1.4.0.zap</file>
<status>release</status>
<changes><h3>Added</h3>
<ul>
<li>An HTTP date parser/formatter.</li>
</ul>
<h3>Fixed</h3>
<ul>
<li>Take into account the timezone when checking if a cookie is expired (Issue 6550).</li>
</ul></changes>
<url>https://github.com/zaproxy/zap-extensions/releases/download/commonlib-v1.4.0/commonlib-release-1.4.0.zap</url>
<hash>SHA-256:17ca02e1326bb82c1f498cf77a0d058089c29875bd0c93b8c0c0bb9d0e5afedc</hash>
<repo>https://github.com/zaproxy/zap-extensions/</repo>
<date>2021-06-23</date>
<size>3824224</size>
<not-before-version>2.10.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>11</version>
<file>communityScripts-alpha-11.zap</file>
<status>alpha</status>
<changes><h3>Added</h3>
<ul>
<li>active/Cross Site WebSocket Hijacking.js &gt; an active scan for Cross-Site WebSocket Hijacking vulnerability</li>
<li>targeted/cve-2021-22214.js &gt; A targeted script to check for Unauthorised SSRF on GitLab - CVE 2021-22214</li>
<li>httpsender/full-session-n-csrf-nashorn.js &gt; full session and csrf token management.</li>
<li>httpfuzzerprocessor/unexpected_responses.js &gt; compare response codes to a (pass/fail) regex and generate alerts</li>
<li>targeted/dns-email-spoofing &gt; Check if DMARC / SPF policies are configured on a domain.</li>
<li>httpsender/add-more-headers.js &gt; Add caller-specified headers to all requests.</li>
</ul>
<h3>Changed</h3>
<ul>
<li>Update links in READMEs.</li>
<li>Update JavaDoc links to latest version.</li>
</ul></changes>
<url>https://github.com/zaproxy/community-scripts/releases/download/v11/communityScripts-alpha-11.zap</url>
<hash>SHA-256:4f29f4807f384cf22e635583187935b44d488738510aded57ef6c2ef591eb0b7</hash>
<info>https://www.zaproxy.org/docs/desktop/addons/community-scripts/</info>
<repo>https://github.com/zaproxy/community-scripts/</repo>
<date>2021-09-07</date>
<size>437294</size>
<not-before-version>2.10.0</not-before-version>
</addon_communityScripts>
<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.10.0</version>
<file>custompayloads-alpha-0.10.0.zap</file>
<status>alpha</status>
<changes><h3>Added</h3>
<ul>
<li>Add info and repo URLs.</li>
<li>Add functionality to add multiple payloads from a file.</li>
</ul>
<h3>Changed</h3>
<ul>
<li>Update minimum ZAP version to 2.10.0.</li>
<li>Maintenance changes.</li>
</ul></changes>
<url>https://github.com/zaproxy/zap-extensions/releases/download/custompayloads-v0.10.0/custompayloads-alpha-0.10.0.zap</url>
<hash>SHA-256:5aa57020e937e7366e1ecc380d23804428714d020cf7aca81debe53a4cb6f6b3</hash>
<info>https://www.zaproxy.org/docs/desktop/addons/custom-payloads/</info>
<repo>https://github.com/zaproxy/zap-extensions/</repo>
<date>2021-06-17</date>
<size>45780</size>
<not-before-version>2.10.0</not-before-version>
</addon_custompayloads>
<addon>customreport</addon>
<addon_customreport>
<name>CustomReport</name>
<description>New HTML report module allows users to customize report content.</description>
<author>Chienli Ma</author>
<version>6</version>
<file>customreport-alpha-6.zap</file>
<status>alpha</status>
<changes><h3>Added</h3>
<ul>
<li>Add info and repo URLs.</li>
<li>Maintenance changes.</li>
</ul>
<h3>Changed</h3>
<ul>
<li>Update minimum ZAP version to 2.10.0.</li>
<li>Add Evidence to report (Issue 6151).</li>
<li>Make Parameter and Attack fields optional.</li>
<li>Fix bug to allow writing reports with file path containing '#' (Issue 6267).</li>
</ul></changes>
<url>https://github.com/zaproxy/zap-extensions/releases/download/customreport-v6/customreport-alpha-6.zap</url>
<hash>SHA-256:bcda4c64076e554be555b2154e5b446249c213d40bdc81d6d90593889c464e69</hash>
<info>https://www.zaproxy.org/docs/desktop/addons/custom-report/</info>
<repo>https://github.com/zaproxy/zap-extensions/</repo>
<date>2020-12-15</date>
<size>262637</size>
<not-before-version>2.10.0</not-before-version>
</addon_customreport>
<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>10</version>
<file>diff-beta-10.zap</file>
<status>beta</status>
<changes><h3>Added</h3>
<ul>
<li>Add info and repo URLs.</li>
</ul></changes>
<url>https://github.com/zaproxy/zap-extensions/releases/download/diff-v10/diff-beta-10.zap</url>
<hash>SHA-256:49f3637cc752b588be6dea182ecf362007e37d70976fd0dadff61925ae0dfd7b</hash>
<info>https://www.zaproxy.org/docs/desktop/addons/diff/</info>
<repo>https://github.com/zaproxy/zap-extensions/</repo>
<date>2020-01-17</date>
<size>280367</size>
<not-before-version>2.7.0</not-before-version>
</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>4</version>
<file>directorylistv1-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.5.0.</li>
<li>Change info URL to link to the site.</li>
</ul></changes>
<url>https://github.com/zaproxy/zap-extensions/releases/download/directorylistv1-v4/directorylistv1-release-4.zap</url>
<hash>SHA-256:37581b311526009a8c7f070c1b843c6798c81a90856b04e9b63fb35001ef1317</hash>
<info>https://www.zaproxy.org/docs/desktop/addons/directory-list-v1.0/</info>
<repo>https://github.com/zaproxy/zap-extensions/</repo>
<date>2020-01-17</date>
<size>850997</size>
<not-before-version>2.5.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" add-on.</description>
<author>ZAP Dev Team</author>
<version>3</version>
<file>directorylistv2_3-release-3.zap</file>
<status>release</status>
<changes>Removed repeated files.<br>
Added strings for version control directories of Git, Mercurial, SVN, Bazaar.<br></changes>
<url>https://github.com/zaproxy/zap-extensions/releases/download/2.7/directorylistv2_3-release-3.zap</url>
<hash>SHA1:e3b9cb6a9bae87a0dbcf73ff52f7b4406486d5c0</hash>
<info>https://www.zaproxy.org/docs/desktop/addons/directory-list-v2.3/</info>
<repo>https://github.com/zaproxy/zap-extensions/</repo>
<date>2017-11-27</date>
<size>8608734</size>
<not-before-version>2.4.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" add-on.</description>
<author>ZAP Dev Team</author>
<version>3</version>
<file>directorylistv2_3_lc-release-3.zap</file>
<status>release</status>
<changes>Added strings for version control directories of Git, Mercurial, SVN, Bazaar.<br></changes>
<url>https://github.com/zaproxy/zap-extensions/releases/download/2.7/directorylistv2_3_lc-release-3.zap</url>
<hash>SHA1:03a5ec11530203be6625633821ab3c05754b2daa</hash>
<info>https://www.zaproxy.org/docs/desktop/addons/directory-list-v2.3-lc/</info>
<repo>https://github.com/zaproxy/zap-extensions/</repo>
<date>2017-11-27</date>
<size>7454767</size>
<not-before-version>2.4.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>10</version>
<file>domxss-beta-10.zap</file>
<status>beta</status>
<changes><h3>Added</h3>
<ul>
<li>Add info and repo URLs.</li>
<li>Add link to the code in the help.</li>
<li>Performance improvements</li>
<li>Support for Chrome</li>
</ul>
<h3>Changed</h3>
<ul>
<li>Update minimum ZAP version to 2.10.0.</li>
<li>Maintenance changes.</li>
<li>Promote to beta</li>
<li>Now clicking on different buttons throughout the page to see if it triggers XSS.</li>
</ul></changes>
<url>https://github.com/zaproxy/zap-extensions/releases/download/domxss-v10/domxss-beta-10.zap</url>
<hash>SHA-256:12002f1582abf8d8be521d2ceec7c44846dde2916e16a29a11d92c86588f663e</hash>
<info>https://www.zaproxy.org/docs/desktop/addons/dom-xss-active-scan-rule/</info>
<repo>https://github.com/zaproxy/zap-extensions/</repo>
<date>2020-12-15</date>
<size>214982</size>
<not-before-version>2.10.0</not-before-version>
<dependencies>
<addons>
<addon>
<id>selenium</id>
<version>15.*</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>0.5.0</version>
<file>encoder-beta-0.5.0.zap</file>
<status>beta</status>
<changes><h3>Changed</h3>
<ul>
<li>Remove &quot;Advanced&quot; in help page.</li>
</ul></changes>
<url>https://github.com/zaproxy/zap-extensions/releases/download/encoder-v0.5.0/encoder-beta-0.5.0.zap</url>
<hash>SHA-256:f620f8cf668b54fac0b5e1180b9c62d6f7e43d2eb64d3d9b4d595f90f7af696e</hash>
<info>https://www.zaproxy.org/docs/desktop/addons/encode-decode-hash/</info>
<repo>https://github.com/zaproxy/zap-extensions/</repo>
<date>2021-02-09</date>
<size>79635</size>
<not-before-version>2.10.0</not-before-version>
</addon_encoder>
<addon>exportreport</addon>
<addon_exportreport>
<name>Export Report</name>
<description>Report Export module that allows users to customize content and export in a desired format.</description>
<author>Goran Sarenkapa - JordanGS</author>
<version>7</version>
<file>exportreport-alpha-7.zap</file>
<status>alpha</status>
<changes><h3>Added</h3>
<ul>
<li>Completed PDF Output support (Issue 5535)</li>
<li>Added option to specify active scan id in API.</li>
<li>Added option to specify inclusion of passive alerts in API and command line.</li>
<li>Add info and repo URLs.</li>
<li>Maintenance changes.</li>
</ul>
<h3>Changed</h3>
<ul>
<li>Update minimum ZAP version to 2.10.0.</li>
</ul></changes>
<url>https://github.com/zaproxy/zap-extensions/releases/download/exportreport-v7/exportreport-alpha-7.zap</url>
<hash>SHA-256:2872f45ec25c0d7a30659a8a23ca9155c931a0aabb52bf386f20aa7819631d40</hash>
<info>https://www.zaproxy.org/docs/desktop/addons/export-report/</info>
<repo>https://github.com/zaproxy/zap-extensions/</repo>
<date>2020-12-15</date>
<size>12510634</size>
<not-before-version>2.10.0</not-before-version>
</addon_exportreport>
<addon>formhandler</addon>
<addon_formhandler>
<name>Form Handler</name>
<description>This Form Handler Add-on allows a user to define field names and values to be used in a form's fields. Fields can be added, modified, enabled, and deleted for use in form fields.</description>
<author>ZAP Dev Team</author>
<version>3</version>
<file>formhandler-beta-3.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.10.0.</li>
<li>Promote to beta</li>
</ul></changes>
<url>https://github.com/zaproxy/zap-extensions/releases/download/formhandler-v3/formhandler-beta-3.zap</url>
<hash>SHA-256:4d6dcd6ae856e277f5b342dcdad178c1ce8643a7efce41cc3b963e806abf267d</hash>
<info>https://www.zaproxy.org/docs/desktop/addons/form-handler/</info>
<repo>https://github.com/zaproxy/zap-extensions/</repo>
<date>2020-12-15</date>
<size>2200844</size>
<not-before-version>2.10.0</not-before-version>
</addon_formhandler>
<addon>fuzz</addon>
<addon_fuzz>
<name>Fuzzer</name>
<description>Advanced fuzzer for manual testing</description>
<author>ZAP Dev Team</author>
<version>13.2.0</version>
<file>fuzz-beta-13.2.0.zap</file>
<status>beta</status>
<changes><h3>Changed</h3>
<ul>
<li>Now using 2.10 logging infrastructure (Log4j 2.x).</li>
<li>Maintenance changes.</li>
<li>Update dependency (Issue 4751).</li>
</ul>
<h3>Fixed</h3>
<ul>
<li>Update results panels when Look and Feel changes (Issue 6479).</li>
<li>Correct payload count from file.</li>
<li>Show Add Payload dialogue above the Payloads dialogue.</li>
</ul></changes>
<url>https://github.com/zaproxy/zap-extensions/releases/download/fuzz-v13.2.0/fuzz-beta-13.2.0.zap</url>
<hash>SHA-256:48bfb825f72b64d28ed15df17ae4ffab0f0acf10378f53f48a647ce59ed1e584</hash>
<info>https://www.zaproxy.org/docs/desktop/addons/fuzzer/</info>
<repo>https://github.com/zaproxy/zap-extensions/</repo>
<date>2021-06-01</date>
<size>1921264</size>
<not-before-version>2.10.0</not-before-version>
</addon_fuzz>
<addon>fuzzdb</addon>
<addon_fuzzdb>
<name>FuzzDB Files</name>
<description>FuzzDB files which can be used with the ZAP fuzzer</description>
<author>ZAP Dev Team</author>
<version>7</version>
<file>fuzzdb-release-7.zap</file>
<status>release</status>
<changes><h3>Removed</h3>
<ul>
<li>Removed 'attack' sub-folder and content, all of which is being migrated to the 'FuzzDB Offensive' add-on due to AV triggers (Issue 5972).</li>
</ul></changes>
<url>https://github.com/zaproxy/zap-extensions/releases/download/fuzzdb-v7/fuzzdb-release-7.zap</url>
<hash>SHA-256:7396a6f5db1e535d1fadf6bc2e88bf29240ceeacad9c7324c561ab0a7dcd9242</hash>
<info>https://www.zaproxy.org/docs/desktop/addons/fuzzdb-files/</info>
<repo>https://github.com/zaproxy/zap-extensions/</repo>
<date>2020-06-30</date>
<size>5923666</size>
<not-before-version>2.9.0</not-before-version>
</addon_fuzzdb>
<addon>fuzzdboffensive</addon>
<addon_fuzzdboffensive>
<name>FuzzDB Offensive</name>
<description>FuzzDB web backdoors and attack files which can be used with the ZAP fuzzer or for manual penetration testing</description>
<author>ZAP Dev Team</author>
<version>4</version>
<file>fuzzdboffensive-release-4.zap</file>
<status>release</status>
<changes><h3>Changed</h3>
<ul>
<li>Update minimum ZAP version to 2.10.0.</li>
</ul></changes>
<url>https://github.com/zaproxy/fuzzdb-offensive/releases/download/v4/fuzzdboffensive-release-4.zap</url>
<hash>SHA-256:06bf75d2745c8f6e9a861597a31bab2d3f96058a3c497539a3ba234c687e796a</hash>
<info>https://www.zaproxy.org/docs/desktop/addons/fuzzdb-offensive/</info>
<repo>https://github.com/zaproxy/fuzzdb-offensive/</repo>
<date>2021-06-11</date>
<size>414373</size>
<not-before-version>2.10.0</not-before-version>
</addon_fuzzdboffensive>
<addon>gettingStarted</addon>
<addon_gettingStarted>
<name>Getting Started with ZAP Guide</name>
<description>A short Getting Started with ZAP Guide</description>
<author>ZAP Dev Team</author>
<version>12</version>
<file>gettingStarted-release-12.zap</file>
<status>release</status>
<changes><h3>Changed</h3>
<ul>
<li>Update link to OWASP ZAP homepage.</li>
<li>Updated for 2.10.0</li>
<li>Update minimum ZAP version to 2.10.0.</li>
</ul>
<h3>Changed</h3>
<ul>
<li>Update minimum ZAP version to 2.9.0.</li>
</ul></changes>
<url>https://github.com/zaproxy/zap-extensions/releases/download/gettingStarted-v12/gettingStarted-release-12.zap</url>
<hash>SHA-256:b4cd18320db2484acaa0b619eb9583ab02a0f9e0a02a2a8f875dc5c5b677631d</hash>
<info>https://www.zaproxy.org/docs/desktop/addons/getting-started-guide/</info>
<repo>https://github.com/zaproxy/zap-extensions/</repo>
<date>2020-12-15</date>
<size>711269</size>
<not-before-version>2.10.0</not-before-version>
</addon_gettingStarted>
<addon>graaljs</addon>
<addon_graaljs>
<name>GraalVM JavaScript</name>
<description>Provides the GraalVM JavaScript engine for ZAP scripting.</description>
<author>ZAP Dev Team</author>
<version>0.1.0</version>
<file>graaljs-alpha-0.1.0.zap</file>
<status>alpha</status>
<changes><p>First version.</p></changes>
<url>https://github.com/zaproxy/zap-extensions/releases/download/graaljs-v0.1.0/graaljs-alpha-0.1.0.zap</url>
<hash>SHA-256:0c4f7dd20388e4008e978ec25307dda57b3685dffae8e7288d8364d26a93ab7f</hash>
<repo>https://github.com/zaproxy/zap-extensions/</repo>
<date>2020-11-17</date>
<size>19632933</size>
<not-before-version>2.9.0</not-before-version>
</addon_graaljs>
<addon>graphql</addon>
<addon_graphql>
<name>GraphQL Support</name>
<description>Inspect and attack GraphQL endpoints.</description>
<author>ZAP Dev Team</author>
<version>0.5.0</version>
<file>graphql-alpha-0.5.0.zap</file>
<status>alpha</status>
<changes><h3>Fixed</h3>
<ul>
<li>Fixed var support in URLs (<a href="https://github.com/zaproxy/zaproxy/issues/6726">Issue #6726</a>)</li>
</ul>
<h3>Changed</h3>
<ul>
<li>Maintenance changes.</li>
</ul></changes>
<url>https://github.com/zaproxy/zap-extensions/releases/download/graphql-v0.5.0/graphql-alpha-0.5.0.zap</url>
<hash>SHA-256:d6a3a334f5d87fb32e654ffa95cdfb6f81306183baaea1343950d998236013a6</hash>
<info>https://www.zaproxy.org/docs/desktop/addons/graphql-support/</info>
<repo>https://github.com/zaproxy/zap-extensions/</repo>
<date>2021-09-16</date>
<size>3583844</size>
<not-before-version>2.10.0</not-before-version>
</addon_graphql>
<addon>groovy</addon>
<addon_groovy>
<name>Groovy Support</name>
<description>Adds Groovy support to ZAP</description>
<author>ZAP Dev Team</author>
<version>3.0.0</version>
<file>groovy-beta-3.0.0.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.10.0.</li>
<li>Promote to beta status.</li>
<li>Change add-on name/description and update help.</li>
<li>Start using Semantic Versioning.</li>
<li>Update Groovy from 2.4.14 to 3.0.2.</li>
</ul>
<h3>Fixed</h3>
<ul>
<li>Fix links in script templates.</li>
<li>Fix missing parameter functions in template</li>
</ul></changes>
<url>https://github.com/zaproxy/zap-extensions/releases/download/groovy-v3.0.0/groovy-beta-3.0.0.zap</url>
<hash>SHA-256:0499c6e5d43b674b9c29a770ee8dcccadf72c188827593fbe2d9137ae2f4b8e9</hash>
<info>https://www.zaproxy.org/docs/desktop/addons/groovy-support/</info>
<repo>https://github.com/zaproxy/zap-extensions/</repo>
<date>2020-12-15</date>
<size>18987590</size>
<not-before-version>2.10.0</not-before-version>
</addon_groovy>
<addon>help</addon>
<addon_help>
<name>Help - English</name>
<description>English version of the ZAP help file.</description>
<author>ZAP Crowdin Team</author>
<version>11</version>
<file>help-release-11.zap</file>
<status>release</status>
<changes><ul>
<li>Update for 2.10.0 release.</li>
</ul></changes>
<url>https://github.com/zaproxy/zap-core-help/releases/download/help-v11/help-release-11.zap</url>
<hash>SHA-256:bfcfb2a6970f1337feaaa71412bc1dff096d217056f213d86684d1854428bca2</hash>
<info>https://www.zaproxy.org/docs/desktop/</info>
<repo>https://github.com/zaproxy/zap-core-help/</repo>
<date>2020-12-16</date>
<size>788440</size>
<not-before-version>2.10.0</not-before-version>
</addon_help>
<addon>help_bs_BA</addon>
<addon_help_bs_BA>
<name>Help - Bosnian</name>
<description>Bosnian version of the ZAP help file.</description>
<author>ZAP Crowdin Team</author>
<version>9</version>
<file>help_bs_BA-alpha-9.zap</file>
<status>alpha</status>
<changes>Updated with the latest files from crowdin</changes>
<url>https://github.com/zaproxy/zap-extensions/releases/download/2.7/help_bs_BA-alpha-9.zap</url>
<hash>SHA1:d33a3277e877da4734e6bf9c911c61c4e6ce2f3f</hash>
<date>2018-02-08</date>
<size>747536</size>
<not-before-version>2.7.0</not-before-version>
</addon_help_bs_BA>
<addon>help_es_ES</addon>
<addon_help_es_ES>
<name>Help - Spanish</name>
<description>Spanish version of the ZAP help file.</description>
<author>ZAP Crowdin Team</author>
<version>9</version>
<file>help_es_ES-release-9.zap</file>
<status>release</status>
<changes>Updated with the latest files from crowdin, promoted to release</changes>
<url>https://github.com/zaproxy/zap-extensions/releases/download/2.7/help_es_ES-release-9.zap</url>
<hash>SHA1:c17a1d63de54a99feb5344ea3f07e66dcbd7d4d1</hash>
<date>2018-02-08</date>
<size>810573</size>
<not-before-version>2.7.0</not-before-version>
</addon_help_es_ES>
<addon>help_fil_PH</addon>
<addon_help_fil_PH>
<name>Help Filipino</name>
<description>Filipino version of the ZAP help file.</description>
<author>ZAP Crowdin Team</author>
<version>2</version>
<file>help_fil_PH-alpha-2.zap</file>
<status>alpha</status>
<changes>Updated with the latest files from crowdin</changes>
<url>https://github.com/zaproxy/zap-extensions/releases/download/2.7/help_fil_PH-alpha-2.zap</url>
<hash>SHA1:76ae4fe9931d187aac7e5c4a4dd7bfbc13d262e4</hash>
<date>2018-02-08</date>
<size>818996</size>
<not-before-version>2.7.0</not-before-version>
</addon_help_fil_PH>
<addon>help_fr_FR</addon>
<addon_help_fr_FR>
<name>Help - French</name>
<description>French version of the ZAP help file.</description>
<author>ZAP Crowdin Team</author>
<version>9</version>
<file>help_fr_FR-alpha-9.zap</file>
<status>alpha</status>
<changes>Updated with the latest files from crowdin</changes>
<url>https://github.com/zaproxy/zap-extensions/releases/download/2.7/help_fr_FR-alpha-9.zap</url>
<hash>SHA1:05aa37ec86966990fa33190c65a53d1c5a6dc955</hash>
<date>2018-02-08</date>
<size>752466</size>
<not-before-version>2.7.0</not-before-version>
</addon_help_fr_FR>
<addon>help_id_ID</addon>
<addon_help_id_ID>
<name>Help Indonesian</name>
<description>Indonesian version of the ZAP help file.</description>
<author>ZAP Crowdin Team</author>
<version>2</version>
<file>help_id_ID-beta-2.zap</file>
<status>beta</status>
<changes>Updated with the latest files from crowdin</changes>
<url>https://github.com/zaproxy/zap-extensions/releases/download/2.7/help_id_ID-beta-2.zap</url>
<hash>SHA1:7b7ba465a1eecac23781582a1f1d7dfbaef2d347</hash>
<date>2018-02-08</date>
<size>775452</size>
<not-before-version>2.7.0</not-before-version>
</addon_help_id_ID>
<addon>help_ja_JP</addon>
<addon_help_ja_JP>
<name>Help - Japanese</name>
<description>Japanese version of the ZAP help file.</description>
<author>ZAP Crowdin Team</author>
<version>9</version>
<file>help_ja_JP-beta-9.zap</file>
<status>beta</status>
<changes>Updated with the latest files from crowdin</changes>
<url>https://github.com/zaproxy/zap-extensions/releases/download/2.7/help_ja_JP-beta-9.zap</url>
<hash>SHA1:d91450eef7e4f3ce19fa9ad9f318fb80cc337ec1</hash>
<date>2018-02-08</date>
<size>774034</size>
<not-before-version>2.7.0</not-before-version>
</addon_help_ja_JP>
<addon>help_pt_BR</addon>
<addon_help_pt_BR>
<name>Help - Portuguese, Brazilian</name>
<description>Portuguese, Brazilian version of the ZAP help file.</description>
<author>ZAP Crowdin Team</author>
<version>10</version>