forked from projectdiscovery/nuclei-templates
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtemplates-checksum.txt
7638 lines (7638 loc) · 614 KB
/
templates-checksum.txt
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
CODE_OF_CONDUCT.md:5c581b341cecd31ea4a275098ec84be9951f1593
CONTRIBUTING.md:a280fa8badd8622a481e1bb7f492dd82ac05ea71
LICENSE.md:48790f08ca6757688e2f5f3f4b017a073b3e20df
PULL_REQUEST_TEMPLATE.md:c8aba78d67442f639483a10fa74681dea94faeb7
README.md:e62e4d8de778e0d81fc29d9e2808aa9e9dad2552
README_KR.md:174470dbc5c69e81f83ff816655a52cc8c5d7f26
TEMPLATES-STATS.json:521ccf6a6bf27c9d48fb2a02b38ad9549d6b59bf
TEMPLATES-STATS.md:f145949e5eec7ef993c389046b5c5b2c6d475b82
TOP-10.md:3065037e62f7603988107b1697c106851f232cc8
contributors.json:8d840b1db8c1af9a3927448841f817aa9c850de9
cves.json:493df8bbeb3ed7b2296e4b77fb94311d36692d15
cves.json-checksum.txt:940e49a28abf7e1bf70bd595936fa426930a3639
dns/azure-takeover-detection.yaml:34e8e8a0db3e2ff7af0bf8df8ee9c54f2ee8e3b4
dns/caa-fingerprint.yaml:6911505d57211795a05f3692c02905a37a8d63e5
dns/detect-dangling-cname.yaml:45150389d7901c8ec9d9412f96172588aee2f33a
dns/dmarc-detect.yaml:d60f87ac8a617c0496d558269abd50389bbb1b37
dns/dns-saas-service-detection.yaml:d72feb3c8e7147f9bc37020843647992016b7659
dns/dns-waf-detect.yaml:f7746eceeca514f20911c4152f2c17bbeb10242c
dns/dnssec-detection.yaml:ce828fea84336b2c79b18479063e1e1aaf083592
dns/ec2-detection.yaml:689933e484835fda36da5f3402df123405cc8644
dns/elasticbeanstalk-takeover.yaml:948462430a30ac69f46b41676599fb87e82e67c1
dns/mx-fingerprint.yaml:fbf27fe4996aa0b33aa0b6ea7077de40078fbb66
dns/mx-service-detector.yaml:197d6c83e04011fc0ae267e999cad25e85a19d58
dns/nameserver-fingerprint.yaml:7a9247d4f45a9699418b4afed5cea0388b147735
dns/ptr-fingerprint.yaml:ecff55b058dba2ad98432eacea8b52ce1d8e7656
dns/servfail-refused-hosts.yaml:ee2505b5619921a20332494f2281664eaf01fa87
dns/spoofable-spf-records-ptr.yaml:7cb8aa2d5fa1b19224a6ca0b17c5b46377892ee7
dns/txt-fingerprint.yaml:eca4bcdfb25f2922e233e4801f1beb27893f7e70
dns/worksites-detection.yaml:c54ce778fe66a138e794b87520392f285c8b6259
file/android/adb-backup-enabled.yaml:a5a42db374e7723bde3eb8f0d28911ea7ce8d839
file/android/biometric-detect.yaml:09700a729fc2a1863a3fc09a852970a3fa104c9e
file/android/certificate-validation.yaml:03b3d460640dcec2619ea36a12fd9c7384e69f33
file/android/content-scheme.yaml:864b03f684f6bb5d49f70cdf2068c1878a95f4fd
file/android/debug-enabled.yaml:fbc59a7b0582cbc75d53f825f0bef13fea75807b
file/android/deep-link-detect.yaml:7c91ba4f84d487039b4ec08bd7f6a1ff2222e683
file/android/dynamic-broadcast-receiver.yaml:050dda6090f2283d01c635b999f8a45beaf04959
file/android/file-scheme.yaml:b9f1e331f2e1410dcc85bbda265baccf07655d03
file/android/google-storage-bucket.yaml:8ad3cd756f05a7de465fb2f93f03e075669e78c3
file/android/provider-path.yaml:c073247e70d202e3f9dde5d17111494f5eaa1d05
file/android/webview-addjavascript-interface.yaml:c5125b138476d7a9543d31f207171e3f2c564aaa
file/android/webview-javascript.yaml:e774629c7822003f6b4310029fb904f5d9c1daae
file/android/webview-load-url.yaml:70ff3cdcff9e51cf092b07af2779a09d11b53ae7
file/android/webview-universal-access.yaml:dd90c8a450b6a7cb52a0191b899b6b78a2e3da99
file/audit/cisco/configure-aaa-service.yaml:884df43cb6bf1daf5c688b6cca277eba5de117d2
file/audit/cisco/configure-service-timestamps-debug.yaml:bd6c981c24a92e455562dc3c639b1f9a55ee93b6
file/audit/cisco/configure-service-timestamps-logmessages.yaml:c9ef5fc093785dd921c4b17c2bdc66ac19b9bc70
file/audit/cisco/disable-ip-source-route.yaml:d026806b1c83b51d8fccf2d82ed6f7096603c7f3
file/audit/cisco/disable-pad-service.yaml:75eec36a37ac71079fd91372775906660e85d911
file/audit/cisco/enable-secret-for-password-user-and-.yaml:1ebf1ccb35cbe2bba5da2ec5baaf99090723e715
file/audit/cisco/logging-enable.yaml:5d1f096bba39954ed3130cccf023256d922b55eb
file/audit/cisco/set-and-secure-passwords.yaml:780925a4dd5c768790a276e1ed31bb49751dbf05
file/audit/fortigate/auto-usb-install.yaml:f5dca00a8e5fdfda6166388c89895f16e3b6bfb0
file/audit/fortigate/heuristic-scan.yaml:cecd1d941222dadea743a08a6d61cbf59e9bbe0d
file/audit/fortigate/inactivity-timeout.yaml:8ddec05a5ba589bc8182aea9292c659d509928fe
file/audit/fortigate/maintainer-account.yaml:bfd0b665368453a5b8c789f081e2f2efecf35bd9
file/audit/fortigate/password-policy.yaml:ebe23e2c7a1be83609c9b2b3947e82390137d6b5
file/audit/fortigate/remote-auth-timeout.yaml:0e779505ca20e026a6d615b0d9f89c605522ccaa
file/audit/fortigate/scp-admin.yaml:42a2c8ceff1ed2b2ea7152802f297ad3a6dcbd88
file/audit/fortigate/strong-ciphers.yaml:15d8fabe08fb0c9c46a4641d652d48ad0be1beb8
file/audit/pfsense/configure-dns-server.yaml:4b406e71f03d5fc2508dc9226ab4329033d9eea0
file/audit/pfsense/configure-session-timeout.yaml:38e74cce7973ff626171489d62e742516e15ec20
file/audit/pfsense/enable-https-protocol.yaml:ecc86817a89528fc6e26e699f1237fbde164042b
file/audit/pfsense/known-default-account.yaml:91d832b754638a1ef2ab188edda653ac4f040057
file/audit/pfsense/password-protected-consolemenu.yaml:4f1e1bf652b84bee0416738437f44ff0aae2c0c7
file/audit/pfsense/set-hostname.yaml:47448067ba5a944c15eb3f248d8bd0032649fbd0
file/bash/bash-scanner.yaml:bd88d59995fdc32ee47ad2589a0184002f5f86a8
file/electron/electron-version-detect.yaml:a84f3695e8bda9434faedcb0a4ede50226837b76
file/electron/node-integration-enabled.yaml:5560c9d0a20fbb4577255f2a74281f09f8783b55
file/js/js-analyse.yaml:c5108fd2f8151652e6d82587eae8a4b12e360b94
file/keys/adafruit-key.yaml:dc4ce3917a2ca4d061ef45032d59ccd68b9e1551
file/keys/adobe/adobe-client.yaml:5ccd5408abf5d9c0397b1e73f5d3ded75eaa39bf
file/keys/adobe/adobe-secret.yaml:1faa813920214118cb4d3be7c9e119080d74a3cb
file/keys/age/age-identity-secret-key.yaml:af63400ba9963fdb334c77afe3ab937c1d297d05
file/keys/age/age-recipient-public-key.yaml:e66280c479cf83ecad531438bbe0735fac74795c
file/keys/airtable-key.yaml:9f810b25cd2c481ae88e2fec5c78bea7c8e3a543
file/keys/algolia-key.yaml:f2e14c44b47f83cd5e8ea1df1ab5e0b81ba9efdc
file/keys/alibaba/alibaba-key-id.yaml:fb726f4cc57db67ea9511c38580a0b29990ef60d
file/keys/alibaba/alibaba-secret-id.yaml:641a08eaf3bd683a4c71f5a0429a0f401c4b23d6
file/keys/amazon/amazon-account-id.yaml:7656a5708fcf3b2fa16753c47ec5684e17d31011
file/keys/amazon/amazon-mws-auth-token.yaml:cae909f377e73d083566c6ab2736432e96190864
file/keys/amazon/amazon-session-token.yaml:3f3592918a6fa7b7abfe3b2bdcbeff8878451e0b
file/keys/amazon/amazon-sns-token.yaml:55b42e87f4aa8d5f09ef27fa81fec2d1fb8fddbd
file/keys/amazon/aws-access-id.yaml:585967321c55e9672392df3dbb86ed2ff68a6e45
file/keys/amazon/aws-cognito.yaml:289e01d676fd598f995cbd08c0352fcaf4513318
file/keys/asana/asana-clientid.yaml:5a8b479b336d881fca47767c73f2a87e504d3ad3
file/keys/asana/asana-clientsecret.yaml:4648d9a309bea472ba952860e43a57deb0612564
file/keys/atlassian/atlassian-api-token.yaml:bc14af383f05463188789982c7a7b4f9f96cd0c5
file/keys/azure/azure-connection-string.yaml:0a1ebb0ca8770a6304b31195a79f2fdb6f9ee480
file/keys/beamer-api-token.yaml:d5f097ac15c1463688dc397b0eefcb219f2cc1fa
file/keys/bitbucket/bitbucket-client-id.yaml:07417f4443d3be16d7f42fb1b00c61bc06b47b98
file/keys/bitbucket/bitbucket-client-secret.yaml:d71926f488bc6214f495dc7cb9dfd0ad4df25157
file/keys/bittrex/bittrex-access-key.yaml:95236b96a7e1ae51fdcac32deb9e9aaeeec5b374
file/keys/bittrex/bittrex-secret-key.yaml:1f24df0118216e45960a317728e528b8e2e6b558
file/keys/branch-key.yaml:43e652e976c790d2287fe79df12519e20c3eb5e1
file/keys/clojars-api-token.yaml:a69773a2a8e2680ece65c446f75d775326c59df4
file/keys/cloudinary.yaml:3412c153ca66fa85179e52ed19d0ce925dd99599
file/keys/code-climate-token.yaml:88f68c551b4e1a57e6b53abd24b562501227302d
file/keys/codecov-access-token.yaml:91d94d827f7aa8eb20730608001e652f97510d82
file/keys/coinbase-access-token.yaml:e2a122a7d44b8489e625889a741573cba8be37f5
file/keys/confluent/confluent-access-token.yaml:a63150e8eab092959e168a28d9b1074af0d3ac4e
file/keys/confluent/confluent-secret-token.yaml:9b17d625e65bbb4700b07c26312956f00ded7c1b
file/keys/contentful-api-token.yaml:c9d838469f0031bab7053a0077304387b382d940
file/keys/cratesio-api-key.yaml:41d41265693b2be52abacc19c028a116e431b225
file/keys/credential-exposure-file.yaml:d6be05c931599edd628a0591224a0c7ba56fa987
file/keys/credentials.yaml:e70e723c306471e307720db486777b8ddb461510
file/keys/databricks-api-token.yaml:a596fa89d5dabe9a3212932cd3cbbfccfa76e1d8
file/keys/datadog-access-token.yaml:290dff2d6e95aacd9209510e1257936c8365cc2b
file/keys/digitalocean/digitalocean-access-token.yaml:6263b037376d862ad0f7ffcc918024cd212c688d
file/keys/digitalocean/digitalocean-personal-access.yaml:a40531c17e355c83377e384b4dd315bbb7fa693f
file/keys/digitalocean/digitalocean-refresh-token.yaml:f0cbae2f446faf5f71036743f8c66d17fc2eac58
file/keys/discord/discord-api-token.yaml:ed841bb359ae3ca35f5e719f5a9680fea1fbc5c0
file/keys/discord/discord-cilent-secret.yaml:0d14bb5d4835378f4c8e11835f978566d22a57e5
file/keys/discord/discord-client-id.yaml:95168057ce74cfb62314009fbf09729c208901aa
file/keys/doppler-api-token.yaml:582aaa315535eda2d6dbf818afd8ca4afe3a4035
file/keys/droneci-access-token.yaml:1c52fbcc5b28956858a08799cdbbc69559c0f515
file/keys/dropbox/dropbox-api-token.yaml:85f8581c30e94b83f063d52fdee305514d7e0169
file/keys/dropbox/dropbox-longlived-token.yaml:19af8f443a26d01b35a7e1feb310057f35b610ac
file/keys/dropbox/dropbox-shortlived-token.yaml:bf94ac2a99c522553777ea44e5df94f8a396deee
file/keys/duffel-api-token.yaml:1ae0769a32bab626827549f004f9f6a36cd6af1a
file/keys/dynatrace-token.yaml:9e90b9dd820697665607ddef851f76a95dbb8bc7
file/keys/easypost/easypost-api-token.yaml:4e50e08c309b205182db4043bf081257fff3cbc0
file/keys/easypost/easypost-test-token.yaml:a43b3e77aee48146f9467ea1815ad72e9bbe0330
file/keys/etsy-access-token.yaml:2a5f143a896403c8b9b1ffef28ba5faec4d3d929
file/keys/facebook/facebook-api-token.yaml:555a9bd957206b591be7cbc654bc45755576ced3
file/keys/facebook/facebook-client-id.yaml:d75f5b68346f3b7b393d540aecd1226cbaea0522
file/keys/facebook/facebook-secret.yaml:c4ab0a669fb42bd6cf0e8613f24aec751d207b50
file/keys/facebook/fb-access-token.yaml:e93997a619f78c6150b593fc778a82461e6874da
file/keys/fastly-api-token.yaml:39ea89b7dc9e6ac588aa4d9a10bf88bab3fb5580
file/keys/fcm-api-key.yaml:5a6aac4f90c06577b0c7ccc85c4bb7a9c1282017
file/keys/figma-access-token.yaml:d38dd8e872210896594a2c0b03bf5e9fbbe08c2c
file/keys/finicity/finicity-api-token.yaml:ffebc9a486d7e5f1ac09f6131c43254b091d1011
file/keys/finicity/finicity-client-secret.yaml:5d1ef3bf3ea210dfe58443f6fa7498957f49f0d1
file/keys/finnhub-access-token.yaml:2655a6d74b1be69130f18d879227d83c352653ff
file/keys/firebase-database.yaml:9481175c3ef5f47be203a7cbca8c080cd344e5ae
file/keys/flickr-access-token.yaml:9ba0166581e4b5f3907c4bfde56315a15f39991c
file/keys/flutter/flutterwave-encryption-key.yaml:0f367839767f33e9a3d93f4746891874efb0bfd0
file/keys/flutter/flutterwave-public-key.yaml:fcb9e9440cc4d1fa29262a7f267a3e5bed0a06cf
file/keys/flutter/flutterwave-secret-key.yaml:be589179bab84565efe347b82337dfcbc075fe07
file/keys/frameio-api-token.yaml:9fe29df2233266581221a7b498374e9a1771a63c
file/keys/freshbooks-access-token.yaml:ce90c7af48e49cb0c22a6b156f7e5e97a23431f6
file/keys/gcp-service-account.yaml:ae6af6d3b0b8e17e24050774b50845e92f4f9e6b
file/keys/github/github-app-token.yaml:02225237a96a3ae3b8b8dbc3564fa8067e5027ad
file/keys/github/github-oauth-token.yaml:5b45f1173956aa8162a6ce48f294b485eb3c1272
file/keys/github/github-outdated-key.yaml:f9e4b6f37bb8075289eb51064d273e8d0b97c244
file/keys/github/github-personal-token.yaml:36ed7ca3a0892fd00ab96315acbbe30e1a3c89cb
file/keys/github/github-refresh-token.yaml:6b2038d9c7aacb4efa6fddf08a487d59cfeeedac
file/keys/gitlab/gitlab-personal-accesstoken.yaml:1746ef7f764c3b588044258fc9e5f33e1d47dae2
file/keys/gitlab/gitlab-pipeline-triggertoken.yaml:d934d64a7dd315c0b47332561abd5a756a5d53e8
file/keys/gitlab/gitlab-runner-regtoken.yaml:878a9623cbc34a978187e661236e631c03f989cb
file/keys/gitter-access-token.yaml:30de91f4fd74a1e0300e5f2c4b6a333dc4a0b411
file/keys/gocardless-api-token.yaml:8d9bf926d862324aee5ba6f3b0a6f8f8ea1ce420
file/keys/google/google-api.yaml:212b8f6ba3a808e5c13ffa4664113034df4ed0f6
file/keys/google/google-clientid.yaml:f0394c7aa60c42589c9e93a93aef99c368d58eed
file/keys/google/google-oauth-clientsecret.yaml:ea756db3bfafb767bea6df34ffd9ceb97cf2d235
file/keys/grafana/grafana-api-key.yaml:8cbdb789e6188705b84f479623aabfd36f34484e
file/keys/grafana/grafana-cloud-api-token.yaml:7866324b7ee666df3acdac0d3f66c23458a8fff9
file/keys/grafana/grafana-service-account-token.yaml:ab639575a2a2ee8e223f0e579c9fcd519b3bc2cd
file/keys/hashicorp-api-token.yaml:9bb83e6cda00977645b1f613864243fd126576d6
file/keys/heroku-key.yaml:68ecfce246a5885f51cf0242ca0bf426c2003ec7
file/keys/jenkins-token.yaml:3d5ae7bf04d3730fe43e513316fa29954707761e
file/keys/linkedin-id.yaml:84646d20b4b9e06ee231c2b88e6868887d2e5435
file/keys/mailchimp-api.yaml:5ee3d78793f24091057c0826f3853614cb47df0d
file/keys/mailgun-api.yaml:385a2cf12a867cd8c77246a2518818d1c16c27e1
file/keys/mapbox-token.yaml:caad17d7ffc10eeec47b93234173959e8d6b6e79
file/keys/newrelic/newrelic-pixie-apikey.yaml:ab782d201e4664833e142d87ce5cd391a40f7522
file/keys/newrelic/newrelic-pixie-deploykey.yaml:7b76acc4b59d4455c74015792789fb236e921d3c
file/keys/npm-accesstoken.yaml:021fe3507a74600b4754c6e031f2317b6e6ae455
file/keys/nuget-key.yaml:2b4388b3a1e81939d3101751b80878694f55be1b
file/keys/openai-key.yaml:2f0cb71bafca4613d6dd015ce5b1efd66ceb76d6
file/keys/paypal-braintree-token.yaml:6033aa786c850a45d19e5b87fbf3b25bf1aa0c92
file/keys/pictatic-api-key.yaml:033694071e3bd4a163aaec1c625770e9a63b5bf9
file/keys/postman-api-key.yaml:91b5bbc73ae8fc4430498d92e5ab029e332f8817
file/keys/private-key.yaml:aa200fde78b50298584c65d64107aa0cfaa78f45
file/keys/pypi-token.yaml:722f000f7b1503caddbc04587e6862cb0b5d7df2
file/keys/razorpay-client-id.yaml:f7b1cccf21661b578bccc4e655ef0220e7586439
file/keys/rubygems-key.yaml:866fc1da28a1b228e32dfc2080f3fba83b275f21
file/keys/s3-bucket.yaml:0f1ce211f967e82c20497b65b8c879be7a6e7039
file/keys/sauce-access-token.yaml:4da4258141ce9420ae3561b70526b04713eecf29
file/keys/segment-public-api.yaml:b14a7fd73ae44ab14895642653a6c618a302716f
file/keys/sendgrid-api.yaml:3ace5935787816bf9f52dfe61ab2363f576b9507
file/keys/shopify-custom-token.yaml:3608a4ba50f4950f6162defa533a3f8ee56c43e8
file/keys/shopify-private-token.yaml:9e57c95a4be3b2f6effc467c085a6e051cfd8823
file/keys/shopify-public-access.yaml:0a34573cd5b4e24cd80ff67c31a1d07c3a4ef23e
file/keys/shopify-shared-secret.yaml:4b3a57873097b7d2267749b1fe95eeb85339b4d4
file/keys/shopify-token.yaml:ec6f6195a65e59f22a1488cb0d9bd278a2041a79
file/keys/slack-api.yaml:d0780170138570af515f53ab516c02ca5ed5863b
file/keys/slack-webhook.yaml:5eeb2a2a6107bb0a11d3c6582a030b9269ec8ffe
file/keys/square-access-token.yaml:39421bc0bef2583995935c9c5a967d8e7a62d6ab
file/keys/square-oauth-secret.yaml:501ee6eaa1086c08efcff60fa6671ec5c2ddcd8e
file/keys/stackhawk-api-key.yaml:dec3b179fa066a9bdab651c3445793caed06f46a
file/keys/stripe-api-key.yaml:3d48c06878270f9ab1c6ab6ce84414730752ce0d
file/keys/telegram-token.yaml:570a5ae7c40b49fb85ff200179600dc6a11492ca
file/keys/twilio-api.yaml:679b0f459358dacbcdada5c4de405ec60efe09a6
file/keys/twitter-secret.yaml:e512099cc1919343a2f1f14b7ad3958335417823
file/keys/zapier-webhook.yaml:dfc49cc3a3240d82e2cc2c123e2323e106ca38d3
file/keys/zendesk-secret-key.yaml:cdf5d13a59f7036d60f6ea546087c7e48f016612
file/logs/django-framework-exceptions.yaml:84d8ecc728d13f3f5e756cf29b1b2691a64e031e
file/logs/python-app-sql-exceptions.yaml:642fe5cde1d6fa0a2c26106d439493b1a83ae01a
file/logs/ruby-on-rails-framework-exceptions.yaml:6c357afa4f44d0bf6fa861885548eefc02e93da1
file/logs/spring-framework-exceptions.yaml:7a14a57dbb0170b3f2e410acfac566d778c7ba7c
file/logs/suspicious-sql-error-messages.yaml:1bdcff04f67463c141f517c7cb968605e9633eb3
file/malware/aar-malware.yaml:3832fded0e9dd047597f0627f4dfaf7448714088
file/malware/adzok-malware.yaml:466147a93b286ee110611b00069127328afcb471
file/malware/alfa-malware.yaml:9ce71530c682d041c173698b9946485ace550aa9
file/malware/alienspy-malware.yaml:9933ee149c0c9927fc17e1dd777ab1d91ae8d829
file/malware/alina-malware.yaml:3e69bb3e9b823babfcfdb629e0eacf3d2fed2f5f
file/malware/alpha-malware.yaml:566c3ac82df0866733654e15c274c581dbceb232
file/malware/andromeda-malware.yaml:2631e50e8c294221d85a18d71a9ec1aa552f629d
file/malware/ap0calypse-malware.yaml:10e4a6e45afed53d675cad19fc2ed28cde1abf27
file/malware/arcom-malware.yaml:ad05367d4894fedec19a72d532afcbf0fceda56d
file/malware/arkei-malware.yaml:13b2270f8b30f03b2c22170263e13810935b77f5
file/malware/backoff-malware.yaml:3a0f195bdbe6b7312d6b1b356a11a9b0580e2230
file/malware/bandook-malware.yaml:6025f989f52ef9583b4a94c47a645c6d49c9a393
file/malware/basicrat-malware.yaml:30e90b04fe94977f63e0cd674b3cc2b4e7bc7d1f
file/malware/blacknix-malware.yaml:e95b47d8c05ee896050372814d81194d74bf93f5
file/malware/blackworm-malware.yaml:57694a9dbb8d329c51a630afc7923867e5df887f
file/malware/bluebanana-malware.yaml:64ff16dd7c0b6a20e617f49b5d400157804b7440
file/malware/bozok-malware.yaml:b997aa419b2d0ce9c6edf79c9031e4e943fd79a7
file/malware/bublik-malware.yaml:1ca6a30e1865b979a297ee0f5c92878ba68b57bb
file/malware/cap-hookexkeylogger-malware.yaml:6622fc9690427fb8d818e84d47bd268f49253261
file/malware/cerber-malware.yaml:8d600a1106a51bcd2709c8156127741cfbb5d0f5
file/malware/cerberus-malware.yaml:38966c3659344648f0dcf0eab98da65e0024bfe5
file/malware/clientmesh-malware.yaml:3450451cee310b336b87f7380015172d8c8b1e90
file/malware/crimson-malware.yaml:a882939cc1854f5853ab7b79bb7e263302507316
file/malware/crunchrat-malware.yaml:9700327529d967b11598c0d9550db4d5fb3ecf91
file/malware/cryptxxx-dropper-malware.yaml:6717bb0602c28fff1950987daa678d7cce67c0a0
file/malware/cryptxxx-malware.yaml:056c91d45bb8db79e32a0c783a57bb33fce3b3e3
file/malware/cxpid-malware.yaml:045df9498f389196c47737dd2f3bddeb64a10dd6
file/malware/cythosia-malware.yaml:364014ed24c7b17c345ac32592217fdfc4d20c6c
file/malware/darkrat-malware.yaml:73987d9532c7a08e2a6627c88614b9fce9e34001
file/malware/ddostf-malware.yaml:49778648c7482c305ff3fc5d78e66cdac8d94f93
file/malware/derkziel-malware.yaml:6ff91aadd6680443ef94940b59344a21db2e7f60
file/malware/dexter-malware.yaml:68b5b634bd2b4153d2098c990603d2ee5423833e
file/malware/diamondfox-malware.yaml:4ffc5fe2add1e16a40a0bcdd98ca3acaf8fe466c
file/malware/dmalocker-malware.yaml:28d51fca679841b51615e26ad4aa480f6c4bea9a
file/malware/doublepulsar-malware.yaml:7b2d488c73a57b563954ca742d04549ac0f1bf8d
file/malware/eicar-malware.yaml:5a7a4ba4e16d5c40eb56762b99cf25d5ce25cdfe
file/malware/erebus-malware.yaml:2591f00ef67c98b9278d52121557598095628d20
file/malware/ezcob-malware.yaml:fd3bef219e10a208113415ee69feb0134c00879e
file/malware/fudcrypt-malware.yaml:7238268ac28f50e0f0dcf82af59d4c37cb465b8d
file/malware/gafgyt-bash-malware.yaml:977fba0bb862cc17ba5c955c00ac87d93f81deae
file/malware/gafgyt-generic-malware.yaml:5f23e98932a80b1664b81d485ef9d3d4997519c5
file/malware/gafgyt-hihi-malware.yaml:8062cdd48d9925336c888707fd0ecd9180d96be0
file/malware/gafgyt-hoho-malware.yaml:eaf05baaafa662707230ca3e182147b461d2a60a
file/malware/gafgyt-jackmy-malware.yaml:ddf3f0a7a8bad9d897ef8b3f4f42bd4755af0a34
file/malware/gafgyt-oh-malware.yaml:c21e1edc81af594fa68657f3c92f8913bf55cbe4
file/malware/genome-malware.yaml:c1bdac2518e0ab6b256e16c9236209a6889548ee
file/malware/glass-malware.yaml:c02b7214096b92a32e182763d145af5c429c176c
file/malware/glasses-malware.yaml:4fd0a9f1d6830a0c4723f867919f7496555d43c8
file/malware/gozi-malware.yaml:3367af9619300eaceddcd92e7c771767a60bc411
file/malware/gpgqwerty-malware.yaml:fa5ad4427cbd567433ead29ae1d159ca427d56ce
file/malware/greame-malware.yaml:02217bf5927c58c56dde1043a656cc8b9f05f4a5
file/malware/grozlex-malware.yaml:bd6ee9393817d362ba0729a989f145547a38df15
file/malware/hawkeye-malware.yaml:7cfd7dcaa71a7e08f27724e24f49c8d9c8e60315
file/malware/hydracrypt-malware.yaml:8924311d2a7dff9d3a6b8f5d3fd0c294604f48a9
file/malware/imminent-malware.yaml:6443426fde4dc82ce34a2239251726cc95e8fa44
file/malware/infinity-malware.yaml:084486871882c45822723311be3f02e7c4f0e370
file/malware/insta11-malware.yaml:42d00997aff1d3804987ef169f17335735ad531d
file/malware/intel-virtualization-malware.yaml:03b317afac074389f3e7bab3524f0ddfe1572185
file/malware/iotreaper-malware.yaml:c233ea57c13c8d2fc44ca0e6aa7b86d2e6216da4
file/malware/linux-aesddos-malware.yaml:a16e742897c09465d23e963ba98457fa8515c67d
file/malware/linux-billgates-malware.yaml:9b4cccfee653b6d0857f001c3880a3a43ac0f3ff
file/malware/linux-elknot-malware.yaml:c1876b167fdd5f66f2e5f5d05a0aec0ebae37510
file/malware/linux-mrblack-malware.yaml:d4cc0d4f859a80b554a8edb4d95df26faa17b1e3
file/malware/linux-tsunami-malware.yaml:68f35a80353bde794db49738cd52f232d8bd360e
file/malware/locky-malware.yaml:9d6baa79f9043bde15e0c8ac0fe0f7c90947c2d9
file/malware/lostdoor-malware.yaml:21f4d47f390ac73a13e430fa00d7763206d88b7b
file/malware/luminositylink-malware.yaml:0006c17c7c58a860cb21260c21c929ab5836acc0
file/malware/luxnet-malware.yaml:f50e7ba98bd326b6848b1e9222e7d9bc082744c0
file/malware/macgyver-installer-malware.yaml:9bc736ba4bcd0e91838695a5a0fa3b34fc7ead95
file/malware/macgyver-malware.yaml:66f3965e79c7c6ca08b0d580c3072f127fd10b8e
file/malware/macos-bella-malware.yaml:50a82ab454737f5ed85ae8e26c8fb2a2891a207b
file/malware/madness-malware.yaml:b7e46d2eff3b283e2a361e5cb6b1da0f1cfb8bc7
file/malware/miner--malware.yaml:9d501197a59487e283882c375cf8ff8ee250d201
file/malware/miniasp3-malware.yaml:ebb570ea337a7e2a034e76bd556ff30f4af4e0fd
file/malware/naikon-malware.yaml:a4c3ecd2c078c7c2f8a78315f680a74bb5570ec6
file/malware/naspyupdate-malware.yaml:d1274c93e6ce006cfb03578f3fb57502567f1423
file/malware/notepad-malware.yaml:b83bcddd950a0428ba4c61b33ce8e0563b4f1060
file/malware/olyx-malware.yaml:2b211eedbf4868bbaf087e8d8016a79674b5e147
file/malware/osx-leverage-malware.yaml:b8b3de7bebc0bf46bfaa7ad206e807b8d58bc3b8
file/malware/paradox-malware.yaml:ed43d1103ded35ee78162336928adc1013fb3fbc
file/malware/petya-malware-variant-1.yaml:0549410ed49234ab730084cd5c4ac5df24fed960
file/malware/petya-malware-variant-3.yaml:d041da30f892302b42318ed5e46efaccafb00227
file/malware/petya-malware-variant-bitcoin.yaml:2fc0237bd7122032eb7622069e333d44adc8a7a4
file/malware/plasma-malware.yaml:30baa6f6422c282819f68082647f7680abf78467
file/malware/poetrat-malware.yaml:73dbc1891c3c623a7d62f474bd56083d09583d30
file/malware/pony-malware.yaml:fdf909ccef7a2d1de8edaad0ee24429d3c57f395
file/malware/pony-stealer-malware.yaml:e4fd8afaeb629f6b167c2db0c650f9f4066b776c
file/malware/powerware-malware.yaml:fc7cafe4afa2634bc0dc40fb75c3de7b60e44ac1
file/malware/pubsab-malware.yaml:1c1f07871574ae8c7fdc8be90d0e1ac491b87d16
file/malware/punisher-malware.yaml:2bb7683d79250962cbd83f95a3b60ae110deac5b
file/malware/pypi-malware.yaml:b423b88cf940420580433cf580a7253a767fde0b
file/malware/pythorat-malware.yaml:07b90a6be1383f0a128c1deb11d14413e229a79f
file/malware/qrat-malware.yaml:83f0758e3a02c0a9e4853b7ed994019173bc29a4
file/malware/satana-dropper-malware.yaml:4f8d5233d900f09449d78302509d6cdf5c91e2b1
file/malware/satana-malware.yaml:30e3f31d791cd871c810f5d1a185824d4c948048
file/malware/shimrat-malware.yaml:aeae244d7dbadb099702d73c76b79a57c179793f
file/malware/shimratreporter-malware.yaml:f011bd9621aa17056fb96a3495204115d2d7e036
file/malware/sigma-malware.yaml:8d19c3a5b317841fe6ee238da269d870542032f5
file/malware/smallnet-malware.yaml:6e0f0e42c51494f406af2c5c8c38e98cc6abc9ce
file/malware/snake-malware.yaml:17de525e3e5a03741082b1e6ec6a8cd3d8008bb2
file/malware/sub7nation-malware.yaml:b13ebb6b0205887a17056beb0c4de56390a8b647
file/malware/t5000-malware.yaml:45e4bcadefbd97b1e506e97f2d57ec4c21c0d7d0
file/malware/tedroo-malware.yaml:1e1b17e7b7fa99457fba23502f0448c468098fde
file/malware/terminator-malware.yaml:d641fcee07c5ef77cdd5a83e0355513f045ccadc
file/malware/teslacrypt-malware.yaml:ac6e31a310b3bd97ccc130eea7a600b6c6f6cc09
file/malware/tox-malware.yaml:c326ae66895d8bef24f39c4102f14a277a8882c0
file/malware/treasurehunt-malware.yaml:b7a79234d52605c1a26dc087826b4a4def7318e5
file/malware/trickbot-malware.yaml:bc285b120f14eebd7e55c6c9d44a5b4a23c9eb98
file/malware/trumpbot-malware.yaml:2818475450cc2c784446bae7558d0f0d12ada044
file/malware/universal-1337-malware.yaml:fd1526a6e0f28d47425759a7206c6ddb849b3628
file/malware/unrecom-malware.yaml:804c55212dd730762425001d81f9ced81526941b
file/malware/urausy-malware.yaml:702791414f6ae07a75454b767f7b2dc238acb482
file/malware/vertex-malware.yaml:dbbbe626d020ae4d7bbd344de80b6a54835ec6b5
file/malware/virusrat-malware.yaml:26139365e8bc1b4ca2b45a9490c34b19f986215e
file/malware/wabot-malware.yaml:7d2630471fae89dc585a6cbd284f9bf29e6259d7
file/malware/wannacry-malware.yaml:4d955739e936b2e11fa054b66bb3bcae8b924b49
file/malware/warp-malware.yaml:9c5955f1a0da020828e0294bcdd0ffae3ed6c6e2
file/malware/xhide-malware.yaml:1014bac698098d85b1de13cce518523719c41021
file/malware/xor-ddos-malware.yaml:f5b4f72a7b0ed38d9d6010429fe0bb69181383ce
file/malware/yayih-malware.yaml:d0632e660caa87b47d08a264fd0625d587900dc8
file/malware/zeghost-malware.yaml:b22b2d2e5b9275d73783429a26bb3a4539c38eef
file/malware/zoxpng-malware.yaml:8a68576c8ae0fa4c9ade59a3a4a3305c0ea72036
file/malware/zrypt-malware.yaml:65317de67d8cc51c4ac510aef2b9db0ac4343307
file/nodejs/admzip-path-overwrite.yaml:b002b0c34d36f00d37fa4133fdf088bfae548bef
file/nodejs/express-lfr.yaml:092467a73e9ced0cfb29ab04ee9e9734cb2df623
file/nodejs/generic-path-traversal.yaml:0108d77fe8ff2b62ed30a2d1dfe6419ce003ad20
file/nodejs/tar-path-overwrite.yaml:0f92e145fd143bf524c0d9ac33684b59c87968dd
file/nodejs/xss-disable-mustache-escape.yaml:5789f72b913f4c617553350ceda81cfa81808e96
file/nodejs/xss-serialize-javascript.yaml:29499fa052ac5398f560e4ce88bd86a0a430bddd
file/nodejs/zip-path-overwrite.yaml:dd882bde66cce627206423eb563b7d9c7b89b228
file/perl/perl-scanner.yaml:c2402eaaaf5d3a4ba9be2fa05e705bc9927f8780
file/php/php-scanner.yaml:798e59f21db88302cdfe2632929cd31f6a5f67d7
file/python/python-scanner.yaml:1a1fa479f9e4f79260380733e061e2a44d051ae6
file/url-analyse/url-extension-inspector.yaml:8af0a9067c94c4ba10dfe270f037dfc4e311ce48
file/webshell/asp-webshell.yaml:3d5fd63aebe784dc4f49b04478b7fef5f4e9e2c2
file/webshell/jsp-webshell.yaml:2d750d74431e61570c7d96d5ffeb4353d3820a1d
file/webshell/php-webshell.yaml:8465f2abe6a2b13a2f3ceaa3c277a7fdebdfaa41
file/xss/dom-xss.yaml:40436508df8f3c8cd80d076702738b9df22ed281
headless/dvwa-headless-automatic-login.yaml:7293c2a3acfefe25392d3f9c799d0e31f89cc7a9
headless/extract-urls.yaml:612af9c27cf0c6d16c0e8e74227c7c093ef80a4f
headless/headless-open-redirect.yaml:dd23a526a4f1f328362b83d324549795a8f8301a
headless/postmessage-outgoing-tracker.yaml:ab46f9315290cbae87c53ef2e270ae5659263bb4
headless/postmessage-tracker.yaml:50ac0789131cde4f308a4bbf78928549aed7e9ef
headless/prototype-pollution-check.yaml:6585ca6b530a15e96e8bbd704008d1fe86ef855b
headless/screenshot.yaml:6412764743bbc465bb74e434685ac03a9959b131
headless/technologies/sap-spartacus.yaml:a57b20096d5f37af264ed8f2df2d0faabfe7fc19
headless/window-name-domxss.yaml:d56b00173f38f50a27940e5beeaa9499d6cd7c2c
helpers/payloads/CVE-2020-5776.csv:bb017fe08ae985c23145f7b69aab97cdffbbd8aa
helpers/payloads/citrix_paddings.txt:e88ad6e71d7fd4544e8efb87641083d630b1a7da
helpers/payloads/command-injection.txt:409a63a78f9f5a463437042971912fa06e4135bd
helpers/payloads/request-headers.txt:b85d7c53290237323b5374416fbec07237941aa9
helpers/payloads/wp-social-warfare-rce.txt:6b93ad84c3035c6779d75057e645171476cbc530
helpers/wordlists/adminer-paths.txt:2ac24141ad5f28203b9ca35719bd51f39381aa36
helpers/wordlists/grafana-plugins.txt:0621c38f856c64ac8c96e53b96bc90881fe35704
helpers/wordlists/headers.txt:2effcf74fe0332b242c98df1f50f774c556746d6
helpers/wordlists/mdb-paths.txt:c380943cfa8a337ccb1ea38062e2856924960f1a
helpers/wordlists/numbers.txt:8084f0f10255c5e26605a1cb1f51c5e53f92df40
helpers/wordlists/prestashop-modules.txt:ae73ac19d088b28a943e8a9ce98ab4461e4dc029
helpers/wordlists/shiro_encrypted_keys.txt:3a072e8246dabee62eecfd62edef1b3977165f34
helpers/wordlists/user-list.txt:0a02b5896b67f5ed213b6d8bc051c79cd1b9457a
helpers/wordlists/wordpress-plugins.txt:916cc826b793c7afad2208b2fd46ea2cb752dec5
helpers/wordlists/wordpress-themes.txt:3424134fa69db08604545ecf1441cf6330bf0982
helpers/wordlists/wp-passwords.txt:dd36d46539d71aa9d1ecbdc83c7b74b931986d56
helpers/wordlists/wp-users.txt:b07f7f79b1d6ed1832e37e1d3feea3fd2bfb764b
helpers/wordpress/plugins/ad-inserter.txt:048ceafceae47b034560600476a295b608c60cf4
helpers/wordpress/plugins/add-to-any.txt:08d2e98e6754af941484848930ccbaddfefe13d6
helpers/wordpress/plugins/admin-menu-editor.txt:8dc5253966cff788bc78a0da8c1ec52e0bee16a8
helpers/wordpress/plugins/adminimize.txt:f6eef27f4f1b21ffb32d92f3a8eee2e89d01c7df
helpers/wordpress/plugins/advanced-custom-fields.txt:cffca9b2145cbe8b44269c74219f807eace99c3e
helpers/wordpress/plugins/akismet.txt:e710dd44fa12f98194f8bba2bb20cba7bee18ff6
helpers/wordpress/plugins/all-404-redirect-to-homepage.txt:e5d05199b7d43b0bd203a9cf2e8e874dad4ff45f
helpers/wordpress/plugins/all-in-one-seo-pack.txt:85b69aaa4bdcbc73be1ab07a556e65fa4b8b14ce
helpers/wordpress/plugins/all-in-one-wp-migration.txt:b071da3eacefc38f86d5c19f679acf81979dc01b
helpers/wordpress/plugins/all-in-one-wp-security-and-firewall.txt:32caf6abda6a7a1a799e1775e6c5b3e7e32ad59f
helpers/wordpress/plugins/amp.txt:cc005cc7de6351bdaa671675148c076564275a57
helpers/wordpress/plugins/antispam-bee.txt:bd5240b767bb950186835acb8bf1d4cb794a5706
helpers/wordpress/plugins/astra-sites.txt:d8521792e123691f48a1df559885c477069c6c1d
helpers/wordpress/plugins/astra-widgets.txt:386ef6797a9c4de50f240b16bd76bbeae35a5711
helpers/wordpress/plugins/autoptimize.txt:deccc3cf363403cddb880388388bf192fbcfd655
helpers/wordpress/plugins/backwpup.txt:9a0a06f6eb18bf496057acce15162dc100f43480
helpers/wordpress/plugins/better-search-replace.txt:08d2e98e6754af941484848930ccbaddfefe13d6
helpers/wordpress/plugins/better-wp-security.txt:d221ed6fdf5eb7524565cb7b691ea3effdcfb637
helpers/wordpress/plugins/black-studio-tinymce-widget.txt:b74c052eec677c340bd7f99d94e1557d1f1d5e53
helpers/wordpress/plugins/breadcrumb-navxt.txt:3eebc7c9c53af6e2c8a91094b656f824a4b7150b
helpers/wordpress/plugins/breeze.txt:28b121576d24951ab1e0f303065d2b01100e36c7
helpers/wordpress/plugins/broken-link-checker.txt:53847c48faeb5e255ebcdd1a4762a53f7163d7f0
helpers/wordpress/plugins/child-theme-configurator.txt:cd33f7fb7f78c2a8e69fb30b7a69764612452320
helpers/wordpress/plugins/classic-editor.txt:933c3d96b7fbc319e2e08dda5c340797d7c8d99f
helpers/wordpress/plugins/classic-widgets.txt:98250286db92ccc336dc6f622c10c8bc09286693
helpers/wordpress/plugins/click-to-chat-for-whatsapp.txt:2ff4d559ec8edac6e2507529c3847230532f6481
helpers/wordpress/plugins/cloudflare.txt:95b4f085ec6b3a33a23781c7cfda78c317e5dca1
helpers/wordpress/plugins/cmb2.txt:12291cb9150686dd1175c2a1662b9d1acd8b9b62
helpers/wordpress/plugins/coblocks.txt:67de27fd6cf8d4bc1ad0b22499ec7f87a1acf6c4
helpers/wordpress/plugins/code-snippets.txt:c02807771e1a750f51754b3494db53c68a5a7d94
helpers/wordpress/plugins/coming-soon.txt:08d2e98e6754af941484848930ccbaddfefe13d6
helpers/wordpress/plugins/complianz-gdpr.txt:b5561cfef6a347c3e3855f0fe90a7ffc89bba645
helpers/wordpress/plugins/contact-form-7-honeypot.txt:488784591515bd4cdaa016be4ec9b172dc4e7caf
helpers/wordpress/plugins/contact-form-7.txt:17358dc21f97cd982510de77bcdadcaf77ef5371
helpers/wordpress/plugins/contact-form-cfdb7.txt:c6802dfc6ada46af8820db93c237d00787bd441c
helpers/wordpress/plugins/cookie-law-info.txt:aba31d0ba474d83f50978833d17946c355cb20c4
helpers/wordpress/plugins/cookie-notice.txt:d9c2ec150eaa92e7b8f3436197e75ff2eed29f33
helpers/wordpress/plugins/creame-whatsapp-me.txt:08d2e98e6754af941484848930ccbaddfefe13d6
helpers/wordpress/plugins/creative-mail-by-constant-contact.txt:5c09cf3589e93781df4d59ed6b5a5d6207e2929c
helpers/wordpress/plugins/custom-css-js.txt:8dc5c19bd2e2fc98164a4a36175f72d2b1b3b2a3
helpers/wordpress/plugins/custom-fonts.txt:d1325bb186bd83303245e504f7c6eceae7f19e44
helpers/wordpress/plugins/custom-post-type-ui.txt:6f8ae49c8330db0117068d4ee1b0515e49b98212
helpers/wordpress/plugins/disable-comments.txt:885717c949656aacb397735714a117bba20af139
helpers/wordpress/plugins/disable-gutenberg.txt:916a3b37862d25c71eb7293f7b653e91636f92a7
helpers/wordpress/plugins/duplicate-page.txt:eb8938636fe209df72afeee0da7ccac88ff1f5b9
helpers/wordpress/plugins/duplicate-post.txt:59a7597c10f2e831aaf8a6526fb9a13e25ea680e
helpers/wordpress/plugins/duplicator.txt:3dc7615cff1b7eae4c7ab89f98d62c1ff780f179
helpers/wordpress/plugins/duracelltomi-google-tag-manager.txt:c70da539b9e83a50bb70013e6a5cb6e9d4623d5c
helpers/wordpress/plugins/easy-fancybox.txt:fa2d8a9d18d35e9aa274b6d7d0ad0225d0362ed6
helpers/wordpress/plugins/easy-google-fonts.txt:775bbc46d0bc85e121db86ae12b2993ffedbb0ae
helpers/wordpress/plugins/easy-table-of-contents.txt:08d2e98e6754af941484848930ccbaddfefe13d6
helpers/wordpress/plugins/easy-wp-smtp.txt:595d550379b2cb8bccb9659627308ff4e751d23f
helpers/wordpress/plugins/elementor.txt:424257104153917e8e6f388584332d0e039aacfa
helpers/wordpress/plugins/elementskit-lite.txt:5515ad546a48c1ee47dda370ad728977e1e31518
helpers/wordpress/plugins/enable-media-replace.txt:9301d028023f0b8d0d7bac4531bbd63703d358da
helpers/wordpress/plugins/envato-elements.txt:fefed34c88a4926b37d965db8c15fed2727796a6
helpers/wordpress/plugins/essential-addons-for-elementor-lite.txt:83cc49765ad2858659aa5c5b19bba2a4b1385b49
helpers/wordpress/plugins/ewww-image-optimizer.txt:f0e80e9d8b6e35e4d07b971ea614c40d8ec4efa3
helpers/wordpress/plugins/facebook-for-woocommerce.txt:7c49f6117c3f09ee90548ad70960b7a9b716deb8
helpers/wordpress/plugins/fast-indexing-api.txt:7fc90060ab7493dc709f0e0cbc6ae3ca7204a614
helpers/wordpress/plugins/favicon-by-realfavicongenerator.txt:08d2e98e6754af941484848930ccbaddfefe13d6
helpers/wordpress/plugins/flamingo.txt:98a16af997b52cb888232ab5d79a527b0716561c
helpers/wordpress/plugins/fluentform.txt:8516d0557c500605a53eb77daf45ec8021e27c59
helpers/wordpress/plugins/font-awesome.txt:4cb6b226aa8498265c8ea84adcf05e5e168e17c1
helpers/wordpress/plugins/force-regenerate-thumbnails.txt:5b7155a36d36681935655d772bbc981bc2393fa3
helpers/wordpress/plugins/formidable.txt:6edccbf589807e4171353b69b32d148fb22948d3
helpers/wordpress/plugins/forminator.txt:ade36fd41ad3d025da6cfedcfbe4ef2bbaff131f
helpers/wordpress/plugins/ga-google-analytics.txt:48c07757afb07916aaceb81724ecfe2e17de1bc9
helpers/wordpress/plugins/gdpr-cookie-compliance.txt:661db2b567abfae32bdeff737745e6a1b19a9b66
helpers/wordpress/plugins/google-analytics-dashboard-for-wp.txt:8bccf62ef87d78942ed1c8c72e695c9b860ebdec
helpers/wordpress/plugins/google-analytics-for-wordpress.txt:fb1b946e9e18b6f59d60315edd2f6c020a6ec95f
helpers/wordpress/plugins/google-listings-and-ads.txt:a1b09adae9418ee20776e5672435dbc139a654de
helpers/wordpress/plugins/google-site-kit.txt:b3742c07ce7d72783352e5ff8fbcdc56260fcdff
helpers/wordpress/plugins/google-sitemap-generator.txt:05a4815f734948e3bc0149a6d2d11169a1825f61
helpers/wordpress/plugins/gtranslate.txt:513cc2cbdbaafc4b88110a8732fa6d6886d54ff5
helpers/wordpress/plugins/gutenberg.txt:c78fa5d88d740696bfab2e072feed94aea824194
helpers/wordpress/plugins/happy-elementor-addons.txt:488784591515bd4cdaa016be4ec9b172dc4e7caf
helpers/wordpress/plugins/header-and-footer-scripts.txt:bf64dd8c92190417a38d834b0c92eee4be757761
helpers/wordpress/plugins/header-footer-code-manager.txt:1653860f5bc7d2d43d6254c11488c4469d9db444
helpers/wordpress/plugins/header-footer-elementor.txt:e6657339eaafc90d6f3c5a594663474defe7535f
helpers/wordpress/plugins/header-footer.txt:06752d2fb7fe65f618f40a9a33ebe4cc8e204317
helpers/wordpress/plugins/health-check.txt:9b80ca131fbc6cb5a944359bf46b2f5f301b25fc
helpers/wordpress/plugins/hello-dolly.txt:a9901643b6482a446e950927fd0e6f0e9fb01716
helpers/wordpress/plugins/host-webfonts-local.txt:57efd6c9af996d49184c10d2eb37abea3ad4614c
helpers/wordpress/plugins/imagify.txt:32fecb37588747cdb8227230edc41ff2ca6557e1
helpers/wordpress/plugins/imsanity.txt:127ff004f8eef50a85abd75d168e497de8d9a88d
helpers/wordpress/plugins/insert-headers-and-footers.txt:3e36996d5a31e07713bdadaefd78f5f6d2277263
helpers/wordpress/plugins/instagram-feed.txt:08d2e98e6754af941484848930ccbaddfefe13d6
helpers/wordpress/plugins/intuitive-custom-post-order.txt:2aa887540d97ffa062fa8604e7ecde642f7080e6
helpers/wordpress/plugins/iwp-client.txt:9f028fa080dca632a19e807c2a3570f67ae71de3
helpers/wordpress/plugins/jetpack-boost.txt:d24fa45ca77f079cc359c97272276969e6aead2c
helpers/wordpress/plugins/jetpack.txt:dbcae175e315b5e7bb9a7bced6f1441b377ed267
helpers/wordpress/plugins/kadence-blocks.txt:5cd11412df61a45a2132e32fa07e3e00e2b1097f
helpers/wordpress/plugins/kirki.txt:5d8c63c6b430d2d7a19d0713fe2378eab9b1edfa
helpers/wordpress/plugins/leadin.txt:78702f4ab9863ce2deba27117b027181e59b6e3d
helpers/wordpress/plugins/limit-login-attempts-reloaded.txt:4b37c29fba8babd654bfb5f26219010dd1bf03f8
helpers/wordpress/plugins/limit-login-attempts.txt:08d2e98e6754af941484848930ccbaddfefe13d6
helpers/wordpress/plugins/litespeed-cache.txt:5f5d4f6e0458dabaec2721a7d16765ac6d643567
helpers/wordpress/plugins/loco-translate.txt:fbd969c78e9a6d04b7b8fc3a74ee2ee96b5fb3d8
helpers/wordpress/plugins/loginizer.txt:9829113ed356f261f9202f78259f32919e9e5d9b
helpers/wordpress/plugins/loginpress.txt:4ea93c6a1e320054f99d66f428e611b31355cd92
helpers/wordpress/plugins/mailchimp-for-woocommerce.txt:08d2e98e6754af941484848930ccbaddfefe13d6
helpers/wordpress/plugins/mailchimp-for-wp.txt:8c4b0c3a0318e0c87f294a7625a0575ba94bb0ca
helpers/wordpress/plugins/mailpoet.txt:d9764adeb7e9226b83d4307cb32966f60b5b7c07
helpers/wordpress/plugins/maintenance.txt:676c72a3610df638213dbd14937d1a1d3541b924
helpers/wordpress/plugins/mainwp-child.txt:69a192666c004f35303d55baa6cc828eb977144f
helpers/wordpress/plugins/malcare-security.txt:24e26a42407173a638a100c03fae8fc56d72c5e3
helpers/wordpress/plugins/megamenu.txt:bfab3aeb3ee470933c959fbaefb61840492ea8f8
helpers/wordpress/plugins/members.txt:e533118608a55d6ab1d3699c600fc5c59213df36
helpers/wordpress/plugins/meta-box.txt:fde1721f42d4e31fa62504dd042f1ed46334c400
helpers/wordpress/plugins/ml-slider.txt:7176936bad0d4f9d606c9f066f2e6d22aea121f7
helpers/wordpress/plugins/newsletter.txt:3284e1bfed2e6fe80a1da5dd0ea07afa904b0f37
helpers/wordpress/plugins/nextend-facebook-connect.txt:4be1dfbb67ef8087f7232dac0ed90c2603a22047
helpers/wordpress/plugins/nextgen-gallery.txt:9ba3ba859fda4b27ead81d8ddbeb1cd132e92901
helpers/wordpress/plugins/ninja-forms.txt:cf987232878c5297c2dd5a5b60699280c2a2551d
helpers/wordpress/plugins/ocean-extra.txt:bf64dd8c92190417a38d834b0c92eee4be757761
helpers/wordpress/plugins/official-facebook-pixel.txt:ae0028333ce6fece2c0f57bd104815e938d80643
helpers/wordpress/plugins/one-click-demo-import.txt:7c49f6117c3f09ee90548ad70960b7a9b716deb8
helpers/wordpress/plugins/optinmonster.txt:480da60c093184bf0f5f182f5e48a8389a98ab75
helpers/wordpress/plugins/otter-blocks.txt:488784591515bd4cdaa016be4ec9b172dc4e7caf
helpers/wordpress/plugins/password-protected.txt:c1c423f2f1813573ad1b704e4b6aea927ed8deb9
helpers/wordpress/plugins/pdf-embedder.txt:fe43108f583e1215970ae2e88527d0fbd89b7f58
helpers/wordpress/plugins/photo-gallery.txt:118daf97168a9a15434efdbbaa6d2dbe5614eec6
helpers/wordpress/plugins/php-compatibility-checker.txt:c117423da3e5e169d36e3111880b709d28e85308
helpers/wordpress/plugins/pinterest-for-woocommerce.txt:aeeb06f0f3bf58ada75b347dbe038c35840fabd7
helpers/wordpress/plugins/pixelyoursite.txt:6a23c5e874cf7ddbc3b1d408f091cd4482213a43
helpers/wordpress/plugins/polylang.txt:2760f23f36812b1f488df2ca1b312429d68b0f8e
helpers/wordpress/plugins/popup-builder.txt:2cbc97154c127c59a298a4207a147a2fff01b48f
helpers/wordpress/plugins/popup-maker.txt:2b3c6ac23cfffce2c714f7553284e912852ab2fe
helpers/wordpress/plugins/post-smtp.txt:8e805063c85859847271163a1c51e5865e460aea
helpers/wordpress/plugins/post-types-order.txt:31f566259c1a3f810256e3679e10faa457bb4a0b
helpers/wordpress/plugins/premium-addons-for-elementor.txt:a3c25289ffe573be80fb70854e465fe83cf956d8
helpers/wordpress/plugins/pretty-link.txt:eedf6a14348e4bc362e215e4dcd1e066e0bd16f7
helpers/wordpress/plugins/really-simple-captcha.txt:488784591515bd4cdaa016be4ec9b172dc4e7caf
helpers/wordpress/plugins/really-simple-ssl.txt:7d7c54396579dc724b1bfd7da454529f425c4d36
helpers/wordpress/plugins/redirection.txt:392ee3765c26f4ca0b6935f9bb0f006c2354af12
helpers/wordpress/plugins/redux-framework.txt:85b69aaa4bdcbc73be1ab07a556e65fa4b8b14ce
helpers/wordpress/plugins/regenerate-thumbnails.txt:aba31d0ba474d83f50978833d17946c355cb20c4
helpers/wordpress/plugins/safe-svg.txt:bf64dd8c92190417a38d834b0c92eee4be757761
helpers/wordpress/plugins/seo-by-rank-math.txt:84ca57992fd1d1927b4208aa8f27cfc91815037b
helpers/wordpress/plugins/sg-cachepress.txt:7414dd37628fe75b8fd90976be90a8508ebd49ff
helpers/wordpress/plugins/sg-security.txt:c3000a6db3b2781a189fbfaa91a73e6d63d567c9
helpers/wordpress/plugins/shortcodes-ultimate.txt:c53ed3ab1a6689cbfb71149816b427f4cf870dc3
helpers/wordpress/plugins/shortpixel-image-optimiser.txt:c4220954772525d32e725d96f6075161e9a9a85f
helpers/wordpress/plugins/simple-custom-post-order.txt:106ca8d85638866255a70e746e9653cec398864b
helpers/wordpress/plugins/simple-page-ordering.txt:8f52888ff7e35fd5ca310231fa076be1206b49bd
helpers/wordpress/plugins/siteguard.txt:156c5ea92bcb32857c9703e2f7f5b16cfdd9e33b
helpers/wordpress/plugins/siteorigin-panels.txt:730624dbf2fc592d5ae0f0918a50838ff9d2185b
helpers/wordpress/plugins/smart-slider-3.txt:2cddd46563a1ae6eca28eb577f99025fd04568f2
helpers/wordpress/plugins/so-widgets-bundle.txt:915e4e0626b26a12a0aed1c0628672549e0743ab
helpers/wordpress/plugins/ssl-insecure-content-fixer.txt:b74c052eec677c340bd7f99d94e1557d1f1d5e53
helpers/wordpress/plugins/stops-core-theme-and-plugin-updates.txt:3e2cb2d1f1740c5f32e24ad2ae43138ffd391c84
helpers/wordpress/plugins/sucuri-scanner.txt:223960ccc78aab169c55e54fb7d9ed6bf1fd29d9
helpers/wordpress/plugins/svg-support.txt:89941265e418c7729912b574c9b29eff77c5b172
helpers/wordpress/plugins/table-of-contents-plus.txt:9366fd51e17e65e8d9a6aae9f08e1553e1b8170e
helpers/wordpress/plugins/tablepress.txt:248fa1629a5449451dde60521b10f8d16f52b23d
helpers/wordpress/plugins/taxonomy-terms-order.txt:d2a825593d236a4bdf4eeecfe093c2f0318fc0f9
helpers/wordpress/plugins/the-events-calendar.txt:a3424440bed2a55822adf277f460788ed75e53f2
helpers/wordpress/plugins/themeisle-companion.txt:488784591515bd4cdaa016be4ec9b172dc4e7caf
helpers/wordpress/plugins/tinymce-advanced.txt:93ab266c89e9dcb536484607a605b05e657be940
helpers/wordpress/plugins/translatepress-multilingual.txt:5f099bc6f95ad230bf3e17b9745270e13ee50606
helpers/wordpress/plugins/ultimate-addons-for-gutenberg.txt:0aaa3cea7451675ff270540e13308210d8fce9ab
helpers/wordpress/plugins/under-construction-page.txt:7b482eb97a0d1e20b8b333a7435ce0e0bc59d15f
helpers/wordpress/plugins/unyson.txt:08105b9ddd906ead00c6c2b76a45ffa54f0efc2d
helpers/wordpress/plugins/updraftplus.txt:ef52ef5de56c32d1410d7eb141c26ff4e9fbe4b4
helpers/wordpress/plugins/use-any-font.txt:76aa3af2b1beb37efc64c37b686676bbf23eb2bb
helpers/wordpress/plugins/user-role-editor.txt:6e73bbd7381d9b2811e083672f02f3cf01659070
helpers/wordpress/plugins/velvet-blues-update-urls.txt:abe23e8d51de58b629ca74fce30438ee71509264
helpers/wordpress/plugins/w3-total-cache.txt:0456783a249ba3512f989caa6cb2764b9de06709
helpers/wordpress/plugins/webp-converter-for-media.txt:31eae961532c403c4b70779c4a717839dc548cb9
helpers/wordpress/plugins/webp-express.txt:08d2e98e6754af941484848930ccbaddfefe13d6
helpers/wordpress/plugins/widget-importer-exporter.txt:92dd42eb7b198ffac6578eae5bcfc969383d138c
helpers/wordpress/plugins/woo-cart-abandonment-recovery.txt:a9d2178a3e60db128675c6658f16be3165b8e0f1
helpers/wordpress/plugins/woo-checkout-field-editor-pro.txt:381bb12da04a82580bb6d698b8798743668826bd
helpers/wordpress/plugins/woo-variation-swatches.txt:08d2e98e6754af941484848930ccbaddfefe13d6
helpers/wordpress/plugins/woocommerce-gateway-paypal-express-checkout.txt:5b7155a36d36681935655d772bbc981bc2393fa3
helpers/wordpress/plugins/woocommerce-gateway-stripe.txt:04035664301b06859586cb750fd8f8ad988856ea
helpers/wordpress/plugins/woocommerce-payments.txt:304530e819955660e02bd9d54977dd67d22004c7
helpers/wordpress/plugins/woocommerce-paypal-payments.txt:01b1c534c2db2eebe8eb41bca1f0ffc4193b0e3f
helpers/wordpress/plugins/woocommerce-pdf-invoices-packing-slips.txt:8801c82179105fb303ec4b3ba9369a2e11c3be5c
helpers/wordpress/plugins/woocommerce-services.txt:91c193b80db7dbee87505808e719423c5f046291
helpers/wordpress/plugins/woocommerce.txt:e81f0d3632905f8bf54a0c328d13cc85a1da4a1d
helpers/wordpress/plugins/woosidebars.txt:a2048abb201b6201e7cd25e8b0262758a98d59da
helpers/wordpress/plugins/wordfence.txt:083c61bf6b0b964c1cc3c3210da51ae589030132
helpers/wordpress/plugins/wordpress-importer.txt:08208ac734b4811a00c6728e5ae1c066d2e06cc8
helpers/wordpress/plugins/wordpress-seo.txt:c72624872565272804c7dffbd7196b02ee435f19
helpers/wordpress/plugins/worker.txt:488784591515bd4cdaa016be4ec9b172dc4e7caf
helpers/wordpress/plugins/wp-fastest-cache.txt:4acc7d8ff2a07c5724b61e524ae1a2782dc80e96
helpers/wordpress/plugins/wp-file-manager.txt:9d90f00e19f5543904caf9ab2abd5b800e0613c0
helpers/wordpress/plugins/wp-google-maps.txt:ad9afea0b54b56a5454f9b118b72c6199969a44e
helpers/wordpress/plugins/wp-mail-smtp.txt:27e1606dc0a2a0c2fa59fc7f5fefdaeacc0b2794
helpers/wordpress/plugins/wp-maintenance-mode.txt:d3a5debecb62b3b70bbb48d3756a5239e112bc34
helpers/wordpress/plugins/wp-migrate-db.txt:591d71e97a25db692c2f038dbb7d616569b743f4
helpers/wordpress/plugins/wp-multibyte-patch.txt:01fa77eedfbdd7455e8cf0cf239a4deb3041acfd
helpers/wordpress/plugins/wp-optimize.txt:2c964d7924b0fa64090620e02293be06a8e3a9f3
helpers/wordpress/plugins/wp-pagenavi.txt:53203701692767a1c2a24e47d94a090230bd8b3f
helpers/wordpress/plugins/wp-reset.txt:299ef94535e5fc122da1afbd80be0ba4f6f99c3e
helpers/wordpress/plugins/wp-reviews-plugin-for-google.txt:5388cb4970f515020c5073c611a658694b0b5606
helpers/wordpress/plugins/wp-rollback.txt:534467bb06aa6d8cb7e27ce2f48b87742c795cad
helpers/wordpress/plugins/wp-seopress.txt:50611efdbfcaeb0212b16901bea6240d6ca5bae8
helpers/wordpress/plugins/wp-sitemap-page.txt:1ae2b3145aeda5c94e1cc83b23d74521cf9cc3c5
helpers/wordpress/plugins/wp-smushit.txt:5e74b23ed477d2de0db916790751da05ed4cee9c
helpers/wordpress/plugins/wp-statistics.txt:3b876b7e97baf475486d739676060457743d83c2
helpers/wordpress/plugins/wp-super-cache.txt:e9e533b0da8e5546eff821a40fbf7ca20ab9cf7e
helpers/wordpress/plugins/wp-user-avatar.txt:7d8386aec2c68cfbad0e075ba69d967a10bd8b57
helpers/wordpress/plugins/wpcf7-recaptcha.txt:255ee3124118ef39f0c2d984854cb0f180c4b1fe
helpers/wordpress/plugins/wpcf7-redirect.txt:6dd1f25f2a4f5c9c73793bed06929318969169c0
helpers/wordpress/plugins/wpforms-lite.txt:e6b768d4a25803a824a523ec5dd3fc8b00136b46
helpers/wordpress/plugins/wps-hide-login.txt:79eec5c95867be248c5b70dc82c95d33a9b7ef10
helpers/wordpress/plugins/wpvivid-backuprestore.txt:012a38998d6771e98a51cb05b02fb3275261c795
helpers/wordpress/plugins/yith-woocommerce-compare.txt:fc4929308af8b80845b3c743a30013a669a02875
helpers/wordpress/plugins/yith-woocommerce-wishlist.txt:6b9d8cdec4a1bf1d7598dbbce3762477b8318e3f
http/cnvd/2017/CNVD-2017-03561.yaml:79260d0e646db6519b46802fac2d8ec8589d1ba2
http/cnvd/2018/CNVD-2018-13393.yaml:aff044e39d11eb2e65fe2575e72d094204b652ee
http/cnvd/2019/CNVD-2019-01348.yaml:13e9d414e4aa7980eae14e5672bb3711f2897627
http/cnvd/2019/CNVD-2019-06255.yaml:1a52b575f6d35bc6c2e0eed09478af5b1ebfc5c0
http/cnvd/2019/CNVD-2019-19299.yaml:e8f6069d947b378260adfc68663216cc4cf0ce38
http/cnvd/2019/CNVD-2019-32204.yaml:ce752be2946976de1e85c0d57c044f9d90928968
http/cnvd/2020/CNVD-2020-23735.yaml:578f336fa33bfce7038e3cbcf1a18f6141346312
http/cnvd/2020/CNVD-2020-26585.yaml:2e3188e7b6ea0580fa9485e86fec89f9d4fceb86
http/cnvd/2020/CNVD-2020-46552.yaml:05621c2868338a85504a3e8715500c4f60862159
http/cnvd/2020/CNVD-2020-56167.yaml:c2db06512b11c5acfc77ed3e130e08036252a155
http/cnvd/2020/CNVD-2020-62422.yaml:49ec53d50a70ded2abf0711d7141364176e57a7e
http/cnvd/2020/CNVD-2020-63964.yaml:02d43cf1c29fe2185a724ab7107fa4a5a55ebd8b
http/cnvd/2020/CNVD-2020-67113.yaml:b6ed5ca5c479927c2d267a6beb708bdc782c1b8a
http/cnvd/2020/CNVD-2020-68596.yaml:3b5a2bfe947da0a875e34a92d07b3f7e36c40a9d
http/cnvd/2021/CNVD-2021-01931.yaml:7046f878b3971515d2381d89b6eddb5eb83c2b4e
http/cnvd/2021/CNVD-2021-09650.yaml:014342bedf0b693cecd98c8c20e6989ae2ee16ee
http/cnvd/2021/CNVD-2021-10543.yaml:3d2cb00bf57fbc0aed7f0e7af742a840e511e286
http/cnvd/2021/CNVD-2021-14536.yaml:3e7da8c25e6dbdad1deb8b1d8a6980b68b7b6e6a
http/cnvd/2021/CNVD-2021-15822.yaml:fd134362cf9d07c5f0973e68f99079f02da556b3
http/cnvd/2021/CNVD-2021-15824.yaml:297728f4092e96e663ae69fd17f4d81649d3d4b2
http/cnvd/2021/CNVD-2021-17369.yaml:3efd9ab3bb9228c7e520720c3f0e265bcbbdd4d5
http/cnvd/2021/CNVD-2021-26422.yaml:ae1967b624cd6ed957835c1cb1d1678157ab4ccc
http/cnvd/2021/CNVD-2021-28277.yaml:a1668e1a8823489e8abe4db9486b871fbda5a028
http/cnvd/2021/CNVD-2021-30167.yaml:b8ada61f246fab538976a248e99e8818f4ae3c28
http/cnvd/2021/CNVD-2021-32799.yaml:a56e579adbc4f52d4489962389d34f0eca2c1806
http/cnvd/2021/CNVD-2021-33202.yaml:fd9ce3035ef487bf0003b744a814c24621bcc190
http/cnvd/2021/CNVD-2021-41972.yaml:7eb30f04d2cd98cafb0f0e93bad911d38bd582d4
http/cnvd/2021/CNVD-2021-43984.yaml:ccc9cab63944be4dd86056625233106d135d5e36
http/cnvd/2021/CNVD-2021-49104.yaml:44c09f342efc389c8f801a7c5c4e800590d1e635
http/cnvd/2022/CNVD-2022-03672.yaml:0685f03ff6af5f6d2a0f0721b49412a78f416329
http/cnvd/2022/CNVD-2022-42853.yaml:3a6672aeea87cae4f92e10b0c2502fb5f367967d
http/cnvd/2022/CNVD-2022-43245.yaml:5517d85329dd0ed3f1e7ad377a975304030ce66b
http/cnvd/2022/CNVD-2022-86535.yaml:00d1bf41def187f5b792344c1393ae436a839513
http/cnvd/2023/CNVD-2023-08743.yaml:c888966c254cdc0ee49920be9d6f6d3506c58e18
http/cnvd/2023/CNVD-2023-12632.yaml:20d2c023ba88ea69568ea70c9619a6f229c9a929
http/cnvd/2023/CNVD-C-2023-76801.yaml:7a741a8fbfcf92c4df98e64eada67899895d8078
http/credential-stuffing/README.md:88a738a7af33e930f046a6681114389b2f341fa2
http/credential-stuffing/cloud/atechmedia-codebase-login-check.yaml:b7d5a582044182a865646c3b4c6c5a4206ca4b3c
http/credential-stuffing/cloud/atlassian-login-check.yaml:187d767b361dfbfb3c236c35f916b6269c57ffcc
http/credential-stuffing/cloud/avnil-pdf-generator-check.yaml:ad3d69190dcdb872a1167117816cb57ca887765b
http/credential-stuffing/cloud/chefio-login-check.yaml:923dbaf128143f5edff62e52f986229f2e60dc17
http/credential-stuffing/cloud/codepen-login-check.yaml:2a97485bee282491c6a46281065220139b44a0d5
http/credential-stuffing/cloud/datadog-login-check.yaml:20fe24d131fb0fabe54861f2274b490fbbfdd732
http/credential-stuffing/cloud/docker-hub-login-check.yaml:324b789022605836e7051e93a8e06ba04697b2ae
http/credential-stuffing/cloud/gitea-login-check.yaml:f936095e6b94ceb22e57d69e1022de304ffa9612
http/credential-stuffing/cloud/github-login-check.yaml:c5fea2b2a8c2a72bfb80b58af90a080921efc0e3
http/credential-stuffing/cloud/postman-login-check.yaml:2ec9b03dc314323e69a86dd85a677345c25df14e
http/credential-stuffing/cloud/pulmi-login-check.yaml:b360401b724799237fbd4b0b0099beddb1fe5f4f
http/credential-stuffing/self-hosted/gitlab-login-check-self-hosted.yaml:a74d469cb194be475eaea82cfe2dc753efe638fb
http/credential-stuffing/self-hosted/grafana-login-check.yaml:8f5793e273b313b8fdc6ef9a28efef7786fe4802
http/credential-stuffing/self-hosted/jira-login-check.yaml:cccab91229b3c826d50f35b9d6b3a52755417602
http/cves/2000/CVE-2000-0114.yaml:55cdb3fda369c57fd0e2613c586635f20017af66
http/cves/2001/CVE-2001-0537.yaml:5f038d46658a055f3bc3cbc485e7176ab963eee5
http/cves/2002/CVE-2002-1131.yaml:a45807d945f56943118fda8c48e2c0fda23e4bcf
http/cves/2004/CVE-2004-0519.yaml:ec684bd9b42d6c8aa70335b5ef60faec76cb0730
http/cves/2004/CVE-2004-1965.yaml:3b6d68df425504886447890dc102a5e2111e6853
http/cves/2005/CVE-2005-2428.yaml:472dc15a5080f4adba9505e8762e591e5a96d497
http/cves/2005/CVE-2005-3344.yaml:1ba14a93e0263f3b5a4c3996b01cdd2d69594c1c
http/cves/2005/CVE-2005-3634.yaml:e1ddd9da943f8c10831e23314eaf54fef838131f
http/cves/2005/CVE-2005-4385.yaml:7d1ca64129cfafb0f7151c40357d1d8b7ed7614f
http/cves/2006/CVE-2006-1681.yaml:20bb545817745d007eee686c4582bb4c212f5776
http/cves/2006/CVE-2006-2842.yaml:e6842257ca7d7d6c5ef7e662cd76ea8cd1579ec2
http/cves/2007/CVE-2007-0885.yaml:b3c2d4f139b0efa87a8d5f32f6e630919aa2a1b0
http/cves/2007/CVE-2007-4504.yaml:185b05a2b9fa4fdb81e968c36805967919733c46
http/cves/2007/CVE-2007-4556.yaml:433ad2879d9bb0eee636a383945a89902ff1bc21
http/cves/2007/CVE-2007-5728.yaml:566fc7e49c931f121b61c3421351359542053bad
http/cves/2008/CVE-2008-1059.yaml:0e5b85141512dcec86444c2874cc69da95d268ad
http/cves/2008/CVE-2008-1061.yaml:1c8cff50c341da894b5dc237425123647724a0cc
http/cves/2008/CVE-2008-1547.yaml:d8b9290f6bd32efccb226e71541aa9a70bbc0d3a
http/cves/2008/CVE-2008-2398.yaml:638494804980e98bc532af49146e4f07a07e9d74
http/cves/2008/CVE-2008-2650.yaml:41c03dd5cd624594c65b2f29970756db33179ad4
http/cves/2008/CVE-2008-4668.yaml:9b61121c77719f7a3ba58f99cd3ba4e0a4a23751
http/cves/2008/CVE-2008-4764.yaml:192255df445ab763818ee81033790752e6471a18
http/cves/2008/CVE-2008-5587.yaml:707418beee49211d4c73e629fe6da4dea7cadc1d
http/cves/2008/CVE-2008-6080.yaml:0c5b2025f1dc8bb29843dc28b927da76bd6b23bc
http/cves/2008/CVE-2008-6172.yaml:5b5155c86dd3a54a31c6e62a278e09f117fa699d
http/cves/2008/CVE-2008-6222.yaml:ff319d802f2a8351aedb814fcce21b1f99c09828
http/cves/2008/CVE-2008-6465.yaml:3a15a0473b39780b93eadd34392ffad952106fbe
http/cves/2008/CVE-2008-6668.yaml:60a77e46f66a30711eeabf77a2f0dac0abb03842
http/cves/2008/CVE-2008-6982.yaml:7391e1e9fd63bd6bf53cbeaccff7edf33ad364a4
http/cves/2008/CVE-2008-7269.yaml:0940b6aafc52992a02661bab04104087ddcf4a25
http/cves/2009/CVE-2009-0347.yaml:6b3b945ab3ae87f19c681e60b549ad93f88a322b
http/cves/2009/CVE-2009-0545.yaml:d9c88eed8926e787e2719e2767b6363260ab735e
http/cves/2009/CVE-2009-0932.yaml:61911484b492ecedf28663f8a52ac6387bcd5ed3
http/cves/2009/CVE-2009-1151.yaml:bc32dd0f116c9e0c3fd96ba5df4d4fdd8a9b8aec
http/cves/2009/CVE-2009-1496.yaml:b384bd7ab96fb08cdac4a4ddb5372d15bb440018
http/cves/2009/CVE-2009-1558.yaml:801dbd9efa02d4b05893a5137b9ebf4caafc58d4
http/cves/2009/CVE-2009-1872.yaml:baa1fb7ea17a17b4311c8eb00f810ad13709f7be
http/cves/2009/CVE-2009-2015.yaml:2aed53c652205b7317572f4b31faeb56f8d6c68a
http/cves/2009/CVE-2009-2100.yaml:26d59645e8389d18dedd1c0a2d40ec36e26971d6
http/cves/2009/CVE-2009-3053.yaml:4062dd9c72bbe730f8442f38b65b229c12215654
http/cves/2009/CVE-2009-3318.yaml:7ece2c899dc86ffccbcbf93e6ea27ac760ccf73b
http/cves/2009/CVE-2009-4202.yaml:538b7e861de9ca895ce0ad94b6d61dc3c67abcc5
http/cves/2009/CVE-2009-4223.yaml:096043a32f28d5090caa7e37bab0b120485f9872
http/cves/2009/CVE-2009-4679.yaml:59d358f42526b2814a5ebf64dd77d87495fe4aa5
http/cves/2009/CVE-2009-5020.yaml:ab70586fcaeacd822d1e6abe04625a8b5bd6d2cc
http/cves/2009/CVE-2009-5114.yaml:512a6e5302d38963d9e4d550d426d05aa8df0850
http/cves/2010/CVE-2010-0157.yaml:78f30cff13a5107b7b2f570bd2d88fd45246d15c
http/cves/2010/CVE-2010-0219.yaml:54945aacd231f30aff9dd7336ab98442b5490612
http/cves/2010/CVE-2010-0467.yaml:4ffc8f3e3ca922088506410300543636dd8f8ad3
http/cves/2010/CVE-2010-0696.yaml:9b109631ffaaed95c2dea5c825eb96f460458f80
http/cves/2010/CVE-2010-0759.yaml:cc986af3f006f2f43c4b8c5c2efb6cbcb66061d9
http/cves/2010/CVE-2010-0942.yaml:a03de860773f56473c1e4c4dd385559b93e182c8
http/cves/2010/CVE-2010-0943.yaml:28d5e5e215dda074af05b51d97a8078562e29876
http/cves/2010/CVE-2010-0944.yaml:c4cb0ef7f65a9ccb869c6d40db5ad89727f9e676
http/cves/2010/CVE-2010-0972.yaml:2d54bd78b37922e748456985dec8a81a15a59f4a
http/cves/2010/CVE-2010-0982.yaml:4d815f0250ebd0928a01dbfb2886023046b4f56c
http/cves/2010/CVE-2010-0985.yaml:0bd4e300df64c5fe9e96e4dbbaaec6662df1b70f
http/cves/2010/CVE-2010-1056.yaml:1f8158725e56f8fa1cbd283886a5c49116f10f23
http/cves/2010/CVE-2010-1081.yaml:3630e1adacca887c134080fd8840be8ec86bed50
http/cves/2010/CVE-2010-1217.yaml:99fe278d427cf69e483c8675b87d59bfca018d22
http/cves/2010/CVE-2010-1219.yaml:c01e17647784e65391b921db41c1877f6f591ccf
http/cves/2010/CVE-2010-1302.yaml:326c79ba276bb65b22ac6a2272a653b18fdd571c
http/cves/2010/CVE-2010-1304.yaml:fcc2012ca9e0d39618d9194ae47fc05d4a5c30f2
http/cves/2010/CVE-2010-1305.yaml:60f599b296d874ebbb3769d91189dbfc1e17463c
http/cves/2010/CVE-2010-1306.yaml:9abce281f7e04aa04ed2ae3a218a12bb723abbaf
http/cves/2010/CVE-2010-1307.yaml:93ec43f1a92e9f33e63db1463468e35ecba5c782
http/cves/2010/CVE-2010-1308.yaml:7e7931e4fcc235222dc131e77d287477c91d927a
http/cves/2010/CVE-2010-1312.yaml:f0e5956e4b49102b254f29708a78917773b27f07
http/cves/2010/CVE-2010-1313.yaml:bc9927649167811c708c67db9966e704572b2033
http/cves/2010/CVE-2010-1314.yaml:c9b2ed72f3b655aac2c3735c378524f7432b85f4
http/cves/2010/CVE-2010-1315.yaml:be60b98555677d147c57454a523fd8380fae3cac
http/cves/2010/CVE-2010-1340.yaml:1c269da3d1916dcababf86d38e6623ed73ee5299
http/cves/2010/CVE-2010-1345.yaml:4c192c5974caf8b4ffc71c18f7ac69124b6e7100
http/cves/2010/CVE-2010-1352.yaml:3809079fc77f674e489b688b3af4ec8805cf00b9
http/cves/2010/CVE-2010-1353.yaml:85a262b394182d982dcde1faf8414cc8d8bc555e
http/cves/2010/CVE-2010-1354.yaml:1ead6b54ff55ac6710bff04578509e06ac17101c
http/cves/2010/CVE-2010-1429.yaml:f5d7e3a556cc875085860c9a4f8f86db8909c6d1
http/cves/2010/CVE-2010-1461.yaml:6bd7efd5b06604a0226d245dc1771db4e7e7afae
http/cves/2010/CVE-2010-1469.yaml:1b7e93eda5c7a60c172f72b37907571009ffaef8
http/cves/2010/CVE-2010-1470.yaml:8a24bc0e376ec788386ad85c556e31ac50398c20
http/cves/2010/CVE-2010-1471.yaml:5f34192702b091c687dd65169ff656414a06df10
http/cves/2010/CVE-2010-1472.yaml:c1eb0a7b75402791d6d35016bb625376cf77411a
http/cves/2010/CVE-2010-1473.yaml:b6d018f34e25b4e568c635a84006abe26f42ea5f
http/cves/2010/CVE-2010-1474.yaml:24adac0e1ebd97cb1db71bf616d36701b19bf918
http/cves/2010/CVE-2010-1475.yaml:74b0d4446c49883dfbdf919277624d6bc3f6deb4
http/cves/2010/CVE-2010-1476.yaml:71c16f8aaa57d017fcee5810180e2234652ed349
http/cves/2010/CVE-2010-1478.yaml:405a9d8427c883fb2cbb64187d93ef0a4b63ffe3
http/cves/2010/CVE-2010-1491.yaml:13a30f45d52e545f230728a4533f02e7e8752e49
http/cves/2010/CVE-2010-1494.yaml:557e8d9c6a9087df22a2bafce178acd79ad2f201
http/cves/2010/CVE-2010-1495.yaml:72463aa2ef97324600eda05bd76bc354539cbe47
http/cves/2010/CVE-2010-1531.yaml:5302446d312178c7d503ba76d3c2873448577616
http/cves/2010/CVE-2010-1532.yaml:7b01a079a972ba9167b529812e00b08b54cbb30d
http/cves/2010/CVE-2010-1533.yaml:fae9ead92d837f8e6c75efbfb91f8e1afc3bde73
http/cves/2010/CVE-2010-1534.yaml:514fc5d5cdffa98e09009ddfb06153bbcce0aded
http/cves/2010/CVE-2010-1535.yaml:8614aba11c277a841a135d203abacf23b7529bc2
http/cves/2010/CVE-2010-1540.yaml:9b95e19e88b6ce73e18a504844e4f567ceb8576c
http/cves/2010/CVE-2010-1586.yaml:0453a8fe3c719c361cd6e1d98fb295e05679a05a
http/cves/2010/CVE-2010-1601.yaml:60c628223ab020fa58d4252c1210c569edfdec00
http/cves/2010/CVE-2010-1602.yaml:9abf4646fe5e97ddb40b7ad50581890cc926e2b8
http/cves/2010/CVE-2010-1603.yaml:33950cc2bbfd42682b5239434e793f98a81d16ad
http/cves/2010/CVE-2010-1607.yaml:caed70e4f00fc770ef505690dc8ef9aaa374a0a2
http/cves/2010/CVE-2010-1653.yaml:462902a26f63087e93c396b961c88d78b2ac8755
http/cves/2010/CVE-2010-1657.yaml:faef4bcdf4000fc3b872c4cfa0e17b463d04255d
http/cves/2010/CVE-2010-1658.yaml:dacf1826224fb650e3503cc151983a42d895b892
http/cves/2010/CVE-2010-1659.yaml:9cc770348d6d741332b9e7c32718d63fd17f079f
http/cves/2010/CVE-2010-1714.yaml:b93fea09267d6501249811cd3d941de6e077727f
http/cves/2010/CVE-2010-1715.yaml:702d218e19ce83f5388e59d7d4c75c44b56a55ae
http/cves/2010/CVE-2010-1717.yaml:de09dcc3a5664060328ecd669513550c6b47bc7c
http/cves/2010/CVE-2010-1718.yaml:58c3cdd35c1d05af152c8ca653f6e349a1ef2f61
http/cves/2010/CVE-2010-1719.yaml:e8b39929447c37fe18e9037d03b57c4ef36d344b
http/cves/2010/CVE-2010-1722.yaml:a04bfc9114acee616c4d6d405b8a885c0c9aa792
http/cves/2010/CVE-2010-1723.yaml:f66032f29ea8cb6524707aa8dd147e38ead52c6f
http/cves/2010/CVE-2010-1858.yaml:98ca6c9d869b7e1486db9a5bf085fb2acbaad624
http/cves/2010/CVE-2010-1870.yaml:81aebdc6d377a64ebb50e9d0c897e95609dddc3e
http/cves/2010/CVE-2010-1875.yaml:d8cafff5aca2d289344269e632c7a787243a02ce
http/cves/2010/CVE-2010-1878.yaml:1181323a73321ed71377134e2d998b691e472dcd
http/cves/2010/CVE-2010-1952.yaml:30428831a299691b9324252b8390ce83a0fdd3b9
http/cves/2010/CVE-2010-1953.yaml:3bac4375047c5ce0f018dc60a7dc0a182fc3a11a
http/cves/2010/CVE-2010-1954.yaml:8212e4c896088d31738f7937124efd51d4be7ca8
http/cves/2010/CVE-2010-1955.yaml:77ab4b8e2a36a4f6f32ca4c768a4b0e381fb8adf
http/cves/2010/CVE-2010-1956.yaml:3d9c4a6cc6e9b0f6e7ac9a424cd2df18f5c06b0e
http/cves/2010/CVE-2010-1957.yaml:f54a9a5a27437a0057a3262a38917aa841495776
http/cves/2010/CVE-2010-1977.yaml:757931fe44ce1b5abe79cd300224f9a502266989
http/cves/2010/CVE-2010-1979.yaml:28c0a3bc7f992a0d5225bc5168fb0ffbf53585c4
http/cves/2010/CVE-2010-1980.yaml:caed7aaf519457379f427b9043c2430bff5400a7
http/cves/2010/CVE-2010-1981.yaml:7792e4422b1880a76a0139a6f8ac6f13ce4b419e
http/cves/2010/CVE-2010-1982.yaml:b8e247833ba1c13d46c4889bfe13bd7732f2a55b
http/cves/2010/CVE-2010-1983.yaml:679f1f173a56c297504a45638481fdc79da89894
http/cves/2010/CVE-2010-2033.yaml:59cacf9e8345ff92312784243f36d95e45550978
http/cves/2010/CVE-2010-2034.yaml:ad7277d1134a89d8dda1b792f34c58a3bb7baec8
http/cves/2010/CVE-2010-2035.yaml:6e919996203b1941e2cf96db445ce28eee001d8d
http/cves/2010/CVE-2010-2036.yaml:bc5efaa7a0171aa04fee778051ff8103e9802232
http/cves/2010/CVE-2010-2037.yaml:5266c872688c3655f33a895bf0b9de47a7dab6a2
http/cves/2010/CVE-2010-2045.yaml:7f610a10c5d6a77bbf673f3d89f844a6a71c376b
http/cves/2010/CVE-2010-2050.yaml:5fd029f2c0f25c3f6143a7c2b79419a42e2230e6
http/cves/2010/CVE-2010-2122.yaml:14e7935e5b952cf0e4e49a357d5cb9b721980456
http/cves/2010/CVE-2010-2128.yaml:47f3c7f37fe2bee442dc325473b96b5d0bbcf6eb
http/cves/2010/CVE-2010-2259.yaml:0322bfd320fc02109c271157fc91e1316dad9461
http/cves/2010/CVE-2010-2307.yaml:a6f7e35e07a292727ac68356a30c4b5017b9f531
http/cves/2010/CVE-2010-2507.yaml:ebe8b40ea6190144bf7ee2bd225e29d88d431562
http/cves/2010/CVE-2010-2680.yaml:869ca3756d20c3dd6a8fdca6e4e8f3763ea84a99
http/cves/2010/CVE-2010-2682.yaml:aa12673439c2397febaf45c46c5979eecf7de759
http/cves/2010/CVE-2010-2857.yaml:69517cd0b1d6837ac02382feddcbf849327bfb0f
http/cves/2010/CVE-2010-2861.yaml:6281b9fd7f5d412102875339e49ae74bd7721cc8
http/cves/2010/CVE-2010-2918.yaml:40f062c1ff7119659270f4f4615e1dad8015e6f3
http/cves/2010/CVE-2010-2920.yaml:1cdc1a03ad4972f58c584bef8a64bb035e5aabe0
http/cves/2010/CVE-2010-3203.yaml:1f5bfafcea76abaffdc913e790a05b552ddb4b1e
http/cves/2010/CVE-2010-3426.yaml:68d69c16db222b40fb35b3d094be8287f825e4c6
http/cves/2010/CVE-2010-4231.yaml:2c55ac03e741e9044f84da2df09cdd777109623d
http/cves/2010/CVE-2010-4239.yaml:43593c83aa99b4f7dbb4fcb3afa6f641d00fdf97
http/cves/2010/CVE-2010-4282.yaml:92a42576aceddc0dcfd197e6c59f482b09969dc2
http/cves/2010/CVE-2010-4617.yaml:eba9e38f2786b070b41b508117d7669bb61e9388
http/cves/2010/CVE-2010-4719.yaml:0e7e7fbc1db6e786f155fd1fb6d4d37af5f16c8f
http/cves/2010/CVE-2010-4769.yaml:3726fe65ec12e5d38effdacb7670b583ccf4c9ec
http/cves/2010/CVE-2010-4977.yaml:0f65d001a61a94f7e22903d1d6b15b7e37c2bb13
http/cves/2010/CVE-2010-5028.yaml:85eacf5ede02948106a9de8d1b372de35ac292f1
http/cves/2010/CVE-2010-5278.yaml:6ddb1103c9846930b36432f9b0c44e94150421c1
http/cves/2010/CVE-2010-5286.yaml:df5b94fcfb3c040b4805c9c44d1c7ec9a785c2c0
http/cves/2011/CVE-2011-0049.yaml:ceefb69fa830b859de60fd938ede6e4d91c968e9
http/cves/2011/CVE-2011-1669.yaml:edc58c5e1383277e55af56afc477cedd5df19e70
http/cves/2011/CVE-2011-2744.yaml:a3e1670e7266c4648ac43079855b21ac9ac1edc6
http/cves/2011/CVE-2011-2780.yaml:0fe6cc319d04ff59062b21ee694953adb9ff064c
http/cves/2011/CVE-2011-3315.yaml:97d92ead3a4048779baa485a6878695f6b2544a6
http/cves/2011/CVE-2011-4336.yaml:604a2cfc248fdac0570d90da0fe760b8d4a1ba28
http/cves/2011/CVE-2011-4618.yaml:3c35a22493bb3af489dbe174bb0f265dec5a1983
http/cves/2011/CVE-2011-4624.yaml:f13b4f2d083d491ceb5717753938cd0d7b301300
http/cves/2011/CVE-2011-4804.yaml:66898f4d794474ff1be935f72241380eb4cc62f3
http/cves/2011/CVE-2011-4926.yaml:af89e9f9471177e59fe37b53d52a4063c588d044
http/cves/2011/CVE-2011-5106.yaml:751e6410764b5a905159b1a42a62641294c9fdcc
http/cves/2011/CVE-2011-5107.yaml:ab9ae4d9a137504932131e74846e862c9a087668
http/cves/2011/CVE-2011-5179.yaml:1dc7f14a555d06615d01e41825229aa2424500db
http/cves/2011/CVE-2011-5181.yaml:78383a1dd05e53c3148d6fd4435e2e371374ebe6
http/cves/2011/CVE-2011-5252.yaml:2c69e8fa53c1ca399a78b7e3d94cf2c9f357b8f6
http/cves/2011/CVE-2011-5265.yaml:4c21a53c92bb3a012d640507895d990642cf39a0
http/cves/2012/CVE-2012-0392.yaml:77af0e4dcccd80a0709a1676d8805217506d0b82
http/cves/2012/CVE-2012-0394.yaml:3d91bc372e79c7d4ca89b249bc7ed4aa847ffc0b
http/cves/2012/CVE-2012-0896.yaml:4aae0994f646ad0f2fcc34276d144e01bc510523
http/cves/2012/CVE-2012-0901.yaml:f039a4ac207d7b93fc93f62148d54a546a35e93e
http/cves/2012/CVE-2012-0981.yaml:56ae4359bf15dde0460f1c3b9cd8b4c0614c89ca
http/cves/2012/CVE-2012-0991.yaml:fe967fa27ba3f5556f4178511573cd225ee4f8d1
http/cves/2012/CVE-2012-0996.yaml:c40a30cd9855129d7cecd1d90c19d9f22dc12862
http/cves/2012/CVE-2012-1226.yaml:16e6bd169ee62b3938e1b9d280deb7373673dccf
http/cves/2012/CVE-2012-1823.yaml:63defc94ed6c51d34daa5a884ed8a9693897a506
http/cves/2012/CVE-2012-1835.yaml:05240f840e7eeefc42419f3350fd4db21e0c63d5
http/cves/2012/CVE-2012-2371.yaml:884f3851b5e3c0557e916f22817404fa40614959
http/cves/2012/CVE-2012-3153.yaml:40d1fa850a2f0dc7a05d750af4fe8cfb2b28f5d0
http/cves/2012/CVE-2012-4032.yaml:8d4b50737b4a56b6263c025f2b343e99cf8eb6df
http/cves/2012/CVE-2012-4242.yaml:3b0b4d6741956408aacbde5829d36b062092e762
http/cves/2012/CVE-2012-4253.yaml:b4cff94a79c325af9b98ab0890aecf7c5224a6ff
http/cves/2012/CVE-2012-4273.yaml:91e918108bb188e261e6f713383094c24649bfc1
http/cves/2012/CVE-2012-4547.yaml:b88e17dab2978ee76316eb73a3c179ad35a79217
http/cves/2012/CVE-2012-4768.yaml:122f264f4eee578c06e43293d76236c82286befd
http/cves/2012/CVE-2012-4878.yaml:e25d52517a73e49383b3a82fd857c513e9b6540c
http/cves/2012/CVE-2012-4889.yaml:789cf0aae3f3894854e73eee63bd48b1d2a588c2
http/cves/2012/CVE-2012-4940.yaml:11225afc0f107fd2125651f9348fc1d42816d247
http/cves/2012/CVE-2012-4982.yaml:ec34549ca2bfa4084b95220723e39d444ccc53c6
http/cves/2012/CVE-2012-5321.yaml:9fedb63604fa425882b111f3ccbdae9fe00b1b2a
http/cves/2012/CVE-2012-5913.yaml:38d7129045562e59417d874cce404214dd766711
http/cves/2012/CVE-2012-6499.yaml:81f456b99dcb9518149b094d3f78b018e2a89611
http/cves/2013/CVE-2013-1965.yaml:0732532c172870fa9f289a3fda79edd73b9a1015
http/cves/2013/CVE-2013-2248.yaml:5b4bb10448c52c518a3765e9ddbfac31c5b3912f
http/cves/2013/CVE-2013-2251.yaml:d44d7046bace63bba9909691ccc4d738f9c3f78c
http/cves/2013/CVE-2013-2287.yaml:4017eb23d385d8badc28b416c534847d2cec1d5d
http/cves/2013/CVE-2013-2621.yaml:fbf0f6497b43da30e106398b4bd407e832684afa
http/cves/2013/CVE-2013-3526.yaml:43e94e0f46cf269073dd62bc844ae5daaa0a3b7c
http/cves/2013/CVE-2013-3827.yaml:7dfb53b1802cbaf13169c0cc9083e64ae522a4c0
http/cves/2013/CVE-2013-4117.yaml:174067a359ec70a0ee8d2087c781f4c10ce2e2db
http/cves/2013/CVE-2013-4625.yaml:f1e9b005cf91a3b58538aaa47896dbeef3c8dd6c
http/cves/2013/CVE-2013-5528.yaml:7a401c39a82b6aced9c31f7bdba7c647f4de371c
http/cves/2013/CVE-2013-5979.yaml:20aeed8767797b1a8c8582acd726b73a47c46bdc
http/cves/2013/CVE-2013-6281.yaml:4c49f3d76c1a089a886f451e626df89c005d6334
http/cves/2013/CVE-2013-7091.yaml:7ac3fb56d8ac28c5a12843b9e169e2949b3685b6
http/cves/2013/CVE-2013-7240.yaml:02f623486db5e85aaa32c0ffa7b46e4639df3c97
http/cves/2013/CVE-2013-7285.yaml:6fd80bbecf2a2592f95c66908e1eb3330a342eda
http/cves/2014/CVE-2014-10037.yaml:97df4d74d8c941a984c48711503cd516176a3bb3
http/cves/2014/CVE-2014-1203.yaml:4c488be21665f19dbd59cff9f708347ef46bfb98
http/cves/2014/CVE-2014-2321.yaml:2c2132ed9e2858393636d89aa11bcee48494c46f
http/cves/2014/CVE-2014-2323.yaml:3dc8303ace9e4585286bdd7a1d7a1ec1dfcb50c4
http/cves/2014/CVE-2014-2383.yaml:cd3a8fa5e9ba85ef3db95d2e0a6830babfbeaf9f
http/cves/2014/CVE-2014-2908.yaml:50b297934fdf00d981931d7fa95fea4dc5bb6077
http/cves/2014/CVE-2014-2962.yaml:07fcf5d66156346a7cdafe58b429bb55d679796f
http/cves/2014/CVE-2014-3120.yaml:ca066e8e4b2b9264740545545582f2fbae8374f6
http/cves/2014/CVE-2014-3206.yaml:73cc10d3790dd4439bd5e53720a7cd389eeb7173
http/cves/2014/CVE-2014-3704.yaml:0a770064ecdfc670ba7c5cfdd4f3fff6f1e01c6e
http/cves/2014/CVE-2014-3744.yaml:46461e8df9ca27b018afeaa7f2b37637e8dffa83
http/cves/2014/CVE-2014-4210.yaml:9c8c634d1899cc72c49898934158c2f7b1f26e90
http/cves/2014/CVE-2014-4513.yaml:ab17add76ee45c07bdf61511e5dc6a023791db27
http/cves/2014/CVE-2014-4535.yaml:ff62d385539232e784a8c4c91695fca17364c7a3
http/cves/2014/CVE-2014-4536.yaml:f0a46b6011cc38dd84e877095ae27232c9cd9539
http/cves/2014/CVE-2014-4539.yaml:42cbf2c99a5ed022e5c6ccc0b547050eff5bcf82
http/cves/2014/CVE-2014-4544.yaml:0854bcc6e713c19a392fb23239e1b2e895ec5f88
http/cves/2014/CVE-2014-4550.yaml:dadde1b7a06eeb9e205d40158130ee49a5004562
http/cves/2014/CVE-2014-4558.yaml:90a902a8a37da3117326094806270812f48ad70e
http/cves/2014/CVE-2014-4561.yaml:cff9ea8e17b6e3ae2982e5a6cdab4fe7837a8b42
http/cves/2014/CVE-2014-4592.yaml:8faa3e149f13ecf3613df57837e9bd8562d0c723
http/cves/2014/CVE-2014-4940.yaml:a14faa3ab0df0686a4f91a5035a5658b13d077c9
http/cves/2014/CVE-2014-4942.yaml:5623760cc8908d0b6ea1a9b8da212f562984960a
http/cves/2014/CVE-2014-5111.yaml:24cc412b5d3553577b264fe49555b2cbb4c7951a
http/cves/2014/CVE-2014-5258.yaml:aaa57af4e5fa2a326a0d13302682fd57737fc169
http/cves/2014/CVE-2014-5368.yaml:8dcacb90bacb466941bd66209a3c3544ea43b15a
http/cves/2014/CVE-2014-6271.yaml:1e66aea403b8845fc9a535c27a7a1d9f13fd3e75
http/cves/2014/CVE-2014-6287.yaml:a682c109c5819f2840ff330f7bba4d41ffb71791
http/cves/2014/CVE-2014-6308.yaml:efd7cb33f5b4ea63a9d69b89e9a79850810267f1
http/cves/2014/CVE-2014-8676.yaml:a7a124d9df9104a4348538fe0d86dc585034a1de
http/cves/2014/CVE-2014-8682.yaml:fe2298b80155864bc4b61ba5d85e5c3f5bbb904f
http/cves/2014/CVE-2014-8799.yaml:979730e77f45688a6c42791486058f2d96930c3b
http/cves/2014/CVE-2014-9094.yaml:9a352d002039eec5e497cac0523c0fb304b73b03
http/cves/2014/CVE-2014-9119.yaml:4118acb0a752273aa2f88522bbe7d79c35caa7c8
http/cves/2014/CVE-2014-9180.yaml:c7f4c84039158dc073274f6943c4d0234c73bd5c
http/cves/2014/CVE-2014-9444.yaml:12c72451154500d398d9742e3a8b4f703c23733f
http/cves/2014/CVE-2014-9606.yaml:db9237ddc98bfbee841ab6609918b89a0b55d0a9
http/cves/2014/CVE-2014-9607.yaml:a51e9d94855e2304ca3d8ac8a2a1f2813cb50560
http/cves/2014/CVE-2014-9608.yaml:163bf5fceeeaa193ffc0343a7c722206cf415006
http/cves/2014/CVE-2014-9609.yaml:1545c587f39978837cebb28a07880b6aa5c6af17
http/cves/2014/CVE-2014-9614.yaml:078a8e1a72458a66a3c0a1d6ab65d8cc2992e688
http/cves/2014/CVE-2014-9615.yaml:bab18a344fdc6b294559ad058e0214dd9de0e2b6
http/cves/2014/CVE-2014-9617.yaml:83c2ea7d55d2e9199e45472388874a1b7b9f372f
http/cves/2014/CVE-2014-9618.yaml:9cf5234ac57dcae80eb84d10427bcddc4df36565
http/cves/2015/CVE-2015-0554.yaml:d08f2589c85b987f3dce79d8b372ff8cb1b0fe00
http/cves/2015/CVE-2015-1000005.yaml:8f878d4b8526222632a4edd01a5d62658817adbd
http/cves/2015/CVE-2015-1000010.yaml:fe8bf0faad1b6de64eb99961bb9322f37541b2ea
http/cves/2015/CVE-2015-1000012.yaml:b1ec2f2bc4edaced26ce1ce3eba67b242b77bd68
http/cves/2015/CVE-2015-1427.yaml:2ce8525f00954182deb8aa691bd2a19fd2756e06
http/cves/2015/CVE-2015-1503.yaml:39716de28683b5cf13e9d6d8addf53f2dece985f
http/cves/2015/CVE-2015-1579.yaml:2e3aee99f9a8d36e398e82e3a9c1c7c4254e12e9
http/cves/2015/CVE-2015-1880.yaml:88a3136391f7953fe9fc74d19d002fef67755162
http/cves/2015/CVE-2015-20067.yaml:785c1c2db6a4483739645939a7ba573a05503406
http/cves/2015/CVE-2015-2067.yaml:1deaabecbeb0c39b55ec7ed639c1ee2abe1eaeac
http/cves/2015/CVE-2015-2068.yaml:454f96cc8de939deb8f4ec5dad03523c991dd1a4
http/cves/2015/CVE-2015-2080.yaml:65c9a006ee4a5d34ba302d6269d14d673f368aff
http/cves/2015/CVE-2015-2166.yaml:6fb4c5af0dd5566c22f6d0527810b0cea512ba8f
http/cves/2015/CVE-2015-2196.yaml:c72e57ce6d1a1f027b05a261a35ce090276c5bda
http/cves/2015/CVE-2015-2755.yaml:76250763b4f6530d0c99a1a906b224f961fd5d6c
http/cves/2015/CVE-2015-2807.yaml:095a6502f87d8351dc481d0098b97bd44ea1741d
http/cves/2015/CVE-2015-2863.yaml:7a0ebfe8df45945ea039caf003750b40b33b8089
http/cves/2015/CVE-2015-2996.yaml:c9f7d88cb93b376990d31d951fdf8bf49dcf375f
http/cves/2015/CVE-2015-3035.yaml:8340c507c5b062406bd3aacdab13401ddc64f6ca
http/cves/2015/CVE-2015-3224.yaml:b54566644827081be73514bd40eab20f85c082a6
http/cves/2015/CVE-2015-3337.yaml:7c0421a901be2f26b1585bc0db3fe345526c6b1d
http/cves/2015/CVE-2015-3648.yaml:4175519613cd5f5c097dd4a44bfea40089547323
http/cves/2015/CVE-2015-3897.yaml:a710a4894562953c4b5ee1605cf89580133ba51b
http/cves/2015/CVE-2015-4050.yaml:4e1606c834ff8bf63d615db49ec4c7c01a60a303
http/cves/2015/CVE-2015-4062.yaml:ffe7be960c0a94d973561a51b13f079faf886b6f
http/cves/2015/CVE-2015-4063.yaml:0630bb964fd2c9adbd5f8ec7149ea45123700d48
http/cves/2015/CVE-2015-4074.yaml:c2c4257d7ec9dce21d0e69aea1d0416fff7a5776
http/cves/2015/CVE-2015-4127.yaml:b175885e3dcb4864c1c6a0dcb661b4938defab11
http/cves/2015/CVE-2015-4414.yaml:a26c2c5085dd03abde47198c27cb8ba8192f411e
http/cves/2015/CVE-2015-4632.yaml:93551b6960dcc75265fdf7bdc3cb671394f12d75
http/cves/2015/CVE-2015-4666.yaml:6e8e20e32520ecfd6bf15aad4602a661e62855cf
http/cves/2015/CVE-2015-4668.yaml:c273086e77b6ff29dea19ab225c0fc023326ce5e
http/cves/2015/CVE-2015-4694.yaml:bff67b71738a1cb47cce41e0808e925348098ea1
http/cves/2015/CVE-2015-5354.yaml:0d3028fc1569111bc6089cea10245685f2964dc2
http/cves/2015/CVE-2015-5461.yaml:34c4c9df37d52df02a33a2108917b0d8f2b69e01
http/cves/2015/CVE-2015-5469.yaml:1d2176f32377cdd92ea9524d8b97e3e0490e2954
http/cves/2015/CVE-2015-5471.yaml:8fbfc2cd944d1816453313540d738f6c0d91d651
http/cves/2015/CVE-2015-5531.yaml:2ab5eed17288c604aa9879bcdb4e7db1389c8894
http/cves/2015/CVE-2015-5688.yaml:d78696f34b1660a8f840eb36a5e30f52e00461f4
http/cves/2015/CVE-2015-6477.yaml:c819f07c0dcbf69cc22645106f0fa51179bb9e83
http/cves/2015/CVE-2015-6544.yaml:47dd888bd2be7133fc0b31797ea0a14433b44641
http/cves/2015/CVE-2015-6920.yaml:fca6101bdcd3a35fd99bac374dcfd0c57c20daf7
http/cves/2015/CVE-2015-7245.yaml:f61398832da394d0e49fa53cb0c6cef33e28d1fd
http/cves/2015/CVE-2015-7297.yaml:ee6ffdbb3ecf6708fdf76decf78db3961954b8b8
http/cves/2015/CVE-2015-7377.yaml:5fc19754de2416e7a9846cb7ea3e2119f3b46c1c
http/cves/2015/CVE-2015-7450.yaml:d9411afb02b0ea3e98117ec9730b85878bf0c9d2
http/cves/2015/CVE-2015-7780.yaml:503e297902362f809f919877076f45039c1c95eb
http/cves/2015/CVE-2015-7823.yaml:c57bc67853a17b84a6f50c066a43cf86d64469b7
http/cves/2015/CVE-2015-8349.yaml:1962520eaa6ea2050cdf7620ce8aa0ef67479036
http/cves/2015/CVE-2015-8399.yaml:9326ded54a78b4844f0c9c2846f5030c22cfd0b3
http/cves/2015/CVE-2015-8813.yaml:f6ab001faf91e5bcf3e073c0396d24211c841699
http/cves/2015/CVE-2015-9312.yaml:37467bde87de1b52375582064f35323b09c0a7f9
http/cves/2015/CVE-2015-9323.yaml:bf3fd4225600db40cc8f220cf9648cb9767f8261
http/cves/2015/CVE-2015-9414.yaml:8c8b06df358ecc320556a22107ec566aa8740fce
http/cves/2015/CVE-2015-9480.yaml:e7543ff60a98376973b69a96e38d09ae3965da6f
http/cves/2016/CVE-2016-0957.yaml:243579eeaf91021ef0f6871f78d5caf430c4051e
http/cves/2016/CVE-2016-1000126.yaml:be83de1c85bcd74f0dd00739ff31182f9e0c9d72
http/cves/2016/CVE-2016-1000127.yaml:9d390099eeafea22462e5c5eba5f04bf417ccc61
http/cves/2016/CVE-2016-1000128.yaml:fd3b194d59b9675d100ab22c1424626bf8aa7379
http/cves/2016/CVE-2016-1000129.yaml:ddf8e400e75560155e1c6549c7c892c2c953741d
http/cves/2016/CVE-2016-1000130.yaml:086ac56025753ad4d8e5554c796cffcdc6ac8408
http/cves/2016/CVE-2016-1000131.yaml:01d4f7987cdba2c0e13b53d9493a9a93568cf152
http/cves/2016/CVE-2016-1000132.yaml:c660c72d5836100a67bb484ab2a809bb3a3b5058
http/cves/2016/CVE-2016-1000133.yaml:eee024674fa1e609d2454ce1f59ef9ef2d0934a5
http/cves/2016/CVE-2016-1000134.yaml:82ef5314de45dd8660c9617dd3be84f0def25cf8
http/cves/2016/CVE-2016-1000135.yaml:75e9cc219f7271352d2bc0e691b8bd22cfc80a17
http/cves/2016/CVE-2016-1000136.yaml:3d52eb2c8ce1ac007f03759869452e7f7878bc8c
http/cves/2016/CVE-2016-1000137.yaml:d381fa81f6cf6d8d7b53237195b0d8de090c9721
http/cves/2016/CVE-2016-1000138.yaml:c526edde21104445ee63b173aa70b81aaee41b4f
http/cves/2016/CVE-2016-1000139.yaml:382ca5cf94837a1bea61527395c8274a2822c5dc
http/cves/2016/CVE-2016-1000140.yaml:7fb3525f132a9bffdef64d767424ce5408054894
http/cves/2016/CVE-2016-1000141.yaml:56d58a77dfb6017a9531794e4a1aca0813e46d05
http/cves/2016/CVE-2016-1000142.yaml:6ff6c5bfafd56190b56c80b41b2149b111f72930
http/cves/2016/CVE-2016-1000143.yaml:38c1c9b8d101f129e78256231bc2edba8f24a11a
http/cves/2016/CVE-2016-1000146.yaml:7b372f4a046340864bf1fe6590dea32fd03b7c4c
http/cves/2016/CVE-2016-1000148.yaml:5d84ba90a4e11f3fe00be4c99becd175353b51d2
http/cves/2016/CVE-2016-1000149.yaml:035b086218034d538bdfbe09ef57e258b30152f0
http/cves/2016/CVE-2016-1000152.yaml:98c76aa49ae8bed5264377101bcbc5758cc1b0bf
http/cves/2016/CVE-2016-1000153.yaml:8d5b5e94835422fc4ad582758cb0682222cc2121
http/cves/2016/CVE-2016-1000154.yaml:9008ddbe162daf0bffca461bf4704afd72a3b647
http/cves/2016/CVE-2016-1000155.yaml:af10c0f163200fa13af1df30d0b7268f77087e38
http/cves/2016/CVE-2016-10033.yaml:9015cced522e47ae3e8baadbb3b2bbb35c480e5e
http/cves/2016/CVE-2016-10108.yaml:ab2657c9f3b0f5a2a3fa65c528406ee0a4dc86ac
http/cves/2016/CVE-2016-10134.yaml:5a5243fa15b22663a39a57ba68de36c286fa891a
http/cves/2016/CVE-2016-10367.yaml:b5cf7935c5475dfc643a40789b9ee641df341dba
http/cves/2016/CVE-2016-10368.yaml:e839abb178c102eec1a598856730b0e02f42407b
http/cves/2016/CVE-2016-10924.yaml:1bfdb32fa0bee6a974c8ff5b5676965717b19acc
http/cves/2016/CVE-2016-10940.yaml:4fa8d5fa916ff85db315594001c270c6194c9664
http/cves/2016/CVE-2016-10956.yaml:fb0813d8fa1126622b32592eeeea7cd50ffd7c36
http/cves/2016/CVE-2016-10960.yaml:8e89fde73feaad9b41eac9b6d9ef972d5a9b074e
http/cves/2016/CVE-2016-10973.yaml:aa16445a2d005689ab8c315aa4953a2f119b631a
http/cves/2016/CVE-2016-10993.yaml:aba4d5ac577b6b27b6c1fa4d25e0946ae69c3dd1
http/cves/2016/CVE-2016-1555.yaml:5333057d60f015343fd03fca00b4b1fbf46dfd8e
http/cves/2016/CVE-2016-2389.yaml:95232c955cb19cc007d4b6bc593b473beb6c9c11
http/cves/2016/CVE-2016-3081.yaml:1e8a105a53423cdc9d1424722d89af60ff729c65
http/cves/2016/CVE-2016-3088.yaml:96e11803a92f5e2be6177b2a71fb2c208aa7dc4e
http/cves/2016/CVE-2016-3978.yaml:1366ca6e5d08577a2791e77629ffe94f06f67bff
http/cves/2016/CVE-2016-4437.yaml:339fc3f3208ac0ebbf4d397ba7720a1a4d1f53d6
http/cves/2016/CVE-2016-4975.yaml:008bf9e9e455edac4cff55a4e5275ec4f2617e42
http/cves/2016/CVE-2016-4977.yaml:79723d21bae5f03354ee2c8450c756c40fc76887
http/cves/2016/CVE-2016-5649.yaml:dbab59ba1cd14fd4fb8d3fd3eae953167b5fe6ee
http/cves/2016/CVE-2016-6195.yaml:223f4d185cc1c721399d61388a73fca628f9e769
http/cves/2016/CVE-2016-6277.yaml:befd750516f74ce84ec7597cdba140054099581f
http/cves/2016/CVE-2016-6601.yaml:402de57729891f48d5cb63bcf143a791dd032a65
http/cves/2016/CVE-2016-7552.yaml:b765b1d4bdc36a00d722d58d14425e3457c2e7d5
http/cves/2016/CVE-2016-7834.yaml:c4b650adb3a3a9044d89f69000d600be0bcc319f
http/cves/2016/CVE-2016-7981.yaml:424ad8c8d521cb69f3e6b2d12f65db1279f79d4c
http/cves/2016/CVE-2016-8527.yaml:7dc9dd6595dca3944200c3e41b8a74db77bdf9b3
http/cves/2017/CVE-2017-0929.yaml:1db95d7be30b01fe55055ef87f75f7110b2923a0
http/cves/2017/CVE-2017-1000028.yaml:b18b421ecb9221455a5f8da0eba0843b44c5eb8e
http/cves/2017/CVE-2017-1000029.yaml:b4046c7c4c64d836b38712d1404d88a6a16e0a11
http/cves/2017/CVE-2017-1000163.yaml:94c1072482221fd873b159352f1ea53354bf6d3b
http/cves/2017/CVE-2017-1000170.yaml:bd99e1205f3d19e4d63817df93cde64d13095d11
http/cves/2017/CVE-2017-1000486.yaml:b2765bdeae66b1e0a172b658c0232393c830c442