-
-
Notifications
You must be signed in to change notification settings - Fork 26
/
ZapVersions-2.6.xml
1431 lines (1431 loc) · 67 KB
/
ZapVersions-2.6.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>3</version>
<file>accessControl-alpha-3.zap</file>
<status>alpha</status>
<changes>Fix exception that occurred with Java 9 (Issue 3934).<br>
Allow to copy multiple results and copy correct value from the result column.<br>
Display correct message when the table is sorted.<br></changes>
<url>https://github.com/zaproxy/zap-extensions/releases/download/2.6/accessControl-alpha-3.zap</url>
<hash>SHA1:21f36dc3c4b6ebff10ac8fbb4f358b78b89328d0</hash>
<date>2017-11-24</date>
<size>512096</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>5</version>
<file>alertFilters-beta-5.zap</file>
<status>beta</status>
<changes>Dynamically unload the add-on.<br>
Clear filters on session changes (Issue 3683).<br></changes>
<url>https://github.com/zaproxy/zap-extensions/releases/download/2.6/alertFilters-beta-5.zap</url>
<hash>SHA1:30ca048b72f3c6de3c011ab00bdb7c8822dedda0</hash>
<date>2017-11-24</date>
<size>285973</size>
<not-before-version>2.6.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.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>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.6/amf-alpha-2.zap</url>
<hash>SHA1:e34f73753902f2ebedc0be130b446cae39ff4784</hash>
<date>2017-05-26</date>
<size>813478</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>27</version>
<file>ascanrules-release-27.zap</file>
<status>release</status>
<changes>Issue 1365: Additional Path Traversal detection.<br>
Correct alert's evidence/attack of Parameter Tampering (Issue 3524).<br>
Fix Path Traversal false positives when etc is a substring (Issue 3735).<br>
Code changes for Java 9 (Issue 2602).<br>
TestSQLInjection Modifications to improve handling of injected math expressions and reflected params (Issue 3139).</br></changes>
<url>https://github.com/zaproxy/zap-extensions/releases/download/2.6/ascanrules-release-27.zap</url>
<hash>SHA1:348588e03ee6019e46514e6380af07ddd1fc02ec</hash>
<date>2017-11-24</date>
<size>594932</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>20</version>
<file>ascanrulesAlpha-alpha-20.zap</file>
<status>alpha</status>
<changes>Code changes for Java 9 (Issue 2602).<br>
Correct handling of messages with emtpy path.<br>
Add Get for Post Scanner.<br></changes>
<url>https://github.com/zaproxy/zap-extensions/releases/download/2.6/ascanrulesAlpha-alpha-20.zap</url>
<hash>SHA1:df085930d5a817a60a1dd98cb3beae5750916186</hash>
<info>https://github.com/zaproxy/zap-extensions/wiki/HelpAddonsAscanrulesAlphaAscanalpha</info>
<date>2017-11-24</date>
<size>1434903</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>22</version>
<file>ascanrulesBeta-beta-22.zap</file>
<status>beta</status>
<changes>Fix FP in "Source Code Disclosure - /WEB-INF folder" on successful responses (Issue 3048).<br>
Fix FP in "Integer Overflow Error" on 500 error responses (Issue 3064).<br>
Support security annotations for forms that dont need anti-CSRF tokens.<br>
Changed XXE rule to use new callback extension.<br>
Notify of messages sent during Heartbleed scanning (Issue 2425).<br>
Fix false positive in Code Disclosure - CVE-2012-1823 on image content (Issue 3846).<br>
Fix false positive in Backup File Disclosure scanner on 403 responses (Issue 3911).<br>
CsrfTokenScan : Keep session cookies instead of deleting all of them<br></changes>
<url>https://github.com/zaproxy/zap-extensions/releases/download/2.6/ascanrulesBeta-beta-22.zap</url>
<hash>SHA1:6c764624a8c3ddbdc47d0b5276244f3681a5c060</hash>
<date>2017-11-24</date>
<size>2762546</size>
<not-before-version>2.6.0</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>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.6/browserView-alpha-5.zap</url>
<hash>SHA1:6acfc72f0491d3b391d6633b3dc89ad6d4d4c801</hash>
<date>2017-07-21</date>
<size>188142</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>6</version>
<file>bruteforce-beta-6.zap</file>
<status>beta</status>
<changes>Allow to set higher number of threads (Issue 2912).<br>
Fix issue with multiple concurrent scans.<br></changes>
<url>https://github.com/zaproxy/zap-extensions/releases/download/2.6/bruteforce-beta-6.zap</url>
<hash>SHA1:5acad406b5d9abe8cf88b8c67eb9b7b9a4c8a5b0</hash>
<date>2017-04-03</date>
<size>1000348</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>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.6/bugtracker-alpha-2.zap</url>
<hash>SHA1:156b7ad6616db6a17d96ecea42c44542e5bbf163</hash>
<date>2017-05-26</date>
<size>1995812</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.6/callgraph-alpha-4.zap</url>
<hash>SHA1:c369e9bc5c18800debe566595cdc73cc7a7f4629</hash>
<date>2017-11-24</date>
<size>1158457</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.6/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>4</version>
<file>communityScripts-alpha-4.zap</file>
<status>alpha</status>
<changes>Updated with the latest scripts for 2.6.0<br>
Stop the scripts from being registered twice<br></changes>
<url>https://github.com/zaproxy/zap-extensions/releases/download/2.6/communityScripts-alpha-4.zap</url>
<hash>SHA1:822bb272b10cf3f185e92f297dec1ffe3ca142bb</hash>
<info>https://github.com/zaproxy/community-scripts</info>
<date>2017-10-17</date>
<size>335736</size>
<not-before-version>2.6.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>11</version>
<file>coreLang-release-11.zap</file>
<status>release</status>
<changes>Fix installation issue.</changes>
<url>https://github.com/zaproxy/zap-extensions/releases/download/2.6/coreLang-release-11.zap</url>
<hash>SHA1:11e24142cd5e30d389161a1fc2e1dd08b445309c</hash>
<info>https://crowdin.com/project/zaproxy</info>
<date>2017-04-06</date>
<size>2715653</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>7</version>
<file>diff-beta-7.zap</file>
<status>beta</status>
<changes>Minor code changes.<br></changes>
<url>https://github.com/zaproxy/zap-extensions/releases/download/2.6/diff-beta-7.zap</url>
<hash>SHA1:1a7cb9e64e0740d752280729dda4c3f606c29a6c</hash>
<date>2017-04-03</date>
<size>235040</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>4</version>
<file>domxss-alpha-4.zap</file>
<status>alpha</status>
<changes>Allow to use newer versions of Firefox (Issue 3396).<br>
Provide the reason why the scanner was skipped.<br></changes>
<url>https://github.com/zaproxy/zap-extensions/releases/download/2.6/domxss-alpha-4.zap</url>
<hash>SHA1:031676c8d795251f94c8c57c645f2de236b69551</hash>
<date>2017-08-18</date>
<size>193882</size>
<not-before-version>2.6.0</not-before-version>
<dependencies>
<javaversion>1.8</javaversion>
<addons>
<addon>
<id>selenium</id>
<semver>2.*</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>4</version>
<file>exportreport-alpha-4.zap</file>
<status>alpha</status>
<changes>Updated the command line help messages.</changes>
<url>https://github.com/zaproxy/zap-extensions/releases/download/2.6/exportreport-alpha-4.zap</url>
<hash>SHA1:019c1361b0b04ba70dd0406c67f16351f4a19d78</hash>
<date>2017-05-25</date>
<size>6201200</size>
<not-before-version>2.5.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>1</version>
<file>formhandler-alpha-1.zap</file>
<status>alpha</status>
<changes>First version</changes>
<url>https://github.com/zaproxy/zap-extensions/releases/download/2.6/formhandler-alpha-1.zap</url>
<hash>SHA1:6fc8df5c0c9c9a6d40ddefcc7c96e1c4b54df218</hash>
<date>2017-03-23</date>
<size>87717</size>
<not-before-version>2.6.0</not-before-version>
</addon_formhandler>
<addon>fuzz</addon>
<addon_fuzz>
<name>AdvFuzzer</name>
<description>Advanced fuzzer for manual testing</description>
<author>ZAP Dev Team</author>
<version>9</version>
<semver>2.0.1</semver>
<file>fuzz-beta-9.zap</file>
<status>beta</status>
<changes>Code changes for Java 9 (Issue 2602).<br>
Ignore empty payloads when highlighting or detecting reflections.<br>
Contains new number generator payload.<br>
Add null/empty payload generator.<br>
Issue 3557: Backport export changes.<br>
Set fuzzer script types enabled by default (Issue 2997).<br>
Add description to script types.<br></changes>
<url>https://github.com/zaproxy/zap-extensions/releases/download/2.6/fuzz-beta-9.zap</url>
<hash>SHA1:56c15b8da1e19909ecc7fe06f29c6ba6b1c7f291</hash>
<info>https://github.com/zaproxy/zap-core-help/wiki/HelpAddonsFuzzConcepts</info>
<date>2017-11-24</date>
<size>2400821</size>
<not-before-version>2.6.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>7</version>
<file>gettingStarted-release-7.zap</file>
<status>release</status>
<changes>Correct step when importing Root CA cert in Firefox (Issue 3724)</changes>
<url>https://github.com/zaproxy/zap-extensions/releases/download/2.6/gettingStarted-release-7.zap</url>
<hash>SHA1:05cad791a552ede6fd99133dd82299ee07b24108</hash>
<date>2017-11-24</date>
<size>578773</size>
<not-before-version>2.6.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>7</version>
<file>help-release-7.zap</file>
<status>release</status>
<changes>Updated for 2.6.0</changes>
<url>https://github.com/zaproxy/zap-extensions/releases/download/2.6/help-release-7.zap</url>
<hash>SHA1:1fb17288f60d46d70375049cda86bda5d978456e</hash>
<info>https://github.com/zaproxy/zap-core-help/wiki/HelpIntro</info>
<date>2017-04-06</date>
<size>763371</size>
<not-before-version>2.6.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>6</version>
<file>help_bs_BA-alpha-6.zap</file>
<status>alpha</status>
<changes>Updated for 2.6.0</changes>
<url>https://github.com/zaproxy/zap-extensions/releases/download/2.6/help_bs_BA-alpha-6.zap</url>
<hash>SHA1:8f54f0fe065762f101ee1818545dacca581b2a2c</hash>
<info>https://crowdin.com/project/zap-help</info>
<date>2017-11-24</date>
<size>773399</size>
<not-before-version>2.6.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>6</version>
<file>help_es_ES-alpha-6.zap</file>
<status>alpha</status>
<changes>Updated for 2.6.0</changes>
<url>https://github.com/zaproxy/zap-extensions/releases/download/2.6/help_es_ES-alpha-6.zap</url>
<hash>SHA1:5055f43457c118363b828a6e83a036e4b5b13d52</hash>
<info>https://crowdin.com/project/zap-help</info>
<date>2017-11-24</date>
<size>775922</size>
<not-before-version>2.6.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>6</version>
<file>help_fr_FR-alpha-6.zap</file>
<status>alpha</status>
<changes>Updated for 2.6.0</changes>
<url>https://github.com/zaproxy/zap-extensions/releases/download/2.6/help_fr_FR-alpha-6.zap</url>
<hash>SHA1:d2946f64199d1b4dad767f86ae92b408fa61c66f</hash>
<info>https://crowdin.com/project/zap-help</info>
<date>2017-11-24</date>
<size>773836</size>
<not-before-version>2.6.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>6</version>
<file>help_ja_JP-alpha-6.zap</file>
<status>alpha</status>
<changes>Updated for 2.6.0</changes>
<url>https://github.com/zaproxy/zap-extensions/releases/download/2.6/help_ja_JP-alpha-6.zap</url>
<hash>SHA1:50cf8563f1bd97f9cc3c9e90132057b5a6f8d484</hash>
<info>https://crowdin.com/project/zap-help</info>
<date>2017-11-24</date>
<size>799759</size>
<not-before-version>2.6.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>7</version>
<file>help_pt_BR-release-7.zap</file>
<status>release</status>
<changes>Updated for 2.6.0</changes>
<url>https://github.com/zaproxy/zap-extensions/releases/download/2.6/help_pt_BR-release-7.zap</url>
<hash>SHA1:716cf91fdf7fc2e599120134157f672e0147672b</hash>
<info>https://crowdin.com/project/zap-help</info>
<date>2017-11-24</date>
<size>817771</size>
<not-before-version>2.6.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 configuration information.</description>
<author>ZAP Dev Team</author>
<version>10</version>
<file>httpsInfo-alpha-10.zap</file>
<status>alpha</status>
<changes>Upgrade to use DeepViolet 5.0.3, which provides some minor logging changes.<br></changes>
<url>https://github.com/zaproxy/zap-extensions/releases/download/2.6/httpsInfo-alpha-10.zap</url>
<hash>SHA1:1f862f891f7a6aebf474c654547b98ffcb8651bf</hash>
<date>2017-11-24</date>
<size>5545558</size>
<not-before-version>2.4.0</not-before-version>
<dependencies>
<javaversion>1.8</javaversion>
</dependencies>
</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>4</version>
<file>importurls-beta-4.zap</file>
<status>beta</status>
<changes>Minor change to help content.</changes>
<url>https://github.com/zaproxy/zap-extensions/releases/download/2.6/importurls-beta-4.zap</url>
<hash>SHA1:e3df25f154a3a2001a8afffabebae9bf0a066416</hash>
<date>2017-11-24</date>
<size>223832</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>7</version>
<file>invoke-beta-7.zap</file>
<status>beta</status>
<changes>Report/log when the application fails to start (related to Issue 3960).<br></changes>
<url>https://github.com/zaproxy/zap-extensions/releases/download/2.6/invoke-beta-7.zap</url>
<hash>SHA1:311a21e7ae14d996422bf48813c3b10602a98e00</hash>
<date>2017-10-19</date>
<size>291274</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>5</version>
<file>jruby-beta-5.zap</file>
<status>beta</status>
<changes>Add template for HTTP Sender script.<br>
Dynamically unload the add-on.<br></changes>
<url>https://github.com/zaproxy/zap-extensions/releases/download/2.6/jruby-beta-5.zap</url>
<hash>SHA1:30920fbda214b6dea5dbf77a0f8c397cb38f2782</hash>
<date>2017-09-28</date>
<size>22471619</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>7</version>
<file>jxbrowser-alpha-7.zap</file>
<status>alpha</status>
<changes>Updated to JxBrowser 6.17.<br></changes>
<url>https://github.com/zaproxy/zap-extensions/releases/download/2.6/jxbrowser-alpha-7.zap</url>
<hash>SHA1:661745f3809e80bc72251a5eebc21c98441f0eec</hash>
<date>2017-11-20</date>
<size>1412665</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>3</version>
<file>jxbrowserlinux32-alpha-3.zap</file>
<status>alpha</status>
<changes>Updated for JxBrowser 6.14.2.<br>
Updated to support latest selenium interfaces.<br></changes>
<url>https://github.com/zaproxy/zap-extensions/releases/download/2.6/jxbrowserlinux32-alpha-3.zap</url>
<hash>SHA1:ac8303a826fafe4df75ef348b5d2f7ce1f134cb6</hash>
<date>2017-08-18</date>
<size>47149067</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>4</version>
<file>jxbrowserlinux64-alpha-4.zap</file>
<status>alpha</status>
<changes>Updated for JxBrowser 6.17<br></changes>
<url>https://github.com/zaproxy/zap-extensions/releases/download/2.6/jxbrowserlinux64-alpha-4.zap</url>
<hash>SHA1:db770aa5b37d386c142ba1943a6b2928dbf6cd23</hash>
<date>2017-11-20</date>
<size>52750394</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>4</version>
<file>jxbrowsermacos-alpha-4.zap</file>
<status>alpha</status>
<changes>Updated for JxBrowser 6.17<br></changes>
<url>https://github.com/zaproxy/zap-extensions/releases/download/2.6/jxbrowsermacos-alpha-4.zap</url>
<hash>SHA1:a57a6d297feda6e842b5756685f19bbf3b31ca95</hash>
<date>2017-11-20</date>
<size>56486892</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>4</version>
<file>jxbrowserwindows-alpha-4.zap</file>
<status>alpha</status>
<changes>Updated for JxBrowser 6.17<br></changes>
<url>https://github.com/zaproxy/zap-extensions/releases/download/2.6/jxbrowserwindows-alpha-4.zap</url>
<hash>SHA1:3cdbaa964a2fea7b6c9d7fc696253d6a90eb46b1</hash>
<date>2017-11-20</date>
<size>36680513</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>7</version>
<file>jython-beta-7.zap</file>
<status>beta</status>
<changes>Do not initialise java.awt.Toolkit when in daemon.<br>
Update HTTP Sender template with initiator ID of AJAX Spider.<br>
Added extender template and example.<br></changes>
<url>https://github.com/zaproxy/zap-extensions/releases/download/2.6/jython-beta-7.zap</url>
<hash>SHA1:00e03758368f562d26ba135155a39f1976b003cc</hash>
<date>2017-10-27</date>
<size>41727201</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>5</version>
<file>onlineMenu-release-5.zap</file>
<status>release</status>
<changes>Minor code changes.<br></changes>
<url>https://github.com/zaproxy/zap-extensions/releases/download/2.6/onlineMenu-release-5.zap</url>
<hash>SHA1:1d403adc3667f732ed3a029e363389fd3457dc02</hash>
<info>https://github.com/zaproxy/zap-core-help/wiki/HelpAddonsOnlineMenuOnlineMenu</info>
<date>2017-04-06</date>
<size>200046</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>8</version>
<file>openapi-alpha-8.zap</file>
<status>alpha</status>
<changes>Fix NPE in BodyGenerator.<br>
Fix NPEs when a parameter is null.<br></changes>
<url>https://github.com/zaproxy/zap-extensions/releases/download/2.6/openapi-alpha-8.zap</url>
<hash>SHA1:c28949de9794a974ff54864a54970d9a4ae0612e</hash>
<date>2017-11-24</date>
<size>3171797</size>
<not-before-version>2.6.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>10</version>
<file>plugnhack-beta-10.zap</file>
<status>beta</status>
<changes>Make breakpoint dialogues modal.<br>
Changed to use api nonces and include new fx_pnh.xpi (still unsigned).<br></changes>
<url>https://github.com/zaproxy/zap-extensions/releases/download/2.6/plugnhack-beta-10.zap</url>
<hash>SHA1:a71447529ca963139d454e940eff2a8ef4625dde</hash>
<info>https://developer.mozilla.org/en-US/docs/Plug-n-Hack</info>
<date>2017-06-20</date>
<size>692662</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>8</version>
<file>portscan-beta-8.zap</file>
<status>beta</status>
<changes>Code changes for Java 9 (Issue 2602).<br>
Issue 3513: Options panel UI fixes.<br></changes>
<url>https://github.com/zaproxy/zap-extensions/releases/download/2.6/portscan-beta-8.zap</url>
<hash>SHA1:8c3c025534e804eede8d26fb3d5febec51059d96</hash>
<date>2017-11-24</date>
<size>633257</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>20</version>
<file>pscanrules-release-20.zap</file>
<status>release</status>
<changes>Fix false positive with Secure Pages Include Mixed Content and JavaScript files (Issue 3581).<br>
Fix false positive with Private IP Disclosure when target is a private IP on a non-standard port (Issue 3549).<br>
Fix false positive with X-Content-Type-Options Header Missing with certain system locales.<br>
Fix X-Content-Type-Options help content (Issue 3986).<br>
Remove N/A value from parameter of alert Session ID in URL Rewrite.<br></changes>
<url>https://github.com/zaproxy/zap-extensions/releases/download/2.6/pscanrules-release-20.zap</url>
<hash>SHA1:bb8329a047fcd4f318bd7e4caa72ff4a7d3ebce6</hash>
<date>2017-11-24</date>
<size>521226</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>18</version>
<file>pscanrulesAlpha-alpha-18.zap</file>
<status>alpha</status>
<changes>Correct typo in XCOLD alert description (Issue 3997).<br>
Do not set a value in the attack fields.<br>
Do not rely on system's charset to create request/response bodies.<br></changes>
<url>https://github.com/zaproxy/zap-extensions/releases/download/2.6/pscanrulesAlpha-alpha-18.zap</url>
<hash>SHA1:c8ec9c62c2d94e52d36b14cd586eb5d5c0b31e20</hash>
<date>2017-11-24</date>
<size>2214618</size>
<not-before-version>2.6.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>17</version>
<file>pscanrulesBeta-beta-17.zap</file>
<status>beta</status>
<changes>Minor changes to InsecureJFSViewStatePassiveScanner (check response contains JSF viewstate or if it's server stored).<br/>
Improve the domain matching in CookieLooselyScopedScanner.<br/>
Issue 3449: CSRFcountermeasures passive scanner now raises alerts on a per-form basis on pages with multiple forms.<br/>
Issue 3937: Update ServletParameterPollutionScanner reference.<br/></changes>
<url>https://github.com/zaproxy/zap-extensions/releases/download/2.6/pscanrulesBeta-beta-17.zap</url>
<hash>SHA1:7d1870ff53c1b9ea361d8033ca203c9cec9d5e93</hash>
<date>2017-11-24</date>
<size>557020</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>21</version>
<file>quickstart-release-21.zap</file>
<status>release</status>
<changes>Add option to launch a browser via selenium (v20).<br>
Fix to the default launch page url for 2.6.0.<br></changes>
<url>https://github.com/zaproxy/zap-extensions/releases/download/2.6/quickstart-release-21.zap</url>
<hash>SHA1:1a853c19abf8b524678d44d34894dc880590cdd9</hash>
<date>2017-08-18</date>
<size>370682</size>
<not-before-version>2.6.0</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>3</version>
<file>replacer-beta-3.zap</file>
<status>beta</status>
<changes>Added API support</changes>
<url>https://github.com/zaproxy/zap-extensions/releases/download/2.6/replacer-beta-3.zap</url>
<hash>SHA1:9bfa4d030c8ab519f05250dc57af1e194a8563a0</hash>
<date>2017-06-23</date>
<size>283688</size>
<not-before-version>2.6.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>