-
-
Notifications
You must be signed in to change notification settings - Fork 26
/
ZapVersions-2.8.xml
1913 lines (1913 loc) · 89.6 KB
/
ZapVersions-2.8.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>5</version>
<file>accessControl-alpha-5.zap</file>
<status>alpha</status>
<changes>Respect the current mode and react to changes.<br>
Dynamically unload the add-on.<br>
Inform of running tests (e.g. on session change, add-on uninstall).<br>
Improve error handling during test.<br>
Tweak alerts to use Other Info field instead of Attack/Evidence.<br></changes>
<url>https://github.com/zaproxy/zap-extensions/releases/download/2.7/accessControl-alpha-5.zap</url>
<hash>SHA1:8160d7a28f9952a3760299d0bc30c32982b75274</hash>
<date>2018-11-02</date>
<size>539232</size>
<not-before-version>2.7.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>9</version>
<file>alertFilters-release-9.zap</file>
<status>release</status>
<changes><ul>
<li>Added support for parameter regex, attack and evidence strings and regexes (Issue 5574)</li>
<li>Added support for global alert filters (Issue 5575)</li>
<li>Added option to create alert filters from alert</li>
<li>Added options to test which alerts will apply to and to actually apply them</li>
<li>Removed the &quot;Context&quot; from the add-on name</li>
<li>Promote Alert Filters addon to release status</li>
</ul></changes>
<url>https://github.com/zaproxy/zap-extensions/releases/download/alertFilters-v9/alertFilters-release-9.zap</url>
<hash>SHA-256:a0ddb38e80e35ee4cdd172e24f7007ee00b83ebe61c6effb97e46371128b883a</hash>
<date>2019-09-30</date>
<size>320152</size>
<not-before-version>2.7.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>http://www.talsoft.com.ar</info>
<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>
<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>
<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>33</version>
<file>ascanrules-release-33.zap</file>
<status>release</status>
<changes><ul>
<li>Maintenance changes.</li>
<li>Promote Source Code Disclosure WEB-INF (Issue 4448).</li>
<li>Bundle Diff Utils library instead of relying on core.</li>
</ul></changes>
<url>https://github.com/zaproxy/zap-extensions/releases/download/ascanrules-v33/ascanrules-release-33.zap</url>
<hash>SHA-256:ca493be26902fa3fc61539da091c46f338d70b015db2265d4a42fa77e1274e1d</hash>
<date>2019-06-07</date>
<size>2343365</size>
<not-before-version>2.7.0</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>27</version>
<file>ascanrulesAlpha-alpha-27.zap</file>
<status>alpha</status>
<changes><h3>Added</h3>
<ul>
<li>Added Hidden Files Finder (issue 4585) largely based on Snallygaster by Hanno Böck, also supports use of the Custom Payloads addon.</li>
</ul>
<h3>Removed</h3>
<ul>
<li>The following scan rules were removed in being promoted from Alpha to Beta:
<ul>
<li>Apache Range Header DoS</li>
<li>Cookie Slack Detector</li>
<li>ELMAH Information Leak</li>
<li>GET for POST</li>
<li>.htaccess Information Leak</li>
<li>HTTP Only Site</li>
<li>Httpoxy - Proxy Header Misuse</li>
<li>HTTPS Content Available via HTTP</li>
<li>Proxy Disclosure</li>
<li>Relative Path Confusion</li>
<li>Source Code Disclosure - File Inclusion</li>
<li>Source Code Disclosure - Git</li>
<li>SQL Injection - MsSQL</li>
<li>SQL Injection - SQLite</li>
<li>Trace.axd Information Leak</li>
<li>User Agent Fuzzer</li>
</ul>
</li>
</ul></changes>
<url>https://github.com/zaproxy/zap-extensions/releases/download/ascanrulesAlpha-v27/ascanrulesAlpha-alpha-27.zap</url>
<hash>SHA-256:c097abc59dfc49cc8c20bd4b22a7ae93e9129a805a35a2f8e7341c9c21db9821</hash>
<info>https://github.com/zaproxy/zap-extensions/wiki/HelpAddonsAscanrulesAlphaAscanalpha</info>
<date>2019-12-16</date>
<size>1225414</size>
<not-before-version>2.8.0</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>27</version>
<file>ascanrulesBeta-beta-27.zap</file>
<status>beta</status>
<changes><h3>Added</h3>
<ul>
<li>The following scan rules were promoted from Alpha to Beta:
<ul>
<li>Apache Range Header DoS</li>
<li>Cookie Slack Detector</li>
<li>ELMAH Information Leak</li>
<li>GET for POST</li>
<li>.htaccess Information Leak</li>
<li>HTTP Only Site</li>
<li>Httpoxy - Proxy Header Misuse</li>
<li>HTTPS Content Available via HTTP</li>
<li>Proxy Disclosure</li>
<li>Relative Path Confusion</li>
<li>Source Code Disclosure - File Inclusion</li>
<li>Source Code Disclosure - Git</li>
<li>SQL Injection - MsSQL</li>
<li>SQL Injection - SQLite</li>
<li>Trace.axd Information Leak</li>
<li>User Agent Fuzzer</li>
</ul>
</li>
</ul>
<h3>Changed</h3>
<ul>
<li>Add dependency on Custom Payloads add-on.</li>
<li>Fixed ArrayIndexOutOfBoundsException issue in XML External Entity Attack scan rule.
<ul>
<li>Now removes original XML header in &quot;Local File Reflection Attack&quot;.</li>
</ul>
</li>
<li>Maintenance changes.</li>
<li>Update minimum ZAP version to 2.8.0.</li>
<li>Elmah scan rule updated to include a response content check, and vary alert confidence values accordingly.</li>
</ul></changes>
<url>https://github.com/zaproxy/zap-extensions/releases/download/ascanrulesBeta-v27/ascanrulesBeta-beta-27.zap</url>
<hash>SHA-256:19f176a2ecada196708b1ab521a766871411f2edfd8dd24a37ccfd1d9df5c46d</hash>
<date>2019-12-16</date>
<size>1434027</size>
<not-before-version>2.8.0</not-before-version>
</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>
<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://github.com/zaproxy/zap-extensions/wiki/HelpAddonsAuthstatsAuthStats</info>
<date>2017-11-28</date>
<size>238686</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>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>
<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>
<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>8</version>
<file>bruteforce-beta-8.zap</file>
<status>beta</status>
<changes><ul>
<li>Two new options are provided as part of issue 173:
<ul>
<li>One option allows the user to specify the file extensions to ignore.
URIs ending with specified file extensions are ignored from making requests to the server.</li>
<li>The other option allows the user to specify fail case string.</li>
</ul>
</li>
<li>Inform of running scans (e.g. on session change, add-on uninstall).</li>
<li>Issue 2000 - Updated strings shown in attack menu with title caps.</li>
<li>Enable start button on file selection.</li>
</ul></changes>
<url>https://github.com/zaproxy/zap-extensions/releases/download/bruteforce-v8/bruteforce-beta-8.zap</url>
<hash>SHA-256:b497d8db37ef26bd49055c818a5bea7c0197e5778a9613320f64179b34596714</hash>
<date>2019-06-07</date>
<size>517559</size>
<not-before-version>2.7.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>
<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>
<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.codedx.com/</info>
<date>2019-08-23</date>
<size>1740991</size>
<not-before-version>2.5.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>8</version>
<file>communityScripts-alpha-8.zap</file>
<status>alpha</status>
<changes>Update from community-scripts repo.<br></changes>
<url>https://github.com/zaproxy/zap-extensions/releases/download/2.7/communityScripts-alpha-8.zap</url>
<hash>SHA1:cdcdb4acc3ee95187067a86b6cd89a37beea5431</hash>
<info>https://github.com/zaproxy/community-scripts</info>
<date>2018-06-19</date>
<size>387552</size>
<not-before-version>2.7.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 Core Team</author>
<version>0.9.0</version>
<file>custompayloads-alpha-0.9.0.zap</file>
<status>alpha</status>
<changes><ul>
<li>First version.</li>
</ul></changes>
<url>https://github.com/zaproxy/zap-extensions/releases/download/custompayloads-v0.9.0/custompayloads-alpha-0.9.0.zap</url>
<hash>SHA-256:ddfade1c631b4151f66825e5f3b3bd64d11e4e612e9a85042eb00a5a5bc51f9d</hash>
<date>2019-10-31</date>
<size>45786</size>
<not-before-version>2.8.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>5</version>
<file>customreport-alpha-5.zap</file>
<status>alpha</status>
<changes><ul>
<li>Improve layout/sizing of Generate Report dialogue (Issue 5521).</li>
<li>Remove unused library.</li>
</ul></changes>
<url>https://github.com/zaproxy/zap-extensions/releases/download/customreport-v5/customreport-alpha-5.zap</url>
<hash>SHA-256:437af7cf0e9517ec4efd2117ce6e601228471fb4e9493b2331820344e17e8e40</hash>
<date>2019-08-30</date>
<size>262137</size>
<not-before-version>2.5.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>9</version>
<file>diff-beta-9.zap</file>
<status>beta</status>
<changes><ul>
<li>Maintenance changes.</li>
<li>Bundle Diff Utils library instead of relying on core.</li>
</ul></changes>
<url>https://github.com/zaproxy/zap-extensions/releases/download/diff-v9/diff-beta-9.zap</url>
<hash>SHA-256:21b0190dc7c1705422657c166607b79cbda9ee0476b40d294d41d5373ff9b471</hash>
<date>2019-06-07</date>
<size>280329</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" 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.7/directorylistv1-release-3.zap</url>
<hash>SHA1:b1697b64f5bc50f6bfcb4047b37789850cc3e252</hash>
<info>https://owasp.org/index.php/DirBuster</info>
<date>2017-11-27</date>
<size>847619</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.7/directorylistv2_3-release-3.zap</url>
<hash>SHA1:e3b9cb6a9bae87a0dbcf73ff52f7b4406486d5c0</hash>
<info>https://owasp.org/index.php/DirBuster</info>
<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://owasp.org/index.php/DirBuster</info>
<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>ZAP Dev Team</author>
<version>9</version>
<file>domxss-alpha-9.zap</file>
<status>alpha</status>
<changes><h3>Fixed</h3>
<ul>
<li>Use default browser when no browser is specified in the configuration rule.</li>
</ul></changes>
<url>https://github.com/zaproxy/zap-extensions/releases/download/domxss-v9/domxss-alpha-9.zap</url>
<hash>SHA-256:069505357e4b18ffa1bc47ae2ea10fd3ddd5845b5e94b3edaefee9eb2dede254</hash>
<date>2019-06-12</date>
<size>213767</size>
<not-before-version>2.7.0</not-before-version>
<dependencies>
<addons>
<addon>
<id>selenium</id>
<version>15.*</version>
</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>6</version>
<file>exportreport-alpha-6.zap</file>
<status>alpha</status>
<changes><ul>
<li>Remove API when uninstalling.</li>
<li>Fix exception with Java 9+ (Issue 4214).</li>
</ul></changes>
<url>https://github.com/zaproxy/zap-extensions/releases/download/exportreport-v6/exportreport-alpha-6.zap</url>
<hash>SHA-256:18bcc0f55e0584489abce42bfc93db44ab370153b137c8322099879a046f2b14</hash>
<date>2019-06-24</date>
<size>8224348</size>
<not-before-version>2.7.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>2</version>
<file>formhandler-alpha-2.zap</file>
<status>alpha</status>
<changes>Add context menu to params panel.</changes>
<url>https://github.com/zaproxy/zap-extensions/releases/download/2.7/formhandler-alpha-2.zap</url>
<hash>SHA1:d7057d5b93bdd8f356a9814f30269b336c38c612</hash>
<date>2018-10-26</date>
<size>2200662</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>11</version>
<semver>2.0.1</semver>
<file>fuzz-beta-11.zap</file>
<status>beta</status>
<changes><ul>
<li>Enable the extensions for all DB types.</li>
<li>Use Monospaced font in payload text areas.</li>
<li>Possibility to enforce a random order in the RegexPayloadGenerator.</li>
<li>Make the default step in the Numberzz generator one.</li>
<li>Add json fuzzer.</li>
<li>Add parameters to Fuzzer HTTP Processor script.</li>
</ul></changes>
<url>https://github.com/zaproxy/zap-extensions/releases/download/fuzz-v11/fuzz-beta-11.zap</url>
<hash>SHA-256:a100eeec7013a08782cf19b987bb76ee64b29419af99ef1a940a16604df6ce33</hash>
<info>https://github.com/zaproxy/zap-core-help/wiki/HelpAddonsFuzzConcepts</info>
<date>2019-06-07</date>
<size>1945947</size>
<not-before-version>2.7.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>5</version>
<file>fuzzdb-release-5.zap</file>
<status>release</status>
<changes><h3>Changed</h3>
<ul>
<li>Update minimum ZAP version to 2.8.0.</li>
</ul>
<h3>Removed</h3>
<ul>
<li>Move web-backdoors to a new add-on, FuzzDB Web Backdoors, to avoid causing issues with AVs. <a href="https://github.com/zaproxy/zaproxy/issues/5294">#5294</a></li>
</ul></changes>
<url>https://github.com/zaproxy/zap-extensions/releases/download/fuzzdb-v5/fuzzdb-release-5.zap</url>
<hash>SHA-256:569a17547297f682da8d0abf51b5c9db24421c37c16023db7586588d0cbfbada</hash>
<info>https://github.com/fuzzdb-project/fuzzdb/</info>
<date>2019-06-27</date>
<size>5467143</size>
<not-before-version>2.8.0</not-before-version>
</addon_fuzzdb>
<addon>fuzzdbwebbackdoors</addon>
<addon_fuzzdbwebbackdoors>
<name>FuzzDB Web Backdoors</name>
<description>FuzzDB web backdoors which can be used with the ZAP fuzzer</description>
<author>ZAP Dev Team</author>
<version>1</version>
<file>fuzzdbwebbackdoors-release-1.zap</file>
<status>release</status>
<changes><p>First version.</p></changes>
<url>https://github.com/zaproxy/fuzzdb-web-backdoors/releases/download/v1/fuzzdbwebbackdoors-release-1.zap</url>
<hash>SHA-256:18c8f8f01c49f3134843daa569653a798bdc06cfd1b6e0d26a3c18e44213de81</hash>
<info>https://github.com/fuzzdb-project/fuzzdb/</info>
<date>2019-06-27</date>
<size>161031</size>
<not-before-version>2.8.0</not-before-version>
</addon_fuzzdbwebbackdoors>
<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>10</version>
<file>gettingStarted-release-10.zap</file>
<status>release</status>
<changes><ul>
<li>Updated for 2.8.0</li>
</ul></changes>
<url>https://github.com/zaproxy/zap-extensions/releases/download/gettingStarted-v10/gettingStarted-release-10.zap</url>
<hash>SHA-256:cea5fe2fd081d1814b4e21d95973a9090b195e580bb279edde875f8161ea1d8c</hash>
<date>2019-06-07</date>
<size>706894</size>
<not-before-version>2.8.0</not-before-version>
</addon_gettingStarted>
<addon>groovy</addon>
<addon_groovy>
<name>Groovy Scripting</name>
<description>Allows Groovy to be used for ZAP scripting - templates included</description>
<author>ZAP Dev Team</author>
<version>2</version>
<file>groovy-alpha-2.zap</file>
<status>alpha</status>
<changes>Add help.<br>
Added script templates.<br></changes>
<url>https://github.com/zaproxy/zap-extensions/releases/download/2.7/groovy-alpha-2.zap</url>
<hash>SHA1:7f0d54eaf987a435e941a422378c124f3fd29259</hash>
<date>2018-04-19</date>
<size>7334399</size>
<not-before-version>2.7.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>9</version>
<file>help-release-9.zap</file>
<status>release</status>
<changes><ul>
<li>Update for 2.8.0 release.</li>
</ul></changes>
<url>https://github.com/zaproxy/zap-core-help/releases/download/help-v9/help-release-9.zap</url>
<hash>SHA-256:d4ac481ff08ebfa0fc35fea4d3c0a481a0f4491aab0cbe0d0d7caef408ee679c</hash>
<info>https://github.com/zaproxy/zap-core-help/wiki/HelpIntro</info>
<date>2019-06-07</date>
<size>747145</size>
<not-before-version>2.8.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>
<info>https://crowdin.com/project/zap-help</info>
<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>
<info>https://crowdin.com/project/zap-help</info>
<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>
<info>https://crowdin.com/project/zap-help</info>
<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>
<info>https://crowdin.com/project/zap-help</info>
<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>
<info>https://crowdin.com/project/zap-help</info>
<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>
<info>https://crowdin.com/project/zap-help</info>
<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>
<file>help_pt_BR-release-10.zap</file>
<status>release</status>
<changes>Updated with the latest files from crowdin</changes>
<url>https://github.com/zaproxy/zap-extensions/releases/download/2.7/help_pt_BR-release-10.zap</url>
<hash>SHA1:43ef048b4faff32e6ed59dfbd07174ceec71bbdb</hash>
<info>https://crowdin.com/project/zap-help</info>
<date>2018-02-08</date>
<size>793044</size>
<not-before-version>2.7.0</not-before-version>
</addon_help_pt_BR>
<addon>help_tr_TR</addon>
<addon_help_tr_TR>
<name>Help - Turkish</name>
<description>Turkish version of the ZAP help file.</description>
<author>ZAP Crowdin Team</author>
<version>1</version>
<file>help_tr_TR-release-1.zap</file>
<status>release</status>
<changes>First version</changes>
<url>https://github.com/zaproxy/zap-extensions/releases/download/2.7/help_tr_TR-release-1.zap</url>
<hash>SHA1:2d4c3c115e0f401c37049dd1802f413b42f88e5e</hash>
<info>https://crowdin.com/project/zap-help</info>
<date>2018-02-08</date>
<size>815439</size>
<not-before-version>2.7.0</not-before-version>
</addon_help_tr_TR>
<addon>help_zh_CN</addon>
<addon_help_zh_CN>
<name>Help Chinese Simplified</name>
<description>Chinese Simplified version of the ZAP help file.</description>
<author>ZAP Crowdin Team</author>
<version>2</version>
<file>help_zh_CN-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_zh_CN-beta-2.zap</url>
<hash>SHA1:bf58e29e3813b20df90e1691e81119e4a1a2e4f2</hash>
<info>https://crowdin.com/project/zap-help</info>
<date>2018-02-08</date>
<size>761680</size>
<not-before-version>2.7.0</not-before-version>
</addon_help_zh_CN>
<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>7</version>
<file>highlighter-alpha-7.zap</file>
<status>alpha</status>
<changes>Fix help related exception in the Highlighter panel.<br>
Correct resizing of Highlighter panel.<br>
Update minimum ZAP version to 2.5.0.<br></changes>
<url>https://github.com/zaproxy/zap-extensions/releases/download/2.7/highlighter-alpha-7.zap</url>
<hash>SHA1:6b3cbf8939c2dfc5eb0c6e74e407d3674048fe93</hash>
<date>2018-05-30</date>
<size>9210</size>
<not-before-version>2.5.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>12</version>
<file>httpsInfo-alpha-12.zap</file>
<status>alpha</status>
<changes><ul>
<li>New tabbed UI.</li>
<li>Update to DeepViolet 5.1.16.</li>
</ul></changes>
<url>https://github.com/zaproxy/zap-extensions/releases/download/httpsInfo-v12/httpsInfo-alpha-12.zap</url>
<hash>SHA1:c9c44e815522b32f3870bae898ed4e76e9011207</hash>
<date>2019-04-26</date>
<size>7690429</size>
<not-before-version>2.7.0</not-before-version>
</addon_httpsInfo>
<addon>hud</addon>
<addon_hud>
<name>HUD - Heads Up Display</name>
<description>Display information from ZAP in browser.</description>
<author>ZAP Dev Team</author>
<version>0.8.0</version>
<file>hud-beta-0.8.0.zap</file>
<status>beta</status>
<changes><h3>Added</h3>
<ul>
<li>Added 'Toggle Script' tool, allowing user-made scripts to be toggled on and off from the HUD <a href="https://github.com/zaproxy/zap-hud/issues/335">#335</a></li>
<li>Tweet link on completing the tutorial</li>
<li>Comments tool which shows all of the HTML comments on a page <a href="https://github.com/zaproxy/zap-hud/issues/378">#378</a></li>
</ul>
<h3>Fixed</h3>
<ul>
<li>Dialogue windows close properly when the Escape key is pressed <a href="https://github.com/zaproxy/zap-hud/issues/71">#71</a></li>
<li>Sites upgraded to https fail if 'only in scope' switched on <a href="https://github.com/zaproxy/zap-hud/issues/316">#316</a></li>
</ul></changes>
<url>https://github.com/zaproxy/zap-hud/releases/download/v0.8.0/hud-beta-0.8.0.zap</url>
<hash>SHA-256:108fda27ad71160767dbb5271155416ea31f05ae4e9556b1d85b8ecd2ab8c120</hash>
<date>2019-11-25</date>
<size>898414</size>
<not-before-version>2.8.0</not-before-version>
<dependencies>
<addons>
<addon>
<id>websocket</id>
</addon>
</addons>
</dependencies>
</addon_hud>
<addon>imagelocationscanner</addon>
<addon_imagelocationscanner>
<name>Image Location and Privacy Scanner</name>
<description>Image Location and Privacy Passive Scanner</description>
<author>Veggiespam and the ZAP Dev Team</author>
<version>1</version>
<file>imagelocationscanner-beta-1.zap</file>
<status>beta</status>
<changes>Promoted to beta and separated from the passive scan alpha add-on.<br></changes>
<url>https://github.com/zaproxy/zap-extensions/releases/download/2.7/imagelocationscanner-beta-1.zap</url>
<hash>SHA1:5fcd1183e055406b8dd725f434044ef73323f48f</hash>
<date>2018-02-27</date>
<size>607798</size>
<not-before-version>2.7.0</not-before-version>
</addon_imagelocationscanner>
<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.7/importLogFiles-alpha-4.zap</url>
<hash>SHA1:81d9d50c879301d8ce40b8b39d5e1953f95ba9ab</hash>
<info>https://github.com/zaproxy/zaproxy/wiki/MozillaMentorship_ImportingModSecurityLogs</info>
<date>2017-11-28</date>
<size>152736</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>6</version>
<file>importurls-beta-6.zap</file>
<status>beta</status>
<changes><ul>
<li>Maintenance changes.</li>
<li>Add description to API endpoint.</li>
</ul></changes>
<url>https://github.com/zaproxy/zap-extensions/releases/download/importurls-v6/importurls-beta-6.zap</url>
<hash>SHA-256:865ba2d56165fc49f1d15a8e698f1996ba2dcc4356f1db56de831f94be029fff</hash>
<date>2019-06-07</date>
<size>235071</size>
<not-before-version>2.7.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>9</version>
<file>invoke-beta-9.zap</file>
<status>beta</status>
<changes>Added additional parameter replacements of %msgid% and %header-*%<br></changes>
<url>https://github.com/zaproxy/zap-extensions/releases/download/2.7/invoke-beta-9.zap</url>
<hash>SHA1:81df2e9d7794b273410c87336ef66cb4cc4dc6b6</hash>
<date>2018-02-19</date>
<size>314763</size>
<not-before-version>2.7.0</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>6</version>
<file>jruby-beta-6.zap</file>
<status>beta</status>
<changes>Updated for 2.7.0.<br></changes>
<url>https://github.com/zaproxy/zap-extensions/releases/download/2.7/jruby-beta-6.zap</url>
<hash>SHA1:99166f0e9f4337329ae8452da032986214f1eb73</hash>
<date>2017-11-27</date>
<size>22477473</size>
<not-before-version>2.7.0</not-before-version>
</addon_jruby>
<addon>jsonview</addon>
<addon_jsonview>
<name>Json view</name>
<description>Adds a view that shows JSON messages nicely formatted</description>
<author>Juha Kivekäs</author>
<version>1</version>
<file>jsonview-alpha-1.zap</file>
<status>alpha</status>
<changes>Initial release</changes>
<url>https://github.com/zaproxy/zap-extensions/releases/download/2.7/jsonview-alpha-1.zap</url>
<hash>SHA1:be9a95e39722ff42af1160a195a56c9af9e285c1</hash>
<date>2018-02-08</date>
<size>10796</size>
<not-before-version>2.6.0</not-before-version>
</addon_jsonview>
<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>14</version>
<file>jxbrowser-alpha-14.zap</file>
<status>alpha</status>
<changes><h3>Changed</h3>
<ul>
<li>Depend on newer version of Selenium add-on.</li>
</ul></changes>
<url>https://github.com/zaproxy/zap-extensions/releases/download/jxbrowser-v14/jxbrowser-alpha-14.zap</url>
<hash>SHA-256:b185d17c7a981afd0d77c07436786341a4e580e0f76bfa6d319e8f3592c11bbe</hash>
<date>2019-06-07</date>
<size>1479208</size>
<not-before-version>2.7.0</not-before-version>
</addon_jxbrowser>
<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>12</version>
<file>jxbrowserlinux64-alpha-12.zap</file>
<status>alpha</status>
<changes><h3>Changed</h3>
<ul>