-
-
Notifications
You must be signed in to change notification settings - Fork 26
/
ZapVersions-2.5.xml
1364 lines (1364 loc) · 63.7 KB
/
ZapVersions-2.5.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>2</version>
<file>accessControl-alpha-2.zap</file>
<status>alpha</status>
<changes>Fix an exception when cancelling the "Save" access control report dialogue.<br>
Do not allow to dynamically uninstall, not yet supported.<br></changes>
<url>https://github.com/zaproxy/zap-extensions/releases/download/2.5/accessControl-alpha-2.zap</url>
<hash>SHA1:967be37f73670af78a04deca1429dec4d8ff9231</hash>
<date>2016-06-02</date>
<size>495908</size>
<not-before-version>2.4.0</not-before-version>
</addon_accessControl>
<addon>alertFilters</addon>
<addon_alertFilters>
<name>Context Alert Filters</name>
<description>Allows you to automate the changing of alert risk levels.</description>
<author>ZAP Dev Team</author>
<version>3</version>
<file>alertFilters-beta-3.zap</file>
<status>beta</status>
<changes>Various minor UI improvements<br></changes>
<url>https://github.com/zaproxy/zap-extensions/releases/download/2.5/alertFilters-beta-3.zap</url>
<hash>SHA1:1d574afee5421395684cc3c733c5892ef9d1d64d</hash>
<date>2016-06-02</date>
<size>270471</size>
<not-before-version>2.4.2</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.5/alertReport-beta-14.zap</url>
<hash>SHA1:d5f2a410eafec455e4b1051eb68d7d6560c68be5</hash>
<info>http://www.talsoft.com.ar</info>
<date>2016-06-02</date>
<size>9712171</size>
<not-before-version>2.4.0</not-before-version>
</addon_alertReport>
<addon>amf</addon>
<addon_amf>
<name>AMF</name>
<description>Adds support for AMF messages</description>
<author>ZAP Dev Team</author>
<version>1</version>
<file>amf-alpha-1.zap</file>
<status>alpha</status>
<changes>First release as an add-on, previously bundled with core.</changes>
<url>https://github.com/zaproxy/zap-extensions/releases/download/2.5/amf-alpha-1.zap</url>
<hash>SHA1:7193f6b263f5a2c2352c2be8963d42944b4ae05f</hash>
<date>2016-06-02</date>
<size>808609</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>25</version>
<file>ascanrules-release-25.zap</file>
<status>release</status>
<changes>Issue 1211 - SQLi Scanner may raise seemingly duplicate alerts (fixed).<br>
Use correct HTTP message and attack for alerts of "Format String Error".<br>
Fixed test for wrong tag in Reflected XSS rule.<br>
Issue 1632 - False Negative XSS on injection outside of HTML tags.<br></changes>
<url>https://github.com/zaproxy/zap-extensions/releases/download/2.5/ascanrules-release-25.zap</url>
<hash>SHA1:548c24c8842c5338fc5849cc88a74bbd9bd2f377</hash>
<date>2016-09-28</date>
<size>551792</size>
<not-before-version>2.4.1</not-before-version>
</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>18</version>
<file>ascanrulesAlpha-alpha-18.zap</file>
<status>alpha</status>
<changes>Added Apache Range Header DoS (CVE-2011-3192) scanner.<br>
Fix exception when raising a "Source Code Disclosure - File Inclusion" alert.<br>
Adjust log levels of some scanners, from INFO to DEBUG.<br></changes>
<url>https://github.com/zaproxy/zap-extensions/releases/download/2.5/ascanrulesAlpha-alpha-18.zap</url>
<hash>SHA1:7e14d4fe67389fa2d230b607b5e5aa7dd8b8c31f</hash>
<info>https://github.com/zaproxy/zap-extensions/wiki/HelpAddonsAscanrulesAlphaAscanalpha</info>
<date>2016-10-24</date>
<size>1333963</size>
<not-before-version>2.4.1</not-before-version>
</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>21</version>
<file>ascanrulesBeta-beta-21.zap</file>
<status>beta</status>
<changes>Support changing the length of time used in timing attacks via config options.<br>
Support ignoring specified forms when checking for CSRF vulnerabilities.<br>
Do not attempt to parse empty cross domain policy files.<br>
Correct creation of attack URL in Source Code Disclosure - CVE-2012-1823.<br>
Correct creation of attack URL in Remote Code Execution - CVE-2012-1823.<br>
Respect OS techs included when scanning with Remote Code Execution - CVE-2012-1823.<br>
Adjust log levels of some scanners, from INFO to DEBUG.<br></changes>
<url>https://github.com/zaproxy/zap-extensions/releases/download/2.5/ascanrulesBeta-beta-21.zap</url>
<hash>SHA1:0c59e05f3c153958fa23b3a5f05a7033c61b6a78</hash>
<date>2016-10-24</date>
<size>2714237</size>
<not-before-version>2.4.1</not-before-version>
</addon_ascanrulesBeta>
<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.5/authstats-alpha-1.zap</url>
<hash>SHA1:c00d7e572faba04ff1262bcc04406599a8b20ffd</hash>
<info>https://github.com/zaproxy/zap-extensions/wiki/HelpAddonsAuthstatsAuthStats</info>
<date>2016-08-16</date>
<size>11605</size>
<not-before-version>2.5.0</not-before-version>
</addon_authstats>
<addon>beanshell</addon>
<addon_beanshell>
<name>BeanShell Console</name>
<description>Provides a BeanShell Console</description>
<author>ZAP Dev Team</author>
<version>5</version>
<file>beanshell-beta-5.zap</file>
<status>beta</status>
<changes>Updated for ZAP 2.4</changes>
<url>https://github.com/zaproxy/zap-extensions/releases/download/2.5/beanshell-beta-5.zap</url>
<hash>SHA1:1fc34a12180cd700cc6fad2236641936cece8cdc</hash>
<date>2016-06-02</date>
<size>562333</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>4</version>
<file>browserView-alpha-4.zap</file>
<status>alpha</status>
<changes>Updated for ZAP 2.4</changes>
<url>https://github.com/zaproxy/zap-extensions/releases/download/2.5/browserView-alpha-4.zap</url>
<hash>SHA1:d48e7768ecac5bb5e12d6e7c36907bfbf95ea46d</hash>
<date>2016-06-02</date>
<size>180584</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>5</version>
<file>bruteforce-beta-5.zap</file>
<status>beta</status>
<changes>Adding request count on Forced browser tab as specified on issue #1873</changes>
<url>https://github.com/zaproxy/zap-extensions/releases/download/2.5/bruteforce-beta-5.zap</url>
<hash>SHA1:c41f63171add4112602a800f13296ca6b7e296ae</hash>
<date>2016-06-02</date>
<size>974247</size>
<not-before-version>2.4.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>1</version>
<file>bugtracker-alpha-1.zap</file>
<status>alpha</status>
<changes>First version</changes>
<url>https://github.com/zaproxy/zap-extensions/releases/download/2.5/bugtracker-alpha-1.zap</url>
<hash>SHA1:3c2ae880b9d942fe817483ac515371f5ff2e47c2</hash>
<date>2016-08-25</date>
<size>1736016</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>3</version>
<file>callgraph-alpha-3.zap</file>
<status>alpha</status>
<changes>Updated for ZAP 2.4</changes>
<url>https://github.com/zaproxy/zap-extensions/releases/download/2.5/callgraph-alpha-3.zap</url>
<hash>SHA1:d72894ec70bd21f30026154c29243d17983b36e9</hash>
<date>2016-06-02</date>
<size>1157575</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>5</version>
<file>codedx-alpha-5.zap</file>
<status>alpha</status>
<changes>Add an upload to Code Dx option.<br></changes>
<url>https://github.com/zaproxy/zap-extensions/releases/download/2.5/codedx-alpha-5.zap</url>
<hash>SHA1:fad5d14acd070d6ab2b7baae7092a5f75f5b6a8c</hash>
<date>2017-04-18</date>
<size>1185698</size>
<not-before-version>2.4.0</not-before-version>
</addon_codedx>
<addon>communityScripts</addon>
<addon_communityScripts>
<name>Community Scripts</name>
<description>Useful ZAP scripts written by the ZAP community.</description>
<author>ZAP Community</author>
<version>3</version>
<file>communityScripts-alpha-3.zap</file>
<status>alpha</status>
<changes>Updated with the latest scripts for 2.5.0<br></changes>
<url>https://github.com/zaproxy/zap-extensions/releases/download/2.5/communityScripts-alpha-3.zap</url>
<hash>SHA1:f1c2e0af4cf4500b9d0656723316a6f0e806f668</hash>
<info>https://github.com/zaproxy/community-scripts</info>
<date>2016-06-02</date>
<size>134107</size>
<not-before-version>2.4.3</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>10</version>
<file>coreLang-release-10.zap</file>
<status>release</status>
<changes>Updated for 2.5.0</changes>
<url>https://github.com/zaproxy/zap-extensions/releases/download/2.5/coreLang-release-10.zap</url>
<hash>SHA1:025428b44507a98dc40ffaa5071621ffb3cc2e1d</hash>
<info>https://crowdin.com/project/zaproxy</info>
<date>2016-06-14</date>
<size>2715140</size>
<not-before-version>2.5.0</not-before-version>
</addon_coreLang>
<addon>cspscanner</addon>
<addon_cspscanner>
<name>Content Security Policy Scanner</name>
<description>Content Security Policy (CSP) Scanner</description>
<author>ZAP Dev Team</author>
<version>4</version>
<file>cspscanner-alpha-4.zap</file>
<status>alpha</status>
<changes>Fixed missing error and warning messages.<br>
Added evidence.<br></changes>
<url>https://github.com/zaproxy/zap-extensions/releases/download/2.6/cspscanner-alpha-4.zap</url>
<hash>SHA1:1d672d3575e395c5bd466274979338a5ece2d965</hash>
<date>2017-07-27</date>
<size>112917</size>
<not-before-version>2.5.0</not-before-version>
<dependencies>
<javaversion>1.8</javaversion>
</dependencies>
</addon_cspscanner>
<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>2</version>
<file>customreport-alpha-2.zap</file>
<status>alpha</status>
<changes>Allow to update/uninstall the add-on without restarting ZAP.<br></changes>
<url>https://github.com/zaproxy/zap-extensions/releases/download/2.5/customreport-alpha-2.zap</url>
<hash>SHA1:fe8f172a879e5372d040449973ac7a1a133eafd5</hash>
<date>2016-06-02</date>
<size>557158</size>
<not-before-version>2.4.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>6</version>
<file>diff-beta-6.zap</file>
<status>beta</status>
<changes>Do not add line break tags to resultant diff (Issue 1571)<br>
Automatically close the diff dialogue when uninstalling.<br></changes>
<url>https://github.com/zaproxy/zap-extensions/releases/download/2.5/diff-beta-6.zap</url>
<hash>SHA1:500ea3fe0fe3ad751a11dc9d5b24391d12171281</hash>
<date>2016-06-02</date>
<size>221791</size>
<not-before-version>2.4.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" add-on.</description>
<author>ZAP Dev Team</author>
<version>3</version>
<file>directorylistv1-release-3.zap</file>
<status>release</status>
<changes>Removed repeated files.<br>
Added strings for version control directories of Git, Mercurial, SVN, CVS, Bazaar.<br></changes>
<url>https://github.com/zaproxy/zap-extensions/releases/download/2.5/directorylistv1-release-3.zap</url>
<hash>SHA1:135cd0a2e0831996811fec852e6871848c144bfc</hash>
<info>https://owasp.org/index.php/DirBuster</info>
<date>2016-06-02</date>
<size>847617</size>
<not-before-version>2.4.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.5/directorylistv2_3-release-3.zap</url>
<hash>SHA1:29c1661ae88dcc7bd1577504cfc9415e0aefcbff</hash>
<info>https://owasp.org/index.php/DirBuster</info>
<date>2016-06-02</date>
<size>8608732</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.5/directorylistv2_3_lc-release-3.zap</url>
<hash>SHA1:d15984e9ca45e8cd238228cb471e8f6d59a61708</hash>
<info>https://owasp.org/index.php/DirBuster</info>
<date>2016-06-02</date>
<size>7454765</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>ZAP Dev Team</author>
<version>3</version>
<file>domxss-alpha-3.zap</file>
<status>alpha</status>
<changes>Skip the scanner if not able to start Firefox.<br></changes>
<url>https://github.com/zaproxy/zap-extensions/releases/download/2.5/domxss-alpha-3.zap</url>
<hash>SHA1:b86bdc8d25461bf0922a699d84d635e1bc8dc9a0</hash>
<date>2016-10-24</date>
<size>192724</size>
<not-before-version>2.4.1</not-before-version>
<dependencies>
<addons>
<addon>
<id>selenium</id>
<semver>1.*</semver>
</addon>
</addons>
</dependencies>
</addon_domxss>
<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>3</version>
<file>exportreport-alpha-3.zap</file>
<status>alpha</status>
<changes>Correct link to official ZAP Jenkins plugin in help page.</changes>
<url>https://github.com/zaproxy/zap-extensions/releases/download/2.5/exportreport-alpha-3.zap</url>
<hash>SHA1:93f94da8e434d343f0693d8f5ed1b0c7be8cc73e</hash>
<date>2016-11-18</date>
<size>5841253</size>
<not-before-version>2.5.0</not-before-version>
</addon_exportreport>
<addon>fuzz</addon>
<addon_fuzz>
<name>AdvFuzzer</name>
<description>Advanced fuzzer for manual testing</description>
<author>ZAP Dev Team</author>
<version>7</version>
<semver>2.0.1</semver>
<file>fuzz-beta-7.zap</file>
<status>beta</status>
<changes>Fix exception during the unload of the add-on, when in daemon mode.<br>
Update Content-Length for all request methods, not just POST (Issue 2766).<br></changes>
<url>https://github.com/zaproxy/zap-extensions/releases/download/2.5/fuzz-beta-7.zap</url>
<hash>SHA1:b1fa365be40addf37c6d9851996f7772678ddabe</hash>
<info>https://github.com/zaproxy/zap-core-help/wiki/HelpAddonsFuzzConcepts</info>
<date>2016-09-05</date>
<size>2223603</size>
<not-before-version>2.4.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>4</version>
<file>fuzzdb-release-4.zap</file>
<status>release</status>
<changes>Update FuzzDB files.</changes>
<url>https://github.com/zaproxy/zap-extensions/releases/download/2.5/fuzzdb-release-4.zap</url>
<hash>SHA1:52009a0c13015e6b06e396a506ccb8668cca3f7a</hash>
<info>https://github.com/fuzzdb-project/fuzzdb/</info>
<date>2016-06-02</date>
<size>5626766</size>
<not-before-version>2.4.0</not-before-version>
</addon_fuzzdb>
<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>5</version>
<file>gettingStarted-release-5.zap</file>
<status>release</status>
<changes>Updated for the new 2.5 guide</changes>
<url>https://github.com/zaproxy/zap-extensions/releases/download/2.5/gettingStarted-release-5.zap</url>
<hash>SHA1:3f23c47c5db33e0f9a72f80112206f37e3b2fd03</hash>
<date>2016-06-02</date>
<size>473681</size>
<not-before-version>2.5.0</not-before-version>
</addon_gettingStarted>
<addon>help</addon>
<addon_help>
<name>Help - English</name>
<description>English (master) version of the ZAP help file.</description>
<author>ZAP Crowdin Team</author>
<version>6</version>
<file>help-release-6.zap</file>
<status>release</status>
<changes>Updated for 2.5.0</changes>
<url>https://github.com/zaproxy/zap-extensions/releases/download/2.5/help-release-6.zap</url>
<hash>SHA1:726708f51ae4b821f0470b7422ba4b361af5a3fe</hash>
<info>https://github.com/zaproxy/zap-core-help/wiki/HelpIntro</info>
<date>2016-06-03</date>
<size>739293</size>
<not-before-version>2.5.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>5</version>
<file>help_bs_BA-alpha-5.zap</file>
<status>alpha</status>
<changes>Updated for 2.5.0</changes>
<url>https://github.com/zaproxy/zap-extensions/releases/download/2.5/help_bs_BA-alpha-5.zap</url>
<hash>SHA1:aa7ed9aa95bff1b2d1aeb547ff6cab7d5a37bef6</hash>
<info>https://crowdin.com/project/zap-help</info>
<date>2016-06-02</date>
<size>756583</size>
<not-before-version>2.5.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>5</version>
<file>help_es_ES-alpha-5.zap</file>
<status>alpha</status>
<changes>Updated for 2.5.0</changes>
<url>https://github.com/zaproxy/zap-extensions/releases/download/2.5/help_es_ES-alpha-5.zap</url>
<hash>SHA1:b25a9f3e4db5eb41c19647ec623750043d26325c</hash>
<info>https://crowdin.com/project/zap-help</info>
<date>2016-06-02</date>
<size>760182</size>
<not-before-version>2.5.0</not-before-version>
</addon_help_es_ES>
<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>5</version>
<file>help_fr_FR-alpha-5.zap</file>
<status>alpha</status>
<changes>Updated for 2.5.0</changes>
<url>https://github.com/zaproxy/zap-extensions/releases/download/2.5/help_fr_FR-alpha-5.zap</url>
<hash>SHA1:423675291345b964ca0aeda95550ffd978071f6f</hash>
<info>https://crowdin.com/project/zap-help</info>
<date>2016-06-02</date>
<size>757459</size>
<not-before-version>2.5.0</not-before-version>
</addon_help_fr_FR>
<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>5</version>
<file>help_ja_JP-alpha-5.zap</file>
<status>alpha</status>
<changes>Updated for 2.5.0</changes>
<url>https://github.com/zaproxy/zap-extensions/releases/download/2.5/help_ja_JP-alpha-5.zap</url>
<hash>SHA1:33bca35847c84da63a2522fb26c6679cf870211f</hash>
<info>https://crowdin.com/project/zap-help</info>
<date>2016-06-02</date>
<size>783581</size>
<not-before-version>2.5.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>6</version>
<file>help_pt_BR-release-6.zap</file>
<status>release</status>
<changes>Updated for 2.5.0</changes>
<url>https://github.com/zaproxy/zap-extensions/releases/download/2.5/help_pt_BR-release-6.zap</url>
<hash>SHA1:210d4bb4c4dbe5da5dbcf156bd4cf2d181172c16</hash>
<info>https://crowdin.com/project/zap-help</info>
<date>2016-06-03</date>
<size>797933</size>
<not-before-version>2.5.0</not-before-version>
</addon_help_pt_BR>
<addon>highlighter</addon>
<addon_highlighter>
<name>Highlighter</name>
<description>Allows you to highlight strings in the request and response tabs.</description>
<author>ZAP Dev Team</author>
<version>6</version>
<file>highlighter-alpha-6.zap</file>
<status>alpha</status>
<changes>Updated for ZAP 2.4</changes>
<url>https://github.com/zaproxy/zap-extensions/releases/download/2.5/highlighter-alpha-6.zap</url>
<hash>SHA1:ebc48b0880ff7862839ae0158de9ddb038218735</hash>
<date>2016-06-02</date>
<size>9568</size>
<not-before-version>2.4.0</not-before-version>
</addon_highlighter>
<addon>httpsInfo</addon>
<addon_httpsInfo>
<name>HttpsInfo</name>
<description>Displays HTTPS status information.</description>
<author>ZAP Dev Team</author>
<version>7</version>
<file>httpsInfo-alpha-7.zap</file>
<status>alpha</status>
<changes>Allow to update/uninstall the add-on without restarting ZAP.<br>
Issue 758 - General re-working of the extension.<br></changes>
<url>https://github.com/zaproxy/zap-extensions/releases/download/2.5/httpsInfo-alpha-7.zap</url>
<hash>SHA1:5fa83cf1adfe80695fbf8209b5cad4b19f2f6787</hash>
<date>2016-06-02</date>
<size>48860</size>
<not-before-version>2.4.0</not-before-version>
</addon_httpsInfo>
<addon>importLogFiles</addon>
<addon_importLogFiles>
<name>Log File Importer</name>
<description>Allows you to import log files from ModSecurity and files previously exported from ZAP</description>
<author>ZAP Dev Team</author>
<version>4</version>
<file>importLogFiles-alpha-4.zap</file>
<status>alpha</status>
<changes>Use API actions when importing files.</changes>
<url>https://github.com/zaproxy/zap-extensions/releases/download/2.6/importLogFiles-alpha-4.zap</url>
<hash>SHA1:ed557f0caf1e7c630532d9171f13f8afaa99be30</hash>
<info>https://github.com/zaproxy/zaproxy/wiki/MozillaMentorship_ImportingModSecurityLogs</info>
<date>2017-05-05</date>
<size>152363</size>
<not-before-version>2.4.0</not-before-version>
</addon_importLogFiles>
<addon>importurls</addon>
<addon_importurls>
<name>Import files containing URLs</name>
<description>Adds an option to import a file of URLs. The file must be plain text with one URL per line.</description>
<author>ZAP Dev Team</author>
<version>3</version>
<file>importurls-beta-3.zap</file>
<status>beta</status>
<changes>Issue 1643: Add an API end point for importing URLs from file.</changes>
<url>https://github.com/zaproxy/zap-extensions/releases/download/2.6/importurls-beta-3.zap</url>
<hash>SHA1:5cc6bf40f8a371b217c12890ebc6bea3d93e667e</hash>
<date>2017-05-12</date>
<size>215827</size>
<not-before-version>2.4.0</not-before-version>
</addon_importurls>
<addon>invoke</addon>
<addon_invoke>
<name>Invoke Applications</name>
<description>Invoke external applications passing context related information such as URLs and parameters</description>
<author>ZAP Dev Team</author>
<version>6</version>
<file>invoke-beta-6.zap</file>
<status>beta</status>
<changes>Properly split application arguments.</changes>
<url>https://github.com/zaproxy/zap-extensions/releases/download/2.5/invoke-beta-6.zap</url>
<hash>SHA1:ef5cd83668332fc18b7df07eb2b104960310f2cf</hash>
<date>2017-04-03</date>
<size>289967</size>
<not-before-version>2.4.1</not-before-version>
</addon_invoke>
<addon>jruby</addon>
<addon_jruby>
<name>Ruby scripting</name>
<description>Allows Ruby to be used for ZAP scripting - templates included</description>
<author>ZAP Dev Team</author>
<version>4</version>
<file>jruby-beta-4.zap</file>
<status>beta</status>
<changes>Updated for ZAP 2.4</changes>
<url>https://github.com/zaproxy/zap-extensions/releases/download/2.5/jruby-beta-4.zap</url>
<hash>SHA1:d3c2f567a627ccf0f51eaff17afb8450871ad102</hash>
<date>2016-06-02</date>
<size>22467350</size>
<not-before-version>2.4.0</not-before-version>
</addon_jruby>
<addon>jxbrowser</addon>
<addon_jxbrowser>
<name>JxBrowser (core)</name>
<description>An embedded browser based on Chromium, you must also install the relevant platform specific add-on</description>
<author>ZAP Dev Team</author>
<version>4</version>
<file>jxbrowser-alpha-4.zap</file>
<status>alpha</status>
<changes>Added button for selecting URL from Sites tree.</changes>
<url>https://github.com/zaproxy/zap-extensions/releases/download/2.6/jxbrowser-alpha-4.zap</url>
<hash>SHA1:b8f0253f88c2e15ef7d2552ac8aac7a0f62d728a</hash>
<date>2017-05-05</date>
<size>1411594</size>
<not-before-version>2.5.0</not-before-version>
</addon_jxbrowser>
<addon>jxbrowserlinux32</addon>
<addon_jxbrowserlinux32>
<name>JxBrowser (Linux 32)</name>
<description>An embedded browser based on Chromium, Linux 32 specific</description>
<author>ZAP Dev Team</author>
<version>2</version>
<file>jxbrowserlinux32-alpha-2.zap</file>
<status>alpha</status>
<changes>Updated for JxBrowser 6.14 which now accepts 'invalid' certificates.</changes>
<url>https://github.com/zaproxy/zap-extensions/releases/download/2.6/jxbrowserlinux32-alpha-2.zap</url>
<hash>SHA1:dbed700fb82554e25e26a73fdac1ad337fb2b5ce</hash>
<date>2017-04-25</date>
<size>46399267</size>
<not-before-version>2.5.0</not-before-version>
<dependencies>
<addons>
<addon>
<id>jxbrowser</id>
</addon>
<addon>
<id>webdriverlinux</id>
</addon>
</addons>
</dependencies>
</addon_jxbrowserlinux32>
<addon>jxbrowserlinux64</addon>
<addon_jxbrowserlinux64>
<name>JxBrowser (Linux 64)</name>
<description>An embedded browser based on Chromium, Linux 64 specific</description>
<author>ZAP Dev Team</author>
<version>2</version>
<file>jxbrowserlinux64-alpha-2.zap</file>
<status>alpha</status>
<changes>Updated for JxBrowser 6.14 which now accepts 'invalid' certificates.</changes>
<url>https://github.com/zaproxy/zap-extensions/releases/download/2.6/jxbrowserlinux64-alpha-2.zap</url>
<hash>SHA1:49d07afb501d171ce7a04e03876d60951c504349</hash>
<date>2017-04-25</date>
<size>46037789</size>
<not-before-version>2.5.0</not-before-version>
<dependencies>
<addons>
<addon>
<id>jxbrowser</id>
</addon>
<addon>
<id>webdriverlinux</id>
</addon>
</addons>
</dependencies>
</addon_jxbrowserlinux64>
<addon>jxbrowsermacos</addon>
<addon_jxbrowsermacos>
<name>JxBrowser (Mac OS)</name>
<description>An embedded browser based on Chromium, Mac OS specific</description>
<author>ZAP Dev Team</author>
<version>2</version>
<file>jxbrowsermacos-alpha-2.zap</file>
<status>alpha</status>
<changes>Updated for JxBrowser 6.14 which now accepts 'invalid' certificates.</changes>
<url>https://github.com/zaproxy/zap-extensions/releases/download/2.6/jxbrowsermacos-alpha-2.zap</url>
<hash>SHA1:9c949adbc339c269dc4880d4b3bf018693914878</hash>
<date>2017-04-25</date>
<size>51499781</size>
<not-before-version>2.5.0</not-before-version>
<dependencies>
<addons>
<addon>
<id>jxbrowser</id>
</addon>
<addon>
<id>webdrivermacos</id>
</addon>
</addons>
</dependencies>
</addon_jxbrowsermacos>
<addon>jxbrowserwindows</addon>
<addon_jxbrowserwindows>
<name>JxBrowser (Windows)</name>
<description>An embedded browser based on Chromium, Windows specific</description>
<author>ZAP Dev Team</author>
<version>2</version>
<file>jxbrowserwindows-alpha-2.zap</file>
<status>alpha</status>
<changes>Updated for JxBrowser 6.14 which now accepts 'invalid' certificates.</changes>
<url>https://github.com/zaproxy/zap-extensions/releases/download/2.6/jxbrowserwindows-alpha-2.zap</url>
<hash>SHA1:efb07bab671efb6ed955107a799bf6ade3a4d15f</hash>
<date>2017-04-25</date>
<size>35906181</size>
<not-before-version>2.5.0</not-before-version>
<dependencies>
<addons>
<addon>
<id>jxbrowser</id>
</addon>
<addon>
<id>webdriverwindows</id>
</addon>
</addons>
</dependencies>
</addon_jxbrowserwindows>
<addon>jython</addon>
<addon_jython>
<name>Python scripting</name>
<description>Allows Python to be used for ZAP scripting - templates included</description>
<author>ZAP Dev Team</author>
<version>5</version>
<file>jython-beta-5.zap</file>
<status>beta</status>
<changes>add the python module path interface</changes>
<url>https://github.com/zaproxy/zap-extensions/releases/download/2.5/jython-beta-5.zap</url>
<hash>SHA1:439e476d56c03e06511305863fda8cb462d97c3f</hash>
<date>2017-01-10</date>
<size>14692630</size>
<not-before-version>2.4.0</not-before-version>
</addon_jython>
<addon>onlineMenu</addon>
<addon_onlineMenu>
<name>Online menus</name>
<description>ZAP Online menu items</description>
<author>ZAP Dev Team</author>
<version>4</version>
<file>onlineMenu-release-4.zap</file>
<status>release</status>
<changes>Issue 1999 - Fix Title Caps<br>
Issue 2009 - Add Online links to the FAQ and Newsletter pages<br></changes>
<url>https://github.com/zaproxy/zap-extensions/releases/download/2.5/onlineMenu-release-4.zap</url>
<hash>SHA1:e87dea4e6501e1c70dc067898d4ef917a87c1523</hash>
<info>https://github.com/zaproxy/zap-core-help/wiki/HelpAddonsOnlineMenuOnlineMenu</info>
<date>2016-06-02</date>
<size>198475</size>
<not-before-version>2.4.0</not-before-version>
</addon_onlineMenu>
<addon>openapi</addon>
<addon_openapi>
<name>OpenAPI Support</name>
<description>Imports and spiders Open API definitions.</description>
<author>ZAP Core Team plus Joanna Bona, Artur Grzesica, Michal Materniak and Marcin Spiewak</author>
<version>5</version>
<file>openapi-alpha-5.zap</file>
<status>alpha</status>
<changes>Run synchronously and return any warnings when importing via API or cmdline.</changes>
<url>https://github.com/zaproxy/zap-extensions/releases/download/2.6/openapi-alpha-5.zap</url>
<hash>SHA1:10e9d322efce95128647d1760957a94811c0e3a3</hash>
<date>2017-05-05</date>
<size>2918104</size>
<not-before-version>2.5.0</not-before-version>
</addon_openapi>
<addon>plugnhack</addon>
<addon_plugnhack>
<name>Plug-n-Hack Configuration</name>
<description>Supports the Mozilla Plug-n-Hack standard: https://developer.mozilla.org/en-US/docs/Plug-n-Hack.</description>
<author>ZAP Dev Team</author>
<version>9</version>
<file>plugnhack-beta-9.zap</file>
<status>beta</status>
<changes>Require API key before returning it (Issue 1714)<br>
Restrict use of CORS header in pnh (Issue 1716)<br>
Auto-scroll when new client events are available (Issue 1664)</changes>
<url>https://github.com/zaproxy/zap-extensions/releases/download/2.5/plugnhack-beta-9.zap</url>
<hash>SHA1:a731c6b82605e4e94a4878fcbd5f8b2cb8c19c9e</hash>
<info>https://developer.mozilla.org/en-US/docs/Plug-n-Hack</info>
<date>2016-06-02</date>
<size>495129</size>
<not-before-version>2.4.0</not-before-version>
</addon_plugnhack>
<addon>portscan</addon>
<addon_portscan>
<name>Port Scanner</name>
<description>Allows to port scan a target server</description>
<author>ZAP Dev Team</author>
<version>7</version>
<file>portscan-beta-7.zap</file>
<status>beta</status>
<changes>Minor code changes.<br>
Do not access view components when view is not initialised (Issue 1617).</changes>
<url>https://github.com/zaproxy/zap-extensions/releases/download/2.5/portscan-beta-7.zap</url>
<hash>SHA1:b6d852e021a286fede9da65b5f3ad020c60ed42e</hash>
<date>2016-06-02</date>
<size>602881</size>
<not-before-version>2.4.0</not-before-version>
</addon_portscan>
<addon>pscanrules</addon>
<addon_pscanrules>
<name>Passive scanner rules</name>
<description>The release quality Passive Scanner rules</description>
<author>ZAP Dev Team</author>
<version>18</version>
<file>pscanrules-release-18.zap</file>
<status>release</status>
<changes>Only report issues on errors and redirects at LOW threshold.<br>
Only report X-Frame-Options issues at LOW threshold if CSP 'frame-ancestors' element present.<br>
Issue 2732: False positives for security headers missing due to redirections.<br></changes>
<url>https://github.com/zaproxy/zap-extensions/releases/download/2.5/pscanrules-release-18.zap</url>
<hash>SHA1:1acef143378c43fdc7a3f82878c2497bf0e3b99d</hash>
<date>2016-08-09</date>
<size>458352</size>
<not-before-version>2.4.0</not-before-version>
</addon_pscanrules>
<addon>pscanrulesAlpha</addon>
<addon_pscanrulesAlpha>
<name>Passive scanner rules (alpha)</name>
<description>The alpha quality Passive Scanner rules</description>
<author>ZAP Dev Team</author>
<version>13</version>
<file>pscanrulesAlpha-alpha-13.zap</file>
<status>alpha</status>
<changes>Issue 3148: Only report HSTS on plain HTTP issue at Low threshold.</changes>
<url>https://github.com/zaproxy/zap-extensions/releases/download/2.5/pscanrulesAlpha-alpha-13.zap</url>
<hash>SHA1:e62fb2955140ca56ca6b11ad1454b088578e5fe4</hash>
<date>2017-01-18</date>
<size>1944233</size>
<not-before-version>2.4.0</not-before-version>
</addon_pscanrulesAlpha>
<addon>pscanrulesBeta</addon>
<addon_pscanrulesBeta>
<name>Passive scanner rules (beta)</name>
<description>The beta quality Passive Scanner rules</description>
<author>ZAP Dev Team</author>
<version>15</version>
<file>pscanrulesBeta-beta-15.zap</file>
<status>beta</status>
<changes>Support security annotations for forms that dont need anti-CSRF tokens.<br></changes>
<url>https://github.com/zaproxy/zap-extensions/releases/download/2.5/pscanrulesBeta-beta-15.zap</url>
<hash>SHA1:95bf040c81bf107125e2bdaae7a1596c6715d2b6</hash>
<date>2017-01-18</date>
<size>528262</size>
<not-before-version>2.4.0</not-before-version>
</addon_pscanrulesBeta>
<addon>quickstart</addon>
<addon_quickstart>
<name>Quick Start</name>
<description>Provides a tab which allows you to quickly test a target application</description>
<author>ZAP Dev Team</author>
<version>18</version>
<file>quickstart-release-18.zap</file>
<status>release</status>
<changes>Issue 1271: Quickstart PnH panel components should mirror the enabled state of the API (i.e.: If API disabled, disable PnH components).<br>
PnH message shown even if add-on not installed.<br></changes>
<url>https://github.com/zaproxy/zap-extensions/releases/download/2.5/quickstart-release-18.zap</url>
<hash>SHA1:ad97cd7dbf607791ebe937c804efb25eea61ea94</hash>
<date>2016-06-03</date>
<size>337698</size>
<not-before-version>2.4.2</not-before-version>
</addon_quickstart>
<addon>replacer</addon>
<addon_replacer>
<name>Replacer</name>
<description>Easy way to replace strings in requests and responses.</description>
<author>ZAP Dev Team</author>
<version>1</version>
<file>replacer-alpha-1.zap</file>
<status>alpha</status>
<changes>First version</changes>
<url>https://github.com/zaproxy/zap-extensions/releases/download/2.5/replacer-alpha-1.zap</url>
<hash>SHA1:f33439b3c89edb394e42728eb4edeed1d5bea9b6</hash>
<date>2017-02-01</date>
<size>36527</size>
<not-before-version>2.5.0</not-before-version>
</addon_replacer>
<addon>requester</addon>
<addon_requester>
<name>Requester</name>
<description>Request numbered panel.</description>
<author>Surikato</author>
<version>1</version>
<file>requester-alpha-1.zap</file>
<status>alpha</status>
<url>https://github.com/zaproxy/zap-extensions/releases/download/2.5/requester-alpha-1.zap</url>
<hash>SHA1:3f43ac40b5b6225ebdc918df0b14cd53f0e7e8a2</hash>
<date>2016-06-02</date>
<size>40411</size>
<not-before-version>2.4.2</not-before-version>
</addon_requester>
<addon>reveal</addon>
<addon_reveal>
<name>Reveal</name>
<description>Show hidden fields and enable disabled fields</description>
<author>ZAP Dev Team</author>
<version>2</version>
<file>reveal-release-2.zap</file>
<status>release</status>
<changes>Code changes and API documentation.</changes>
<url>https://github.com/zaproxy/zap-extensions/releases/download/2.5/reveal-release-2.zap</url>
<hash>SHA1:fd0e6c2f99a7bba052c11b076794984615dc32e1</hash>
<date>2016-06-02</date>
<size>221496</size>
<not-before-version>2.4.0</not-before-version>
</addon_reveal>
<addon>revisit</addon>
<addon_revisit>
<name>Revisit</name>
<description>Revisit a site at any time in the past using the session history</description>
<author>ZAP Dev Team</author>
<version>2</version>
<file>revisit-alpha-2.zap</file>
<status>alpha</status>
<changes>Allow to update/uninstall the add-on without restarting ZAP.<br></changes>
<url>https://github.com/zaproxy/zap-extensions/releases/download/2.5/revisit-alpha-2.zap</url>
<hash>SHA1:84087ce758254bc515160b458bcf5c2c82773641</hash>
<date>2016-06-02</date>
<size>279982</size>
<not-before-version>2.4.2</not-before-version>
</addon_revisit>
<addon>saml</addon>
<addon_saml>
<name>SAML Extension</name>
<description>Detect, Show, Edit, Fuzz SAML requests</description>
<author>ZAP Dev Team</author>
<version>7</version>
<file>saml-alpha-7.zap</file>
<status>alpha</status>
<changes>Minor code change to work with ZAP 2.5.0.<br></changes>
<url>https://github.com/zaproxy/zap-extensions/releases/download/2.6/saml-alpha-7.zap</url>
<hash>SHA1:47e830cfffbe0742440f9923356ed73f3e817074</hash>