-
-
Notifications
You must be signed in to change notification settings - Fork 26
/
ZapVersions-2.4.xml
1087 lines (1087 loc) · 51.5 KB
/
ZapVersions-2.4.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>1</version>
<file>accessControl-alpha-1.zap</file>
<status>alpha</status>
<changes>Initial version</changes>
<url>https://github.com/zaproxy/zap-extensions/releases/download/2.4/accessControl-alpha-1.zap</url>
<hash>SHA1:92a1bca6711f223e1eaff7e577307d835bcaf9f7</hash>
<date>2015-04-13</date>
<size>444307</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>2</version>
<file>alertFilters-beta-2.zap</file>
<status>beta</status>
<changes>Updated to use alertIds from 2.4.3+<br>
Misc minor bug fixes<br>
HTML report reports the filtered false positives as true results (Issue 2311)<br>
Promoted to beta and added icon<br>
Various minor UI improvements<br></changes>
<url>https://github.com/zaproxy/zap-extensions/releases/download/2.4/alertFilters-beta-2.zap</url>
<hash>SHA1:bc97e3b0a8b4955662377c6a652193acd8833bfa</hash>
<date>2016-03-22</date>
<size>263798</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.4/alertReport-beta-14.zap</url>
<hash>SHA1:70306adc9e2f1ab6c00efe9c46c22e4047ea10fa</hash>
<info>http://www.talsoft.com.ar</info>
<date>2015-07-27</date>
<size>9721300</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.4/amf-alpha-1.zap</url>
<hash>SHA1:56e8f859ac538a9b7b1d6d8022cc406f8accbcb1</hash>
<date>2015-08-16</date>
<size>808303</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>15</version>
<file>ascanrulesAlpha-alpha-15.zap</file>
<status>alpha</status>
<changes>Update add-on's info URL.<br>
Added Integer Overflow scanner.<br>
Added new scanner User Agent Fuzzer. The scanner checks for differences in response based on fuzzed User Agent.<br>
Slightly improve performance of "Source Code Disclosure - File Inclusion".<br>
Demoted LDAP rule due to performance issues</changes>
<url>https://github.com/zaproxy/zap-extensions/releases/download/2.4/ascanrulesAlpha-alpha-15.zap</url>
<hash>SHA1:52f9b52561ba82e83ab6808e2a428135ecc7a8ef</hash>
<info>https://github.com/zaproxy/zap-extensions/wiki/HelpAddonsAscanrulesAlphaAscanalpha</info>
<date>2015-12-04</date>
<size>1312312</size>
<not-before-version>2.4.2</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>19</version>
<file>ascanrulesBeta-beta-19.zap</file>
<status>beta</status>
<changes>Adding Integer Overflow Scanner.<br>
Issue 823: i18n (internationalise) beta active scan rules.<br>
Issue 1713: Source Code Disclosure SVN Throws False Positive - Fixed.<br>
Add CWE and WASC IDs to active scanners which may have been lacking those details.<br>
Create help for scanners which were missing entries.<br>
Issue 2180: Adjust logging, and implement plugin skip if runtime requirements not met.</br>
Security fixes, to be detailed later.<br></changes>
<url>https://github.com/zaproxy/zap-extensions/releases/download/2.4/ascanrulesBeta-beta-19.zap</url>
<hash>SHA1:ae9902333c56f6e1ac1d4aeaa5967e92758c2852</hash>
<date>2016-02-05</date>
<size>2585546</size>
<not-before-version>2.4.1</not-before-version>
</addon_ascanrulesBeta>
<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.4/beanshell-beta-5.zap</url>
<hash>SHA1:232de4af6f0d7671aafd14f40ec6f0aea6ec48a1</hash>
<date>2015-04-13</date>
<size>547816</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.4/browserView-alpha-4.zap</url>
<hash>SHA1:dc770d05e90b1ca0ea865c828be24532d393e21e</hash>
<date>2015-04-13</date>
<size>174828</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.4/bruteforce-beta-5.zap</url>
<hash>SHA1:141140a0c2e4cbf196d45566d362e9823498172a</hash>
<date>2015-12-04</date>
<size>1000226</size>
<not-before-version>2.4.2</not-before-version>
</addon_bruteforce>
<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.4/callgraph-alpha-3.zap</url>
<hash>SHA1:7e5f464cab9f948f6f84d9c480e48b45b8f0dd84</hash>
<date>2015-04-13</date>
<size>1143369</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</description>
<author>Code Dx, Inc.</author>
<version>2</version>
<file>codedx-alpha-2.zap</file>
<status>alpha</status>
<changes>Rework HTML tags in reports</changes>
<url>https://github.com/zaproxy/zap-extensions/releases/download/2.4/codedx-alpha-2.zap</url>
<hash>SHA1:f3236e638d96e14380e1f89c7c3ca2b6f9b7990e</hash>
<date>2015-12-04</date>
<size>22196</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>2</version>
<file>communityScripts-alpha-2.zap</file>
<status>alpha</status>
<changes>Fixed bug which prevents ZAP configs from being saved correctly<br></changes>
<url>https://github.com/zaproxy/zap-extensions/releases/download/2.4/communityScripts-alpha-2.zap</url>
<hash>SHA1:74ac7f864454b32dd6a985d6b169c3f26c77ac88</hash>
<info>https://github.com/zaproxy/community-scripts</info>
<date>2016-02-17</date>
<size>129034</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>9</version>
<file>coreLang-release-9.zap</file>
<status>release</status>
<changes>Updated for 2.4.2</changes>
<url>https://github.com/zaproxy/zap-extensions/releases/download/2.4/coreLang-release-9.zap</url>
<hash>SHA1:20944b6d83163d81b981a571933bce0a38b4ccee</hash>
<info>https://crowdin.com/project/zaproxy</info>
<date>2015-09-07</date>
<size>2582669</size>
<not-before-version>2.4.2</not-before-version>
</addon_coreLang>
<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>1</version>
<file>customreport-alpha-1.zap</file>
<status>alpha</status>
<url>https://github.com/zaproxy/zap-extensions/releases/download/2.4/customreport-alpha-1.zap</url>
<hash>SHA1:235bc5518455394c0d5081e314fbffeb8638156f</hash>
<date>2015-12-04</date>
<size>555935</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.4/diff-beta-6.zap</url>
<hash>SHA1:f7b7b9c76ef35c4deaabf57cfe81b6b2c65cdf28</hash>
<date>2015-12-04</date>
<size>234656</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.4/directorylistv1-release-3.zap</url>
<hash>SHA1:77ba79eb68b9768d5c223dacf7c5433b0cff0b54</hash>
<info>https://owasp.org/index.php/DirBuster</info>
<date>2015-12-04</date>
<size>847601</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.4/directorylistv2_3-release-3.zap</url>
<hash>SHA1:440e50d8fcd59b6e44f85c510a080dfa1823987e</hash>
<info>https://owasp.org/index.php/DirBuster</info>
<date>2015-12-04</date>
<size>8608719</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.4/directorylistv2_3_lc-release-3.zap</url>
<hash>SHA1:8d187d3a75aea6405a9806076775751b1b78b701</hash>
<info>https://owasp.org/index.php/DirBuster</info>
<date>2015-12-04</date>
<size>7454751</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>2</version>
<file>domxss-alpha-2.zap</file>
<status>alpha</status>
<changes>Change (duplicated) scanner ID, now it's 40026.<br></changes>
<url>https://github.com/zaproxy/zap-extensions/releases/download/2.4/domxss-alpha-2.zap</url>
<hash>SHA1:083b18d47649463cb894a4b7f78224ad7eee3499</hash>
<date>2015-12-04</date>
<size>191683</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>fuzz</addon>
<addon_fuzz>
<name>AdvFuzzer</name>
<description>Advanced fuzzer for manual testing</description>
<author>ZAP Dev Team</author>
<version>6</version>
<semver>2.0.1</semver>
<file>fuzz-beta-6.zap</file>
<status>beta</status>
<changes>Added Export button to export results as CSV file.<br>
Enable "Limit maximum errors" by default and increase the default number.<br>
Improve error handling when reading/writing files from/to fuzzers directory.<br>
Add SHA-512 Hash payload processor (Issue 2643).<br>
Allow to search the fuzzer file names when selecting them.<br></changes>
<url>https://github.com/zaproxy/zap-extensions/releases/download/2.5/fuzz-beta-6.zap</url>
<hash>SHA1:b49dea08655edaab20d0c72f706177b288cf3091</hash>
<info>https://github.com/zaproxy/zap-core-help/wiki/HelpAddonsFuzzConcepts</info>
<date>2016-07-14</date>
<size>2193035</size>
<not-before-version>2.4.0</not-before-version>
</addon_fuzz>
<addon>fuzzdb</addon>
<addon_fuzzdb>
<name>Fuzzdb files</name>
<description>Fuzzdb v1.09 files which can be used with the ZAP fuzzer</description>
<author>ZAP Dev Team</author>
<version>3</version>
<file>fuzzdb-release-3.zap</file>
<status>release</status>
<changes>Updated for 2.4.0.</changes>
<url>https://github.com/zaproxy/zap-extensions/releases/download/2.4/fuzzdb-release-3.zap</url>
<hash>SHA1:ab9494717cd4f669801e5331b0cfab51a844f081</hash>
<info>http://code.google.com/p/fuzzdb/</info>
<date>2015-04-13</date>
<size>7211698</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>4</version>
<file>gettingStarted-release-4.zap</file>
<status>release</status>
<changes>Updated to point to GitHub</changes>
<url>https://github.com/zaproxy/zap-extensions/releases/download/2.4/gettingStarted-release-4.zap</url>
<hash>SHA1:1bf395e852e66ecbc29e200d23a5fc95cee85e2b</hash>
<date>2015-06-18</date>
<size>270135</size>
<not-before-version>2.4.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>5</version>
<file>help-release-5.zap</file>
<status>release</status>
<changes>Updated for 2.4.3</changes>
<url>https://github.com/zaproxy/zap-extensions/releases/download/2.4/help-release-5.zap</url>
<hash>SHA1:efcdf8c2e0853e8c214c86671944ce62ca9cea0e</hash>
<info>https://github.com/zaproxy/zap-core-help/wiki/HelpIntro</info>
<date>2015-12-04</date>
<size>711029</size>
<not-before-version>2.4.3</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>4</version>
<file>help_bs_BA-alpha-4.zap</file>
<status>alpha</status>
<changes>Updated for 2.4.3</changes>
<url>https://github.com/zaproxy/zap-extensions/releases/download/2.4/help_bs_BA-alpha-4.zap</url>
<hash>SHA1:35c5b1b5f1a5cada187be51b50fda04d9b84edfa</hash>
<info>https://crowdin.com/project/zap-help</info>
<date>2015-12-04</date>
<size>728733</size>
<not-before-version>2.4.3</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>4</version>
<file>help_es_ES-alpha-4.zap</file>
<status>alpha</status>
<changes>Updated for 2.4.3</changes>
<url>https://github.com/zaproxy/zap-extensions/releases/download/2.4/help_es_ES-alpha-4.zap</url>
<hash>SHA1:e47e9fb0ee21ae2612b4bc16f83b5c504f389442</hash>
<info>https://crowdin.com/project/zap-help</info>
<date>2015-12-04</date>
<size>731964</size>
<not-before-version>2.4.3</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>4</version>
<file>help_fr_FR-alpha-4.zap</file>
<status>alpha</status>
<changes>Updated for 2.4.3</changes>
<url>https://github.com/zaproxy/zap-extensions/releases/download/2.4/help_fr_FR-alpha-4.zap</url>
<hash>SHA1:803e9ff2a6ef6342dcf8b9fe1f8ea5059c98ad90</hash>
<info>https://crowdin.com/project/zap-help</info>
<date>2015-12-04</date>
<size>728018</size>
<not-before-version>2.4.3</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>4</version>
<file>help_ja_JP-alpha-4.zap</file>
<status>alpha</status>
<changes>Updated for 2.4.3</changes>
<url>https://github.com/zaproxy/zap-extensions/releases/download/2.4/help_ja_JP-alpha-4.zap</url>
<hash>SHA1:5981c8e3924145ce2762d87aa2c80b3d036f4acf</hash>
<info>https://crowdin.com/project/zap-help</info>
<date>2015-12-04</date>
<size>755403</size>
<not-before-version>2.4.3</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>5</version>
<file>help_pt_BR-release-5.zap</file>
<status>release</status>
<changes>Updated for 2.4.3</changes>
<url>https://github.com/zaproxy/zap-extensions/releases/download/2.4/help_pt_BR-release-5.zap</url>
<hash>SHA1:a8d7861b23253f0e68489b9c05009210f36fac29</hash>
<info>https://crowdin.com/project/zap-help</info>
<date>2015-12-04</date>
<size>766697</size>
<not-before-version>2.4.3</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.4/highlighter-alpha-6.zap</url>
<hash>SHA1:211f40cedfb7e72e948561bd2c02e7424ddf53de</hash>
<date>2015-04-13</date>
<size>9562</size>
<not-before-version>2.4.0</not-before-version>
</addon_highlighter>
<addon>httpsInfo</addon>
<addon_httpsInfo>
<name>HttpsInfo</name>
<description>Adds Https status information</description>
<author>ZAP Dev Team</author>
<version>6</version>
<file>httpsInfo-alpha-6.zap</file>
<status>alpha</status>
<changes>Issue 1978 Uncaught NPE - Fixed.</changes>
<url>https://github.com/zaproxy/zap-extensions/releases/download/2.4/httpsInfo-alpha-6.zap</url>
<hash>SHA1:08b55236c4a67d68e99db7ed37b291f65edd70c7</hash>
<date>2015-12-04</date>
<size>51818</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>3</version>
<file>importLogFiles-alpha-3.zap</file>
<status>alpha</status>
<changes>Updated add-on's info URL.</changes>
<url>https://github.com/zaproxy/zap-extensions/releases/download/2.4/importLogFiles-alpha-3.zap</url>
<hash>SHA1:43308016f687eb673d783425e2bb5279920ca3ce</hash>
<info>https://github.com/zaproxy/zaproxy/wiki/MozillaMentorship_ImportingModSecurityLogs</info>
<date>2015-09-07</date>
<size>151944</size>
<not-before-version>2.4.2</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>2</version>
<file>importurls-beta-2.zap</file>
<status>beta</status>
<changes>Promoted to beta, updated for ZAP 2.4</changes>
<url>https://github.com/zaproxy/zap-extensions/releases/download/2.4/importurls-beta-2.zap</url>
<hash>SHA1:59cb337708eb12372855391c2b600062167acced</hash>
<date>2015-04-13</date>
<size>200107</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>4</version>
<file>invoke-beta-4.zap</file>
<status>beta</status>
<changes>Allow to invoke the applications in all UI components that show HTTP messages.<br>
Allow to manually specify the application path and working directory (Issue 2708).<br></changes>
<url>https://github.com/zaproxy/zap-extensions/releases/download/2.5/invoke-beta-4.zap</url>
<hash>SHA1:76d2c426b4afbb23ddd8b514fe8b3f3fbd07d093</hash>
<date>2016-08-03</date>
<size>283768</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.4/jruby-beta-4.zap</url>
<hash>SHA1:0759a375e16ef4b01c2bd46c997c3d1de116aa21</hash>
<date>2015-04-13</date>
<size>22208105</size>
<not-before-version>2.4.0</not-before-version>
</addon_jruby>
<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>4</version>
<file>jython-beta-4.zap</file>
<status>beta</status>
<changes>Updated for ZAP 2.4</changes>
<url>https://github.com/zaproxy/zap-extensions/releases/download/2.4/jython-beta-4.zap</url>
<hash>SHA1:e89573c9b5fa380a1c4f3fc812b1841105632978</hash>
<date>2015-04-13</date>
<size>14545042</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.4/onlineMenu-release-4.zap</url>
<hash>SHA1:7fff76fd428c63df904a750578b9b9efec72da0d</hash>
<info>https://github.com/zaproxy/zap-core-help/wiki/HelpAddonsOnlineMenuOnlineMenu</info>
<date>2015-12-04</date>
<size>199593</size>
<not-before-version>2.4.0</not-before-version>
</addon_onlineMenu>
<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.4/plugnhack-beta-9.zap</url>
<hash>SHA1:9cccd811449afa171b31960d371fd93e9ebb1a89</hash>
<info>https://developer.mozilla.org/en-US/docs/Plug-n-Hack</info>
<date>2015-08-23</date>
<size>507813</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.4/portscan-beta-7.zap</url>
<hash>SHA1:71f8aaece1224fb3859cfe2c56630aacb1ef8f03</hash>
<date>2015-12-04</date>
<size>602634</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>17</version>
<file>pscanrules-release-17.zap</file>
<status>release</status>
<changes>Correctly check that the cookie being set has the Secure and HttpOnly attributes.<br>
Do not set the attack field for Private IP Disclosure and Secure Pages Include Mixed Content.<br>
Remove "N/A" parameter from the alert of Application Error Disclosure.<br>
Issue 2539 - X-Frame-Options passive scanner, add compliance variants.<br>
Corrected Password Autocomplete parameter in alert</changes>
<url>https://github.com/zaproxy/zap-extensions/releases/download/2.5/pscanrules-release-17.zap</url>
<hash>SHA1:5e872e888dd91a0c9010e2eba48a85409f5eca8a</hash>
<date>2016-07-15</date>
<size>441313</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>10</version>
<file>pscanrulesAlpha-alpha-10.zap</file>
<status>alpha</status>
<changes>XPoweredByHeaderInfoLeakScanner modify evidence (Issue 2575)<br>
ContentSecurityPolicyMissingScanner to only check for older CSP headers at Low threshold<br>
CacheableScanner: Add other information in attack and remove evidence (Issue 2573)<br></changes>
<url>https://github.com/zaproxy/zap-extensions/releases/download/2.5/pscanrulesAlpha-alpha-10.zap</url>
<hash>SHA1:1fc881177fd0e629c8c0b97480e96cdcd51cb052</hash>
<date>2016-06-22</date>
<size>1850422</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>12</version>
<file>pscanrulesBeta-beta-12.zap</file>
<status>beta</status>
<changes>Change (duplicated) scanner ID of Weak Authentication Method, now it's 10105.<br></changes>
<url>https://github.com/zaproxy/zap-extensions/releases/download/2.4/pscanrulesBeta-beta-12.zap</url>
<hash>SHA1:083f33e5878237ef45a795f39c8d5d3590260d20</hash>
<date>2015-12-04</date>
<size>386237</size>
<not-before-version>2.4.2</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>17</version>
<file>quickstart-release-17.zap</file>
<status>release</status>
<changes>Add progress indications for quick scan launched from the command line (Issue 1891) <br>
Improve Quick Attack error messages (Issue 2032) <br></changes>
<url>https://github.com/zaproxy/zap-extensions/releases/download/2.4/quickstart-release-17.zap</url>
<hash>SHA1:7f1c24ef8ea1bd4cb0c0c5490914317cecc8c4d1</hash>
<date>2015-12-04</date>
<size>340761</size>
<not-before-version>2.4.2</not-before-version>
</addon_quickstart>
<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.4/requester-alpha-1.zap</url>
<hash>SHA1:47366c74610c4a086c5143c7c1b840af28ae5472</hash>
<date>2016-05-13</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.4/reveal-release-2.zap</url>
<hash>SHA1:b84aec793c3a55d2c7eadfa864335e4e70497a64</hash>
<date>2015-04-13</date>
<size>213139</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>1</version>
<file>revisit-alpha-1.zap</file>
<status>alpha</status>
<changes>First version</changes>
<url>https://github.com/zaproxy/zap-extensions/releases/download/2.4/revisit-alpha-1.zap</url>
<hash>SHA1:dd656f51d67659486634d14d743cdfabbdcc4b88</hash>
<date>2015-10-26</date>
<size>82810</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>5</version>
<file>saml-alpha-5.zap</file>
<status>alpha</status>
<changes>Internationalise and show 'SAML Actions' menu.<br>
Security fixes, to be detailed later.<br></changes>
<url>https://github.com/zaproxy/zap-extensions/releases/download/2.4/saml-alpha-5.zap</url>
<hash>SHA1:9d1e9eb975ae2428b99f7e0a88f9cab1c07f0aaa</hash>
<info>https://github.com/zaproxy/zaproxy</info>
<date>2016-02-05</date>
<size>994451</size>
<not-before-version>2.4.0</not-before-version>
</addon_saml>
<addon>saverawmessage</addon>
<addon_saverawmessage>
<name>Save Raw Message</name>
<description>Allows to save content of HTTP messages as binary</description>
<author>ZAP Dev Team</author>
<version>2</version>
<file>saverawmessage-release-2.zap</file>
<status>release</status>
<changes>Safe menu item will now be enabled in protected and safe modes (Issue 1278).</changes>
<url>https://github.com/zaproxy/zap-extensions/releases/download/2.4/saverawmessage-release-2.zap</url>
<hash>SHA1:715e2be155cc141695d4347d3924649ea7f14369</hash>
<date>2015-04-13</date>
<size>24648</size>
<not-before-version>2.4.0</not-before-version>
</addon_saverawmessage>
<addon>scripts</addon>
<addon_scripts>
<name>Script Console</name>
<description>Supports all JSR 223 scripting languages</description>
<author>ZAP Dev Team</author>
<version>15</version>
<file>scripts-beta-15.zap</file>
<status>beta</status>
<changes>Issue 1653: Support context menu key for trees.<br>
Updated add-on's info URL.</changes>
<url>https://github.com/zaproxy/zap-extensions/releases/download/2.4/scripts-beta-15.zap</url>
<hash>SHA1:23d803f7521e268fd3e1eb4f28bc488ded124b32</hash>
<info>https://github.com/zaproxy/zaproxy/wiki/ScriptConsole</info>
<date>2015-08-23</date>
<size>505975</size>
<not-before-version>2.4.0</not-before-version>
</addon_scripts>
<addon>selenium</addon>
<addon_selenium>
<name>Selenium</name>
<description>WebDriver provider and includes HtmlUnit browser</description>
<author>ZAP Dev Team</author>
<version>6</version>
<semver>1.0.0</semver>
<file>selenium-release-6.zap</file>
<status>release</status>
<changes>Fix issue that prevented PhantomJS from starting (Issue 2636)</changes>
<url>https://github.com/zaproxy/zap-extensions/releases/download/2.5/selenium-release-6.zap</url>
<hash>SHA1:73903430831c9778e0fc34e2dfa7e638c0c15272</hash>
<date>2016-06-30</date>
<size>31702670</size>
<not-before-version>2.4.3</not-before-version>
</addon_selenium>
<addon>sequence</addon>
<addon_sequence>
<name>Sequence</name>
<description>Gives the possibility of defining a sequence of requests to be scanned.</description>
<author>ZAP Dev Team</author>
<version>2</version>
<file>sequence-alpha-2.zap</file>
<status>alpha</status>
<changes>Updated to latest core changes.</changes>
<url>https://github.com/zaproxy/zap-extensions/releases/download/2.4/sequence-alpha-2.zap</url>
<hash>SHA1:97ef0d02e5fbc26a82c50b32f93906049c57aafb</hash>
<date>2015-09-07</date>
<size>35673</size>
<not-before-version>2.4.2</not-before-version>
</addon_sequence>
<addon>sniTerminator</addon>
<addon_sniTerminator>
<name>SNI Terminator</name>
<description>Transparent HTTP proxying</description>
<author>ZAP Dev Team</author>
<version>4</version>
<file>sniTerminator-alpha-4.zap</file>
<status>alpha</status>
<changes>Update library to work with newer versions of ZAP.</changes>
<url>https://github.com/zaproxy/zap-extensions/releases/download/2.4/sniTerminator-alpha-4.zap</url>
<hash>SHA1:c6e18d4e1fb7d9b1194584f897d6d87bc7226209</hash>
<info>http://www.computerist.org/blog/2014/07/23/Transparent-HTTPS-proxying-with-ZAP/</info>
<date>2016-05-30</date>
<size>247164</size>
<not-before-version>2.4.1</not-before-version>
<dependencies>
<javaversion>1.8</javaversion>
</dependencies>
</addon_sniTerminator>
<addon>soap</addon>
<addon_soap>
<name>SOAP Scanner</name>
<description>Imports and scans WSDL files containing SOAP endpoints.</description>
<author>Alberto (albertov91)</author>
<version>2</version>
<file>soap-alpha-2.zap</file>
<status>alpha</status>
<changes>Fixes a problem where operations under the same location were overwritten. Other minor fixes.</changes>
<url>https://github.com/zaproxy/zap-extensions/releases/download/2.4/soap-alpha-2.zap</url>
<hash>SHA1:c6076ed993bece3ca0b67c4fe308944ecc61c0f4</hash>
<date>2015-09-07</date>
<size>7282070</size>
<not-before-version>2.4.2</not-before-version>
</addon_soap>
<addon>spiderAjax</addon>
<addon_spiderAjax>
<name>Ajax Spider</name>
<description>Allows you to spider sites that make heavy use of JavaScript using Crawljax</description>
<author>ZAP Dev Team</author>
<version>14</version>
<file>spiderAjax-release-14.zap</file>
<status>release</status>
<changes>Issue 2102: Allow ajax spider options to be set via the API.<br></changes>
<url>https://github.com/zaproxy/zap-extensions/releases/download/2.4/spiderAjax-release-14.zap</url>
<hash>SHA1:563697a35cb1e26116be7b731431a00f743dcfb2</hash>
<info>https://github.com/zaproxy/zap-core-help/wiki/HelpAddonsSpiderAjaxConcepts</info>
<date>2015-12-04</date>
<size>2498848</size>
<not-before-version>2.4.2</not-before-version>
<dependencies>
<addons>
<addon>
<id>selenium</id>
<semver>1.*</semver>
</addon>
</addons>
</dependencies>
</addon_spiderAjax>
<addon>sqliplugin</addon>
<addon_sqliplugin>
<name>Advanced SQLInjection Scanner</name>
<description>An advanced active injection bundle for SQLi (derived by SQLMap)</description>
<author>Andrea Pompili (Yhawke)</author>
<version>11</version>
<file>sqliplugin-beta-11.zap</file>
<status>beta</status>
<changes>Check all DB techs when evaluating if the scanner should be run.<br></changes>
<url>https://github.com/zaproxy/zap-extensions/releases/download/2.5/sqliplugin-beta-11.zap</url>
<hash>SHA1:33b91ef51c3fb322efe14a8da56a77252760d392</hash>
<date>2016-07-07</date>
<size>104490</size>
<not-before-version>2.4.1</not-before-version>
</addon_sqliplugin>
<addon>sse</addon>
<addon_sse>
<name>Server-Sent Events</name>
<description>Allows you to view Server-Sent Events (SSE) communication.</description>
<author>ZAP Dev Team</author>
<version>8</version>
<file>sse-alpha-8.zap</file>
<status>alpha</status>
<changes>Updated for ZAP 2.4</changes>
<url>https://github.com/zaproxy/zap-extensions/releases/download/2.4/sse-alpha-8.zap</url>
<hash>SHA1:a1a04f9a7d05c9713d177b8b069272b1c4ee575a</hash>
<date>2015-05-09</date>
<size>315877</size>
<not-before-version>2.4.0</not-before-version>
</addon_sse>
<addon>svndigger</addon>
<addon_svndigger>
<name>SVN Digger files</name>
<description>SVN Digger files which can be used with ZAP forced browsing</description>
<author>ZAP Dev Team</author>
<version>3</version>
<file>svndigger-beta-3.zap</file>
<status>beta</status>
<changes>Updated for ZAP 2.4</changes>
<url>https://github.com/zaproxy/zap-extensions/releases/download/2.4/svndigger-beta-3.zap</url>
<hash>SHA1:7189481a503d827448a9c629113ef5b2b0155007</hash>
<info>http://www.mavitunasecurity.com/blog/svn-digger-better-lists-for-forced-browsing/</info>
<date>2015-04-13</date>
<size>614833</size>
<not-before-version>2.4.0</not-before-version>
</addon_svndigger>
<addon>tips</addon>
<addon_tips>
<name>Tips and Tricks</name>
<description>Display ZAP Tips and Tricks</description>
<author>ZAP Dev Team</author>
<version>5</version>
<file>tips-beta-5.zap</file>
<status>beta</status>
<changes>Updated help page to show latest tips, fix typos and use proper charset.</changes>
<url>https://github.com/zaproxy/zap-extensions/releases/download/2.4/tips-beta-5.zap</url>
<hash>SHA1:4cb3b5fae2aca6b1173c4d1a1ed1e149954886ad</hash>
<date>2015-08-23</date>
<size>481004</size>
<not-before-version>2.4.0</not-before-version>
</addon_tips>
<addon>tokengen</addon>
<addon_tokengen>
<name>Token generation and analysis</name>
<description>Allows you to generate and analyze pseudo random tokens, such as those used for session handling or CSRF protection</description>
<author>ZAP Dev Team</author>
<version>10</version>
<file>tokengen-beta-10.zap</file>
<status>beta</status>
<changes>Change active Pause Button to a Play button (Issue 1802).<br></changes>
<url>https://github.com/zaproxy/zap-extensions/releases/download/2.4/tokengen-beta-10.zap</url>
<hash>SHA1:10fd7210147c1e9039b9f5bc9b77180fd6fb57a4</hash>