forked from projectdiscovery/nuclei-templates
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtemplates-checksum.txt
7613 lines (7613 loc) · 612 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:5db0e27eff05882104a21dd1d681664364869833
README_KR.md:174470dbc5c69e81f83ff816655a52cc8c5d7f26
TEMPLATES-STATS.json:e7be34238cc8ad0c2c6be0179a9035a71793a606
TEMPLATES-STATS.md:6a33ff10f4ddcbf823b43566668522ed1efbdbdd
TOP-10.md:142c30341301dad9dde8fde9bb8df8882451394e
contributors.json:8d840b1db8c1af9a3927448841f817aa9c850de9
cves.json:493df8bbeb3ed7b2296e4b77fb94311d36692d15
cves.json-checksum.txt:940e49a28abf7e1bf70bd595936fa426930a3639
dns/azure-takeover-detection.yaml:46faba4b4dcfd6cbf7c951494f9221a44f66794a
dns/caa-fingerprint.yaml:e09ca00b0fd8939272585485c9b3d8ebe6230aa7
dns/detect-dangling-cname.yaml:f5cd10b05dfbee2b9b515c88df458a007df988ea
dns/dmarc-detect.yaml:8cbd81e0befd979d93144c96a3e70a45f7a89a56
dns/dns-saas-service-detection.yaml:f3dd529b4cfb30bea424a3254e1c61c6cf3509de
dns/dns-waf-detect.yaml:9d1809d207b9bf2e8dc059828ab42887dfc1d7fb
dns/dnssec-detection.yaml:b4454800c09ef356871ac109343efb48f5edf302
dns/ec2-detection.yaml:267136bf49ebc572372fefe37b33722c27c83f93
dns/elasticbeanstalk-takeover.yaml:59700e2be5b2eac2f79d58ac0fa7abd3e8d3b0cd
dns/mx-fingerprint.yaml:cdd8f785f4451976f1615d718e9ba7bfaf3d8a34
dns/mx-service-detector.yaml:c9cf4dd5125a61c03ef29680d3a990e1df37c7f8
dns/nameserver-fingerprint.yaml:b7c9246411661b1a1292e2f7e8adf94fc6e21589
dns/ptr-fingerprint.yaml:115c40828c5afc903bcfe567a959ed2dc33541d6
dns/servfail-refused-hosts.yaml:53868bb372e262acb817058721582242d192a51e
dns/spoofable-spf-records-ptr.yaml:61f4832d7e6372e52ca608491af9063bbfafb3ae
dns/txt-fingerprint.yaml:ee7b5df3fb72602f3ffe0de028718a6d33f55c72
dns/worksites-detection.yaml:a93c0d63f9f9416194593a9c7a753208234eb2ff
file/android/adb-backup-enabled.yaml:62db7b10ac2bd4813e1316d997ac42373a1c13d7
file/android/biometric-detect.yaml:bcf0b4d733e46c06ce9532723cd27ca1a33c1182
file/android/certificate-validation.yaml:a8c22fa2c490457e7b1d9861527c18d710a64845
file/android/content-scheme.yaml:aa49f488bbc0d6ae59c050c4277d08ceba7fbbc8
file/android/debug-enabled.yaml:05525b069a80f92abbf4ca89ec5419ee34b282a7
file/android/deep-link-detect.yaml:b1226a9cf332e1319327a3842b78f8fbf98b2f7e
file/android/dynamic-broadcast-receiver.yaml:bd46be1a2b42248bbf704a0d39efb882b0f1ec01
file/android/file-scheme.yaml:3930870142d0ec29b9a5187fbf51502a8c882d3e
file/android/google-storage-bucket.yaml:8edea5a6005747da63848f4a7d677f2fa87a96de
file/android/provider-path.yaml:d30bfd32c20a34fbbaf07dc42f46035a432d18b4
file/android/webview-addjavascript-interface.yaml:f785bb4837739fa1a97c5f7591d13b9a452be115
file/android/webview-javascript.yaml:732342ecdb731938a070f0be59937870a6b13d50
file/android/webview-load-url.yaml:2a8855e2e77d7d0c0be4b69cc2ba42f4763f96f1
file/android/webview-universal-access.yaml:1ad8ad56aa8d2f50bd3279231e20433ed75bdc79
file/audit/cisco/configure-aaa-service.yaml:a264d87867f50edab369471e88e0b9d799b3c2da
file/audit/cisco/configure-service-timestamps-debug.yaml:4f83bab9410668a57a02559a60fc86fa57735303
file/audit/cisco/configure-service-timestamps-logmessages.yaml:33c8fbf419c0af55b1ffa96c8c8e30ae1fb18c3f
file/audit/cisco/disable-ip-source-route.yaml:d5dc24eca3402a1c4f1bebd9da8639f2c27f43ce
file/audit/cisco/disable-pad-service.yaml:33cffe1af608c9a95c004947a783abde7f47f230
file/audit/cisco/enable-secret-for-password-user-and-.yaml:bcd2d75e67661bb04642366443cec3987b68a83a
file/audit/cisco/logging-enable.yaml:cd81d2b2ff0b6a5b59f2833bda9baee4db9008d2
file/audit/cisco/set-and-secure-passwords.yaml:b32f0def94541df87ece258b40684b18edc0a486
file/audit/fortigate/auto-usb-install.yaml:0b9bfe553c1792c65775beb2cd1470c5f6c3ad43
file/audit/fortigate/heuristic-scan.yaml:27a6242331ee5b7501aba8f2c42ac0ca74b446df
file/audit/fortigate/inactivity-timeout.yaml:405b5c4ef729e970a10ea8f362ef83ad23fb87af
file/audit/fortigate/maintainer-account.yaml:de325a2e368ab909b7d107f685569dba19feb642
file/audit/fortigate/password-policy.yaml:52ff17102865ef0c81216493250c09120c82652b
file/audit/fortigate/remote-auth-timeout.yaml:192563ea6d553d1859c257783c787fec8aae8275
file/audit/fortigate/scp-admin.yaml:692daa7fe09380a259dfd8642d1920a647a33d37
file/audit/fortigate/strong-ciphers.yaml:5c6b528bf3f1951ba88fc59e28d3de857ef38938
file/audit/pfsense/configure-dns-server.yaml:ffa0468c83078fd88e35ed29b4d136b9975a6998
file/audit/pfsense/configure-session-timeout.yaml:35a0570fcbcfcfd3bc5bd65d5ac4402771e2cd68
file/audit/pfsense/enable-https-protocol.yaml:8bb9c5e6b29ba5d6da20bcbc2bdf711fe87c2c7b
file/audit/pfsense/known-default-account.yaml:7709aa35f30cdffc0077705441a73abb6be07e20
file/audit/pfsense/password-protected-consolemenu.yaml:4822719d38c14d908eed683209871272432333e9
file/audit/pfsense/set-hostname.yaml:85af8600379491e6f4fb2496a9e5e1b144f8a4b0
file/bash/bash-scanner.yaml:b5552afdf50194ca2f8346ba2f1e1d44fc796c65
file/electron/electron-version-detect.yaml:6e0eb9a97b040574e2bfd5008c2b74b059cc9dd6
file/electron/node-integration-enabled.yaml:21b85bedcc94481c4c863ac751a08048cc083711
file/js/js-analyse.yaml:a21c71c98581aa1abc4492e143eb6af8e83a6f27
file/keys/adafruit-key.yaml:fcd9f75dfb63045dd5725b8b1b95096805fe7cb4
file/keys/adobe/adobe-client.yaml:0d08740e5aabf92b6930f01fff0f26bc219aea92
file/keys/adobe/adobe-secret.yaml:634e49851d9fe25c8763f95d158b54176463378d
file/keys/age/age-identity-secret-key.yaml:696dd086e7cad7461cdf5909d29bdf5539a7c56e
file/keys/age/age-recipient-public-key.yaml:28cc5973b1c81ed4409f8ea4615776c699184b59
file/keys/airtable-key.yaml:ccd80af2f9033ec062d00102c43ab377cd5fc25d
file/keys/algolia-key.yaml:5dc0bd01705a91fcf9e1c5c67db5fa99bd0385ea
file/keys/alibaba/alibaba-key-id.yaml:743dbabac17bf490ba9f78287d90975521404ecd
file/keys/alibaba/alibaba-secret-id.yaml:9d960c1b058b8b94f56843082966c9780ba4ee44
file/keys/amazon/amazon-account-id.yaml:9572e63de3ae303db2b9dd9ebef55dda8c8dd89e
file/keys/amazon/amazon-mws-auth-token.yaml:70ce38793018aa5a467b42b94c3a32a53da22611
file/keys/amazon/amazon-session-token.yaml:3dcab2f107991e71a9960fb58e5568dcd9986258
file/keys/amazon/amazon-sns-token.yaml:955d3d388b0dece9501afed79e79479035711953
file/keys/amazon/aws-access-id.yaml:e79ee212c849f5b4504b13bf6ebfc37fb161e3de
file/keys/amazon/aws-cognito.yaml:0f4178f8936eeee1942b8c2cd6cb3a5213c92540
file/keys/asana/asana-clientid.yaml:3ee1e3f7a85b53531d9e4b8b06d6bb1ad5c32f80
file/keys/asana/asana-clientsecret.yaml:b826bff1f99e8cad6005659449fd362f1d677c39
file/keys/atlassian/atlassian-api-token.yaml:50cc46641a14f58865a05649ac8389ffef28109e
file/keys/azure/azure-connection-string.yaml:2253711c72e6109acffdfa962f8f6cc143f5f0a0
file/keys/beamer-api-token.yaml:1cabdd6ef0c71afbfa2ef3e0b7325a59f7c828ce
file/keys/bitbucket/bitbucket-client-id.yaml:e410abaf3936c67ad12670fe14305b84a5d8ded8
file/keys/bitbucket/bitbucket-client-secret.yaml:6d655acf2a6828160f7b8302cebc47529c5a30eb
file/keys/bittrex/bittrex-access-key.yaml:3060f7abbf3bf70e66f213a59f57d4c31ebd7bd8
file/keys/bittrex/bittrex-secret-key.yaml:ad23d9ad2d89a03441e53af93c20e269adb4c51a
file/keys/branch-key.yaml:e16d7a9ef01fe9fc8fc7c49ef90686df3a820b53
file/keys/clojars-api-token.yaml:20a7a3ccc1f2ea35f05a67bc712e8551c9c47880
file/keys/cloudinary.yaml:75636264d4b2abc1dad137a1a9ca53785a825165
file/keys/code-climate-token.yaml:9e4e335c611589786001dadec50223a87d06d8b8
file/keys/codecov-access-token.yaml:288de5bcc58f0a7243ca8083786d94b225a029cb
file/keys/coinbase-access-token.yaml:6c72140236a1bd879623ecffd4a1283ab8a8d540
file/keys/confluent/confluent-access-token.yaml:1727d8b64296528c9b4a2916812b18660e287d19
file/keys/confluent/confluent-secret-token.yaml:32b81a55f28bd4351aaec5ed15e7f350fc82f7b9
file/keys/contentful-api-token.yaml:827ab76f70251a5798b84983f411d77d79271cb9
file/keys/cratesio-api-key.yaml:2ff1d21daccc046dcc976b0b8b3889596ea9bc7d
file/keys/credential-exposure-file.yaml:f3244c082fb66c8886600e0f55ebf47ae13bdc0e
file/keys/credentials.yaml:a7343edd369f3a8048bc1fb4788caebff9e7b154
file/keys/databricks-api-token.yaml:ba601e7651edfaeb468140f649077879612a1d61
file/keys/datadog-access-token.yaml:1a04c5fca4a910bb21e53d93c39cd27207050a08
file/keys/digitalocean/digitalocean-access-token.yaml:48ef69e9e79d9dc0d5bb44f5da0a32da9438ec28
file/keys/digitalocean/digitalocean-personal-access.yaml:af04f1db577fdce6a160f13258d56a6ca1a36254
file/keys/digitalocean/digitalocean-refresh-token.yaml:9f5d5c192b3a0c4d253d747cf94d771014b0c1ed
file/keys/discord/discord-api-token.yaml:8bb19ed7949b64d8e25b8eac4563a953898b732d
file/keys/discord/discord-cilent-secret.yaml:e89577fd59deb0a2272db94505e9338042a65d1a
file/keys/discord/discord-client-id.yaml:b8b54938e140d8ea95ab73c2153db7cca388d0be
file/keys/doppler-api-token.yaml:0bbddd7c677d1073119b09280e3c2a35f5b49cfe
file/keys/droneci-access-token.yaml:ffa689708d60e9b67158351da9dc2e2b474bba43
file/keys/dropbox/dropbox-api-token.yaml:a264fa2bea23a8418eeb5945fb3bd89f4f41aba4
file/keys/dropbox/dropbox-longlived-token.yaml:7a12b95a716275853d25b3110cb2e104fd0173bc
file/keys/dropbox/dropbox-shortlived-token.yaml:d7bde48817096f0c4014ef99e026a649be8bf726
file/keys/duffel-api-token.yaml:857f4a1651173d0a404c1351297df4fcf1bf3bac
file/keys/dynatrace-token.yaml:58048de1699e2f77ea03795fcc4abd61377b68a3
file/keys/easypost/easypost-api-token.yaml:41381d250fc2f3d648059c5ae1a1678c45f0b8e0
file/keys/easypost/easypost-test-token.yaml:a632babd749df65be4c0e6f3251a0ecef3b7a346
file/keys/etsy-access-token.yaml:8f544c3addb7266209937d7f46b026cb47e749e2
file/keys/facebook/facebook-api-token.yaml:a655c370f4ce5e657816fd7f1d09ced30bdc8ab8
file/keys/facebook/facebook-client-id.yaml:3f440ec8e932011827676b51046f4ec2bbcd2ff2
file/keys/facebook/facebook-secret.yaml:8e162e37c7c37d33a283bbb1170c1d96581701fc
file/keys/facebook/fb-access-token.yaml:6923e6c0083a2be4856bb2cddf8e62efdace5d13
file/keys/fastly-api-token.yaml:9c28383a34316a068983af9357ce3b3fedbdfea4
file/keys/fcm-api-key.yaml:c274da432c66b6951491bd3a581e714cc44c1b00
file/keys/figma-access-token.yaml:926f41bae9a847111894d52c37eb080ac2f27979
file/keys/finicity/finicity-api-token.yaml:435824b90aa22d5bf698ca30ae81f67b35a11ee5
file/keys/finicity/finicity-client-secret.yaml:4d2b36cef36b53a6b407a44ec9121ffd39e482a2
file/keys/finnhub-access-token.yaml:784b71159f77433a986b09de852b97c8851d6a9a
file/keys/firebase-database.yaml:47d206b932632e49dcb2ffad53d6d15641772ec9
file/keys/flickr-access-token.yaml:4ceb0ae756f16bae6cbbccf359c43d940552e4e1
file/keys/flutter/flutterwave-encryption-key.yaml:c2dd8702601885a1e18483e010103571c4b88ace
file/keys/flutter/flutterwave-public-key.yaml:34f07e9c33cda70e3076b7c4f4617fbd9dbd0202
file/keys/flutter/flutterwave-secret-key.yaml:6683ca64fe22b6cf69a99a745f599d17fbab581c
file/keys/frameio-api-token.yaml:0886c4ef76c31f1ff0f01c5c4b55c1b38970c108
file/keys/freshbooks-access-token.yaml:392186bb8709676f6aea82fd68ce5421083cb8f9
file/keys/gcp-service-account.yaml:2bb59c6538413fab9f9e8607e9238c7e831926bd
file/keys/github/github-app-token.yaml:c0ebc599849007ab98d01d9e88e5ce0d68458f19
file/keys/github/github-oauth-token.yaml:c663183589a791af35e90bb45a46bf106788cb67
file/keys/github/github-outdated-key.yaml:4c6aaa82b1a813cc383c2d84294b18150ab7afaf
file/keys/github/github-personal-token.yaml:80d3225f6f8dd538dba80a45c2508cbd99b3068a
file/keys/github/github-refresh-token.yaml:beedec0e916b239e7ee31658dc737e378b2d6ec2
file/keys/gitlab/gitlab-personal-accesstoken.yaml:cbec17cd9ac018cf1df377d3d855921a3ea73bbc
file/keys/gitlab/gitlab-pipeline-triggertoken.yaml:da8b6119473c74457b28c916ecbff0a28e3ab9b9
file/keys/gitlab/gitlab-runner-regtoken.yaml:27b96867e5bd6bd8f8f8a38bdd662ad1ce85e8ad
file/keys/gitter-access-token.yaml:542917d7182de9e86e103a2053c91507cf0d1353
file/keys/gocardless-api-token.yaml:528f60e8b986c510ff6be02fa9d755c53491dbef
file/keys/google/google-api.yaml:9da8f445a95dd97b25c49434bec2a6f8c46059d5
file/keys/google/google-clientid.yaml:cd7865bd85d5e3b8efaea19d05a8c676fc4e04a1
file/keys/google/google-oauth-clientsecret.yaml:d8dfc09632b65139aaa16c7e17fba0fd97fcdaab
file/keys/grafana/grafana-api-key.yaml:a380403cf320b5c2de6f53444427d62842542a43
file/keys/grafana/grafana-cloud-api-token.yaml:9fe279756595e628c718cd5f66e2c707192603b0
file/keys/grafana/grafana-service-account-token.yaml:5b77822913f80d07d522a7cd674d6564b1ad7a5d
file/keys/hashicorp-api-token.yaml:40ddc8e9669c03cc3fb26dc54208ff7c4155227b
file/keys/heroku-key.yaml:6d5f9f86bae276eb5c80770ee7c2f83e4d16d298
file/keys/jenkins-token.yaml:e71bb6477ba471f075ce67f80afd8eb75dd2338b
file/keys/linkedin-id.yaml:eabaff81f3ab365caed608ecebf05e3e674d96d8
file/keys/mailchimp-api.yaml:3516419852991f8a3fe5e531a6007857a0bd01aa
file/keys/mailgun-api.yaml:cdbcb1387be3d52598243a423b06d9536a9dee77
file/keys/mapbox-token.yaml:53500890cda2d19910fae244b36868c966d019da
file/keys/newrelic/newrelic-pixie-apikey.yaml:e2d9da4c80c322924ab96c759cf5a211092dfe26
file/keys/newrelic/newrelic-pixie-deploykey.yaml:d40f736a9f42f321d95ba45e2205b0f4104ebe42
file/keys/npm-accesstoken.yaml:ad645f0de963466fe236a63ca070f47b5476ffa9
file/keys/nuget-key.yaml:87925426fc32e5978807e5a38dd08edfe4298a9f
file/keys/openai-key.yaml:960aefd9b7da28b12c4a11bd7c08333377d9caed
file/keys/paypal-braintree-token.yaml:21f682db1ef8313858fb606c55fcfcb4f3d4b44d
file/keys/pictatic-api-key.yaml:60311e459e2e3510eb6291b728840af4af21adfd
file/keys/postman-api-key.yaml:a6e9696bd1c17e39d8f65ce9ed69ad0d9a18f79a
file/keys/private-key.yaml:4313c669ebacb8d53666fb402b41b1f055b808e6
file/keys/pypi-token.yaml:2f6c3040e0c3d4f277f5ac9d1ec11fa25c77c2c7
file/keys/razorpay-client-id.yaml:510b7a51ac68beca3a15c0c28055c710e4b2f99a
file/keys/rubygems-key.yaml:e0119ce1f6adf7c7ad1289e55af35f314b5a45a6
file/keys/s3-bucket.yaml:7da938ee9c542a1e60bb488eb557a25114ecf1a6
file/keys/sauce-access-token.yaml:4f61b862063010c7884e8dd6fe56af062f3e1c9d
file/keys/segment-public-api.yaml:d19345447d8cd803c8c39d4894dfc9bc3b2ab08f
file/keys/sendgrid-api.yaml:ba6f23c7e61f992b70dc77e8860a12e6f771c6dc
file/keys/shopify-custom-token.yaml:db7409a089a563d75a7a36823bf6f7ad4492158b
file/keys/shopify-private-token.yaml:357e5f108245fb9b332b7097bc79cc0a9007c3d3
file/keys/shopify-public-access.yaml:adc4ce361642c64b60acf7c80e9ce78960d4fd45
file/keys/shopify-shared-secret.yaml:e71929b313585cca7f1d65a1eba7dcbe44ac2fcc
file/keys/shopify-token.yaml:5319ba0e8587e635eda383a6d94498f127a3a980
file/keys/slack-api.yaml:5fca3a09473cd0e4ff1b35ce300b9f8b7e9713d2
file/keys/slack-webhook.yaml:c10ec3fa5d7e7caa87b82052ff9c4f520188c5a4
file/keys/square-access-token.yaml:efd20bf3efb457a4a7c5d54b880aeec52039dc6e
file/keys/square-oauth-secret.yaml:33e87b9a80797f415566ce418b004ab55d1ae534
file/keys/stackhawk-api-key.yaml:6eff2e35d01932243e11a56ff12ed488109600b3
file/keys/stripe-api-key.yaml:8f6fbc5b3c35d03c19ef63242cbcc5d821ad4e07
file/keys/telegram-token.yaml:cf6ca639e66dbb8b4f285b7e64f16259d1092d0d
file/keys/twilio-api.yaml:d6d3ac74e04e27b3a00582f11e6faefd1d592e23
file/keys/twitter-secret.yaml:12805073b1988d66b47e08d533dc86a923ec1c7a
file/keys/zapier-webhook.yaml:8c4d88aa3feabe33d24d6abd0f7e0712f9809afa
file/keys/zendesk-secret-key.yaml:a420ee3438bf6350f8e2d5a4f89626bf6d823e84
file/logs/django-framework-exceptions.yaml:07d849b26a700b088c4d29719e6edcc15d5326fe
file/logs/python-app-sql-exceptions.yaml:6d4342d0f57800afd5fedddd18d7510f3471d698
file/logs/ruby-on-rails-framework-exceptions.yaml:1e6f393802e285be50ced421ea59216286022969
file/logs/spring-framework-exceptions.yaml:3849b72b39ccec062b523aeeab5266925ebd700c
file/logs/suspicious-sql-error-messages.yaml:fc5e0f10706a22d873b95f4a78b603785506222c
file/malware/aar-malware.yaml:1e441efd02420dbe896319411eb45e4a0a2dfe13
file/malware/adzok-malware.yaml:c242d48f7a013da1c5535a88cba7e67b5c82075a
file/malware/alfa-malware.yaml:41efd8bc8b0c3978948113426756d32bf56b44a7
file/malware/alienspy-malware.yaml:77ff06bf530231db4c222c38554ab7daf1bc3cbd
file/malware/alina-malware.yaml:ced67d2ab43a24dac67460916346d2fb2249b8cd
file/malware/alpha-malware.yaml:741de34d1de1e7ab49ab5e921b34eccee501647e
file/malware/andromeda-malware.yaml:1e0d8bd61b2b1e585dc55cd553589fca0cbf46cf
file/malware/ap0calypse-malware.yaml:f29e5285785aa6cb9ffc7e0c56fdc41b2c941d99
file/malware/arcom-malware.yaml:01a23655304c693475fa917a20a8ee1862da96a0
file/malware/arkei-malware.yaml:5dcc240de312853649909e15d1cc65bffd6c4f2d
file/malware/backoff-malware.yaml:1d45e1e78afd4ea07af4b7cec28a40bd9e44f50e
file/malware/bandook-malware.yaml:6fa1633bbc9df6d827d5d236f823af113e0f1734
file/malware/basicrat-malware.yaml:4b75981acc549b55feab84453fd5c7d3dcd56632
file/malware/blacknix-malware.yaml:2f88575838f9f728ade52f2b40fd01b9560910c2
file/malware/blackworm-malware.yaml:09993cdb5a9ea2f3d97981eb1349fda00c57c57e
file/malware/bluebanana-malware.yaml:83c85d8c257c3702bd8af73a403dc2cf1e9cb54d
file/malware/bozok-malware.yaml:5e0413036fbcbff178dd97738bdd91e26849e2b8
file/malware/bublik-malware.yaml:99b762626c7767e90dc63f4df70c062052b51589
file/malware/cap-hookexkeylogger-malware.yaml:0f5d86cc7435d66bf90e451de1070950b00cfab7
file/malware/cerber-malware.yaml:39b6d0eb20f3aa7013fe50a717c672f0cb686578
file/malware/cerberus-malware.yaml:d00446ae97c42903d32bcae96107d0f5476e36dd
file/malware/clientmesh-malware.yaml:1ea1f91077f7209c9ec145335e05ad10b3f4bf72
file/malware/crimson-malware.yaml:c1ef2bd9c3ba65954c14d8bdc6cfca0c32f74c59
file/malware/crunchrat-malware.yaml:fa705d6a33694ebab6f0d140dd7719f8a4080d5d
file/malware/cryptxxx-dropper-malware.yaml:31fc3c81458211dadc3508298758d46b309fa713
file/malware/cryptxxx-malware.yaml:fdb6bbb44f4e114abb066f6bb0d19b1017aeabf9
file/malware/cxpid-malware.yaml:54add2a28af3c72d5c8fc5a9d1e20a1e0d809ba9
file/malware/cythosia-malware.yaml:d14d8befd68480b8d64669c74240a9764c1b0caf
file/malware/darkrat-malware.yaml:a96ecbf5fa8be1c0b302bde02a937911b557300b
file/malware/ddostf-malware.yaml:8253b8c6e296a7bb16f7ff7fca714ef1c781c2e4
file/malware/derkziel-malware.yaml:ec6c1b40dd9dc5b66f57b12d9317886c7532d6d0
file/malware/dexter-malware.yaml:39a0975606f5221fa8c81370d23ec3d91864c787
file/malware/diamondfox-malware.yaml:7f93479cdcedad065aa34c9f18004368f654a596
file/malware/dmalocker-malware.yaml:4887967f2cf2def9893fc103bd2c0bec5378d65b
file/malware/doublepulsar-malware.yaml:5fab79cdbc53de3d0b28d674104250a2e084aaee
file/malware/eicar-malware.yaml:6d3cda736eff7308a49be65066f7f53b29d73241
file/malware/erebus-malware.yaml:70d92f7205903c8b02826c5fee47f79b6f239768
file/malware/ezcob-malware.yaml:8c0d3055fa03ef62fb78c28141c1abfda5f75b7f
file/malware/fudcrypt-malware.yaml:a413229e00d30c3be3b249bd8df4a4d5beea9d2f
file/malware/gafgyt-bash-malware.yaml:b0cef643a9674537b6fbb477197a48d8e44075db
file/malware/gafgyt-generic-malware.yaml:31bdf8435d8e2a0e55da89712f110b21de485506
file/malware/gafgyt-hihi-malware.yaml:4ac09552c7297309573324b40996cc610e3282fa
file/malware/gafgyt-hoho-malware.yaml:4939c5e59a9bcc4dd92025c30d2d37471a7b865f
file/malware/gafgyt-jackmy-malware.yaml:33edbfcab8da257eae5d430d9966b0798453556f
file/malware/gafgyt-oh-malware.yaml:ee6450d217ec5114a77bcd74f61abe116d95b213
file/malware/genome-malware.yaml:4528380cc94dd49c4f489568ee57b5e480646eb2
file/malware/glass-malware.yaml:ccfb8b035156b858659dbbd4ac6280746a59f801
file/malware/glasses-malware.yaml:0cf9e05e7f21c82ffde9cba676533d2f9c9de909
file/malware/gozi-malware.yaml:309d6c50c7a6e38b7483bc9417d68b33c26c1f7d
file/malware/gpgqwerty-malware.yaml:3f3639d9ddf422d6bc79910f2ffde66e48fe81c6
file/malware/greame-malware.yaml:348dba770265d3d8891b754968441688e358148d
file/malware/grozlex-malware.yaml:76f2819b3042de8deb700e5c84121867e862e11c
file/malware/hawkeye-malware.yaml:864bec57fa45d993a670eca91b279325a77f9cfa
file/malware/hydracrypt-malware.yaml:36c80e5deff04127045712459f128d1ccfee4b81
file/malware/imminent-malware.yaml:db54cd01a1a09703e1850a000860b4c61ddc142e
file/malware/infinity-malware.yaml:f83ea2e78daf84f5277d87492be17fa0b5deb5ac
file/malware/insta11-malware.yaml:9a288249c37be5bc6a04022a265553eab3c1150a
file/malware/intel-virtualization-malware.yaml:7bff8aef240f8e781aaff3c2c0003d233ec04070
file/malware/iotreaper-malware.yaml:cff4829b27faec911e2e2a3c316d85de302587bc
file/malware/linux-aesddos-malware.yaml:6f6f3073146fa867e6714e2175fbfe5b8b190711
file/malware/linux-billgates-malware.yaml:4c6ac1e985ddb4c6c2ea89e1fced3c34d9d79214
file/malware/linux-elknot-malware.yaml:51ac003d430857941d94b78ed078b3cf7b49c9f6
file/malware/linux-mrblack-malware.yaml:33812330361ba0d3a2946aa58a4af9ac498b4fa0
file/malware/linux-tsunami-malware.yaml:dcb9b395b1dddd3b8491c3d91cc839e29bed3945
file/malware/locky-malware.yaml:993ab579c5ee9b6f78f1b2b9b583c32cbad11052
file/malware/lostdoor-malware.yaml:e00c632ce1c72ac162f273cf01674c22927a3f3b
file/malware/luminositylink-malware.yaml:8b68fc7d25b384d6cc9851b5234cf0e69a6cd77d
file/malware/luxnet-malware.yaml:661e1b64ae679f25ce5ed18e1ec21813b0492c5c
file/malware/macgyver-installer-malware.yaml:f7f9c10f87ad1b7d9dfa506197f7a862facb8c3a
file/malware/macgyver-malware.yaml:fd952a390f7c377621f8c5120d9c791d2062d8fc
file/malware/macos-bella-malware.yaml:c5f5f6befa49f23fcdf71ee50b0888f038175899
file/malware/madness-malware.yaml:a4522e2b2d58458304170bc3a1cc83634cad1a5e
file/malware/miner--malware.yaml:6edc9543f4c5623f82acd560337505dbb8980a88
file/malware/miniasp3-malware.yaml:72e393953dee58118c4a72f45da1fea8dc58fbc8
file/malware/naikon-malware.yaml:e819a004d1cde6bba308de96bca752d173c79031
file/malware/naspyupdate-malware.yaml:02b78919d1ec9078ce36fd03639d42772f2fac07
file/malware/notepad-malware.yaml:e65c674f460ac457bd3172bcdcc6a5909f7d889a
file/malware/olyx-malware.yaml:96fada1e8cca9df3f9a4c9709a516c4e0a9e155d
file/malware/osx-leverage-malware.yaml:e9d83ad90d64562d42387985e338d10b58f97df6
file/malware/paradox-malware.yaml:33b3f55d99c64baf0ad8128d5601bcd2448468fb
file/malware/petya-malware-variant-1.yaml:e7db1b20941886d0bbee3739d29b10b9d046bfc8
file/malware/petya-malware-variant-3.yaml:a78f0836476b34033e23056ae05226ce0b1a419f
file/malware/petya-malware-variant-bitcoin.yaml:82f3504ffbaefd66f73297175fb507489fa1ed90
file/malware/plasma-malware.yaml:6b04bb12a04aa69a2da9dd38aa3a58eb0ddb5f12
file/malware/poetrat-malware.yaml:e088394f9b4eca0c2fa97b7e03d4e37b9d7371aa
file/malware/pony-malware.yaml:dc40f9a1d8d0430f068878324631cfa36b2a0d53
file/malware/pony-stealer-malware.yaml:f681945e5b6746959ce6b94df2be79ee7134611f
file/malware/powerware-malware.yaml:69d9ab3c4bfe7040a82003b7197b0d52d31c4feb
file/malware/pubsab-malware.yaml:35f8338461d2760551cc94f12a767ff0c1a65b68
file/malware/punisher-malware.yaml:203637cbb376723c8407a4b0adf2ef96cdc0b7fd
file/malware/pypi-malware.yaml:14926b1ac18ad917618e8bb32c6cbf2a466a13d9
file/malware/pythorat-malware.yaml:8bd1843488ab4688991c232c5cd5a191ff5f23ab
file/malware/qrat-malware.yaml:f2ebf3c0383e7e7d085c3dd8ac1ada9bebf90432
file/malware/satana-dropper-malware.yaml:da0829dad1c8cbfc86647719466954ff6512557c
file/malware/satana-malware.yaml:5380bcb71447da89e59ece6fbcce8773a453ab41
file/malware/shimrat-malware.yaml:c6472766e7135e28460bfe7ae2c4f54fb2610658
file/malware/shimratreporter-malware.yaml:465f320e11f9447463ce040ca84e664bd656520e
file/malware/sigma-malware.yaml:06bebdb45ff57d147d605a70cfe525e2e23e0fcc
file/malware/smallnet-malware.yaml:56b44414d4494f641114ca59b7cf2c42fda0c172
file/malware/snake-malware.yaml:6b5261835555df5f577a73bca2701c21f4f6476c
file/malware/sub7nation-malware.yaml:03c830cd3017cd0d4da73c0c2ab56e44dc82ed79
file/malware/t5000-malware.yaml:20702acf29c0dbf5832a0216f32df92d05c6bd41
file/malware/tedroo-malware.yaml:b5fcb2630dc649792a6c700058e1065ec692a614
file/malware/terminator-malware.yaml:2b935d86e791dfef53d0f7f855ddb614565cb63e
file/malware/teslacrypt-malware.yaml:53438afc07be0d360db17d669a89608cfba433f7
file/malware/tox-malware.yaml:c97529536c72d26cd551748ec883af803ce47699
file/malware/treasurehunt-malware.yaml:970f068bf6d0194ccf54c40fa77a3c6350af84e1
file/malware/trickbot-malware.yaml:a076f139159221aed6d677fa0ab908fc2709e788
file/malware/trumpbot-malware.yaml:49975d704f3d290c432ce889e08e4122df8cb6f3
file/malware/universal-1337-malware.yaml:d98b349e2f74a083de594cbc92f0dbeb5d74b873
file/malware/unrecom-malware.yaml:0563fe5d9e239bb52a4eca7cc6334451fd5adb6f
file/malware/urausy-malware.yaml:9bc2912321427447f543183447c2331e27a9e922
file/malware/vertex-malware.yaml:1aece1d6aa1050a32d4d593bf509c33b36eb9252
file/malware/virusrat-malware.yaml:e41a09c772de1970e36348d517e18608e5f9b064
file/malware/wabot-malware.yaml:c40984724b50366b19f6c04bf821c6b0b5f3efb3
file/malware/wannacry-malware.yaml:1d86802794981297b7d65d00fb55c4a31d119cdc
file/malware/warp-malware.yaml:4db2ba19bd70faf123112c41a4b2e2a82388be6d
file/malware/xhide-malware.yaml:73cf428eb63382938adb5730054a25f6f3ddcca3
file/malware/xor-ddos-malware.yaml:4c131b63dcbde3e91bd2ff7ccbfe72ffba1be46f
file/malware/yayih-malware.yaml:ebcbc34d51d70b70dbbd4323a6059b8c3df173b1
file/malware/zeghost-malware.yaml:2656a490dabfb995444bc197ba5fd5d716d5b097
file/malware/zoxpng-malware.yaml:5aa560ac13841c476230cc62dd8af8ce1086c402
file/malware/zrypt-malware.yaml:af34065dbbf49e9f05eede44d556f52ecdd8eead
file/nodejs/admzip-path-overwrite.yaml:8afce77f63f7bee1f67bff9b18302e4318825d22
file/nodejs/express-lfr.yaml:3b15c98486eb76dc9e8c4e909574533dc280338a
file/nodejs/generic-path-traversal.yaml:4c9e38005af5b39abfe395d18b7beb2bda68ea01
file/nodejs/tar-path-overwrite.yaml:43f0bd479e7d9c778eda7f1cda360c877ce4905b
file/nodejs/xss-disable-mustache-escape.yaml:077db9a8deced53a905e4d59a32a2a488432e93b
file/nodejs/xss-serialize-javascript.yaml:2f1a51f1cc83f56a8fb4e1951a3a03789281cf03
file/nodejs/zip-path-overwrite.yaml:0b47c61436255cff6a7cd83007d77de539534b01
file/perl/perl-scanner.yaml:98ecd6ae3e3146b9ed245663b80ac2c6ad319d5e
file/php/php-scanner.yaml:8e6a353e17e474160df19d55593e4def7f53d533
file/python/python-scanner.yaml:47124072fd01a2ad48f75edc86f36f6991fc5a36
file/url-analyse/url-extension-inspector.yaml:7c03883872a1cbb25903c0fcb2ea9fc32992c3af
file/webshell/asp-webshell.yaml:d06a21413b7b17707abe792bf11e48262598278c
file/webshell/jsp-webshell.yaml:a1d8af37da9136d3c7cec1c4821b733f775cf46e
file/webshell/php-webshell.yaml:04ddec6f6b15cc2eecd93e32fa4ee4457fbf8195
file/xss/dom-xss.yaml:7813a691b186d516fe4397bdb68b486ccf4895eb
headless/dvwa-headless-automatic-login.yaml:ad13b500134dc9cd4141a4c315cbe46448073ea8
headless/extract-urls.yaml:6cdb388031392fb7bee8de9394298143bf3e0463
headless/headless-open-redirect.yaml:628336b4e67e258107c3cd5b741c72e4bd6c7189
headless/postmessage-outgoing-tracker.yaml:38d7ea38b0521a7ee3cf78db660b5ae923d1a54e
headless/postmessage-tracker.yaml:bf39bc73b73f1bf0636383612db9fce761356c5e
headless/prototype-pollution-check.yaml:69b8a0b268d374a5810f7a6c22ed4fb62ab318e7
headless/screenshot.yaml:e3b337171ed7e8dbda44fc9ef9cbc1f6ddb6f85b
headless/technologies/sap-spartacus.yaml:081bb0a3d71ed6bff5c5c471a10c32e6592d084c
headless/window-name-domxss.yaml:5bd4634abe5103ab0b60740d28c1763545a40f0a
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:17b13a81ff50d31a321d94f7592fa222b88e6eae
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:d1fd48333115227b181b4b132e5511e91d95bea5
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:bdc1408a91f161dab5a9893d23db3c7095200e1d
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:89a3a0549a1b043b47e2b5e18dfb0ae90bfaaeb1
helpers/wordpress/plugins/ewww-image-optimizer.txt:f0e80e9d8b6e35e4d07b971ea614c40d8ec4efa3
helpers/wordpress/plugins/facebook-for-woocommerce.txt:8b06ddb10d32fd00c6f396f4696592af976b2118
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:5d01a884be075829c61edd1aa76acacc0448ae78
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:bce6b7cb2b4348e7bc107654aaedf6662b338f4c
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:0b12745e63f19bb65c9778d99891dd5add137111
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:4720b076892bb2fb65e75af902273c73a2967e4a
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:0ff943418641a5443653f90ce6951a93e9770070
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:5f099bc6f95ad230bf3e17b9745270e13ee50606
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:02916b01b2ed8adc73df9c0f4081ff2a4f219790
helpers/wordpress/plugins/pixelyoursite.txt:af04551215298737e83ffeff86e0a4a63e5f57af
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:09d7c94b6b07df41fc11fe17f108ad704d3a058e
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:0f2d74125dea18acce67c02619dcfea86c380227
helpers/wordpress/plugins/regenerate-thumbnails.txt:aba31d0ba474d83f50978833d17946c355cb20c4
helpers/wordpress/plugins/safe-svg.txt:595d550379b2cb8bccb9659627308ff4e751d23f
helpers/wordpress/plugins/seo-by-rank-math.txt:84ca57992fd1d1927b4208aa8f27cfc91815037b
helpers/wordpress/plugins/sg-cachepress.txt:04e136873d85cb62901bb699285d9280e05828df
helpers/wordpress/plugins/sg-security.txt:a2048abb201b6201e7cd25e8b0262758a98d59da
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:ad237f577c750deb168261580ce59ce78f97c08a
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:e4dcf50721abd61e4b9d3234623bdf059936514b
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:18550ee15e4dfc3c7876ce760f9fc97cb5a54592
helpers/wordpress/plugins/woocommerce-paypal-payments.txt:01b1c534c2db2eebe8eb41bca1f0ffc4193b0e3f
helpers/wordpress/plugins/woocommerce-pdf-invoices-packing-slips.txt:decfe4a741808ff162a3556af7bda411d3d2454a
helpers/wordpress/plugins/woocommerce-services.txt:70c4e845189d3a1a824f59c4f4dc47ab2864470e
helpers/wordpress/plugins/woocommerce.txt:e81f0d3632905f8bf54a0c328d13cc85a1da4a1d
helpers/wordpress/plugins/woosidebars.txt:a2048abb201b6201e7cd25e8b0262758a98d59da
helpers/wordpress/plugins/wordfence.txt:2971ae90e519b3091fe6fadd26cad3aefb8f4043
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:640b75d1936f52903edd2795db2c553f3ad94165
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:9827421d97ac200554b9b19a38887d10730b549b
http/cnvd/2018/CNVD-2018-13393.yaml:c3274eb3f14441601cbccdf201baa929747d092d
http/cnvd/2019/CNVD-2019-01348.yaml:15f7d3512bbea4fdcb5bff4d1ab891f4ba0c933a
http/cnvd/2019/CNVD-2019-06255.yaml:ef5af7dd5739034078c6e5035ab15ede9cea9e9a
http/cnvd/2019/CNVD-2019-19299.yaml:2ed319050b8cfdc33cb652645b56be24d2c046f9
http/cnvd/2019/CNVD-2019-32204.yaml:7e84162c3ef05339268e654697cad5be0fe6a78b
http/cnvd/2020/CNVD-2020-23735.yaml:a39118756f316f0c7b10909b05b234cd318fd668
http/cnvd/2020/CNVD-2020-26585.yaml:9bf6b505a2e9a9fafba2bd0997672bcadf62a9b1
http/cnvd/2020/CNVD-2020-46552.yaml:8325e471b89b554aa49b35040c27aa67bbbba0b9
http/cnvd/2020/CNVD-2020-56167.yaml:22116ab3b4b2edd3abb62b8a1be605e453bbdd83
http/cnvd/2020/CNVD-2020-62422.yaml:03862f8d8a7ccf7f491d8973aca310cd5da7b7be
http/cnvd/2020/CNVD-2020-63964.yaml:f51e04e1d9db8db85e7df7d7b74c8b49b40a5be0
http/cnvd/2020/CNVD-2020-67113.yaml:736ed74d1feffc88e688a79a8b12399efec6d1cf
http/cnvd/2020/CNVD-2020-68596.yaml:9b4f2c136fb679b8f9a5b391782a50612fba87c6
http/cnvd/2021/CNVD-2021-01931.yaml:e07e00f420f4a9e32061639674e7afe6c110728b
http/cnvd/2021/CNVD-2021-09650.yaml:3da80a844df2f3fcb3feb9b88155652c0f10584d
http/cnvd/2021/CNVD-2021-10543.yaml:bc1a56e80664c64b804f7c3e69894587f73869e6
http/cnvd/2021/CNVD-2021-14536.yaml:5decf87ca7f57a202c9c9d0d80a63a7f0970a8b6
http/cnvd/2021/CNVD-2021-15822.yaml:305682f3e2a595c3a1fd7b8aaa5c4aa843130f3a
http/cnvd/2021/CNVD-2021-15824.yaml:d13b18e191c6e24b222bfebb5f920300cd61e452
http/cnvd/2021/CNVD-2021-17369.yaml:316870fc214935ad588da68be0d5f9e7ce09d703
http/cnvd/2021/CNVD-2021-26422.yaml:dca0ae3ff28a9f1acaecb55a40f7c017d94ace37
http/cnvd/2021/CNVD-2021-28277.yaml:8444d11e6cde7359c1d87724c387e20f0c30354d
http/cnvd/2021/CNVD-2021-30167.yaml:3cc937bae21c6ead9cc3c0490190e2e0cf4e9c94
http/cnvd/2021/CNVD-2021-32799.yaml:9d5132f5ee315d7e38209645f62b2756b3868d8c
http/cnvd/2021/CNVD-2021-33202.yaml:7a5d2ee0e6c4c703d9449f1e99092501bc70f5cf
http/cnvd/2021/CNVD-2021-41972.yaml:5e9a34fa605f9cefaab9c1b254086b3927ebf9b6
http/cnvd/2021/CNVD-2021-43984.yaml:5e51e8d118534dea908662897625c6971015997b
http/cnvd/2021/CNVD-2021-49104.yaml:e4401913f5a5a3b7e8b6df1a9be0850f1555d41b
http/cnvd/2022/CNVD-2022-03672.yaml:1c4c6f310ce06696c42679f0fd2f91fe00472a5d
http/cnvd/2022/CNVD-2022-42853.yaml:7c15c0b36667412e9692661bc7f8117d9a3be981
http/cnvd/2022/CNVD-2022-43245.yaml:cbd7c7708f496166952b40be66848f108094c631
http/cnvd/2022/CNVD-2022-86535.yaml:61462c916b6815dfe89bf1bc8b246b8b275ded84
http/cnvd/2023/CNVD-2023-08743.yaml:0c2473f5899fa224f745b6f37dd1f0863841af27
http/cnvd/2023/CNVD-2023-12632.yaml:5c8ff33cd1bd3bf0bb0938cf6c70e552c57e3e84
http/cnvd/2023/CNVD-C-2023-76801.yaml:908a7771bdf21f0538f9a26df7f353c7f4c10670
http/credential-stuffing/README.md:88a738a7af33e930f046a6681114389b2f341fa2
http/credential-stuffing/cloud/atechmedia-codebase-login-check.yaml:80ed543a0fa3564e367df8406c92f5aec6198902
http/credential-stuffing/cloud/atlassian-login-check.yaml:f38f9cd72151b5bdda2a5eae0b8ee20fe8acbbad
http/credential-stuffing/cloud/avnil-pdf-generator-check.yaml:9f4c9e2d2dee61499470d39247f606cd5e9f7b2d
http/credential-stuffing/cloud/chefio-login-check.yaml:6606aeb847cad38bda7fa27b6892ada80ea96a81
http/credential-stuffing/cloud/codepen-login-check.yaml:3e4e56b4aabd1b97b6a00cb9f9e22dd88dd2a80b
http/credential-stuffing/cloud/datadog-login-check.yaml:562fb51e8be46eae35c06aba1fcec9ae9e6ab373
http/credential-stuffing/cloud/docker-hub-login-check.yaml:2b7c71137cc7431e35f45daf82276388c04c25c5
http/credential-stuffing/cloud/gitea-login-check.yaml:d9a6e9026ce8e62587ddb778794422eca203cadf
http/credential-stuffing/cloud/github-login-check.yaml:2a00f42e0a6cea955314b6da12ad1264694abb86
http/credential-stuffing/cloud/postman-login-check.yaml:a7fc9c6cca4a21ec0667ee8457ae74233d040279
http/credential-stuffing/cloud/pulmi-login-check.yaml:356de2ad338162bb4cbfaa1cd2a3838f0959bac9
http/credential-stuffing/self-hosted/gitlab-login-check-self-hosted.yaml:76cd5becd03f10e3e68718d0976ccec8b60f1742
http/credential-stuffing/self-hosted/grafana-login-check.yaml:b9f94c594680cb5001f49fc0fd9453065d2cde37
http/credential-stuffing/self-hosted/jira-login-check.yaml:2e938ed63f31f93ee674d5d9b7fdd7bbf249623f
http/cves/2000/CVE-2000-0114.yaml:9354a158b66873e0e55f15a9e305688fa18a291f
http/cves/2001/CVE-2001-0537.yaml:b87b1b6fff8bb1407f3b754373b089da7a15a6c3
http/cves/2002/CVE-2002-1131.yaml:f87398fdce63849387edc6ff7044e92cfc27fcf0
http/cves/2004/CVE-2004-0519.yaml:e404bf7afe02a224896dd493c5d0f4d8c1f37770
http/cves/2004/CVE-2004-1965.yaml:35c2b785c040940866246c7db88d41427919ca5f
http/cves/2005/CVE-2005-2428.yaml:880bb0ec4274509d54790ad4417662689f265043
http/cves/2005/CVE-2005-3344.yaml:524d4d589b6da3bca4490a19425ac9de110fb083
http/cves/2005/CVE-2005-3634.yaml:fa04d66f7871f1dcd09e22a30e13c2708ef16f3b
http/cves/2005/CVE-2005-4385.yaml:6e06da91c21e7c84881f8ecb44760e8515cc20e3
http/cves/2006/CVE-2006-1681.yaml:f140a67af5052537eb18c0b41c41587400a64ac2
http/cves/2006/CVE-2006-2842.yaml:90d1a5c007ca54d71fff1a94e963d262bffc3530
http/cves/2007/CVE-2007-0885.yaml:8ca859e0b5ae9b2145025760bbaa861d07f8644f
http/cves/2007/CVE-2007-4504.yaml:e27e154f49171094b9fd99562b4f59999be33321
http/cves/2007/CVE-2007-4556.yaml:cf8cf0558db26027133af061759a8589c1de7786
http/cves/2007/CVE-2007-5728.yaml:f42a1b0e04166d380fb8f6fd96f6891db73ed397
http/cves/2008/CVE-2008-1059.yaml:032f20d10588214695c582c978e7bce51c30fa0a
http/cves/2008/CVE-2008-1061.yaml:92e10e0bb4100bf3635a4f56846aeb08f2470c21
http/cves/2008/CVE-2008-1547.yaml:c1d4120cfce620bbcc7164f6ee44656aa70f899d
http/cves/2008/CVE-2008-2398.yaml:0e10b40ee450da1736bfbc7d2d5bd4b9ea45e10e
http/cves/2008/CVE-2008-2650.yaml:ce847d61aa48a2e05696868424d197d6011829d1
http/cves/2008/CVE-2008-4668.yaml:6181deae3c25e747f2554a9993f0fc2d63043fea
http/cves/2008/CVE-2008-4764.yaml:3618ee3c47585116556f8feafc2f1494b7ddb0d2
http/cves/2008/CVE-2008-5587.yaml:070d6a610ef451afd813f2cc50ce5be4f5f5736e
http/cves/2008/CVE-2008-6080.yaml:3168f3c3741e024c83434242516df55878b29515
http/cves/2008/CVE-2008-6172.yaml:517915d9bbdb729e3ad735623c45f6568eac188c
http/cves/2008/CVE-2008-6222.yaml:336bb0d7367a4546a625822213035fb4fd1bdb94
http/cves/2008/CVE-2008-6465.yaml:12699a9d0470935fa2683dabc6f7e65fd712609d
http/cves/2008/CVE-2008-6668.yaml:fd54795e1abf89ddf96866d6b46dffff800fec47
http/cves/2008/CVE-2008-6982.yaml:e32e0bb8f2ad13c7f8e116bc3f981c6bddae5104
http/cves/2008/CVE-2008-7269.yaml:cc9fba45b4936566144e9dfa9fd9fb6523671fb4
http/cves/2009/CVE-2009-0347.yaml:2ffa1dae293359980ce3ad7b705ec591258146a2
http/cves/2009/CVE-2009-0545.yaml:32d87b11ba3a4dc4faf0b783783e15d974b945b8
http/cves/2009/CVE-2009-0932.yaml:bbec8533df4a1761093f14b9ec18f949eb7cb4a5
http/cves/2009/CVE-2009-1151.yaml:c6b30fa8c172d7644e54ec63fe75d57bb20b4fcf
http/cves/2009/CVE-2009-1496.yaml:58d0287f1d2c56942ec355a2e032e7d33dafd2fb
http/cves/2009/CVE-2009-1558.yaml:5fb516c8113c445f76842a95a715588708c788ea
http/cves/2009/CVE-2009-1872.yaml:f9c03333c960b1204d0cfbefca01e24dd1ad503f
http/cves/2009/CVE-2009-2015.yaml:3e5098c9554b35804c4cb4665ef0e6f434f83659
http/cves/2009/CVE-2009-2100.yaml:da7489672357ab23cfde29546aa10f29c136f640
http/cves/2009/CVE-2009-3053.yaml:59522c472354726169efead560c9a5a8d219e145
http/cves/2009/CVE-2009-3318.yaml:5594f9e3e9d0e9119f613fd0b304b13dc836490d
http/cves/2009/CVE-2009-4202.yaml:b3c54d39513ceabb252ca3988bf73332d488cb43
http/cves/2009/CVE-2009-4223.yaml:e255d4bd0f1156735d015852cdde61a0a2c76f55
http/cves/2009/CVE-2009-4679.yaml:5711573d1fcdb37e51accfc97345fe560f64e307
http/cves/2009/CVE-2009-5020.yaml:02b1e8419d05a00dfb454c1aab6e35f67b6546d3
http/cves/2009/CVE-2009-5114.yaml:924202487a70b64a365b7561f0ad910edda831b8
http/cves/2010/CVE-2010-0157.yaml:afaa1b0b6694a2cc7ce8a34ec6b060284ef272f8
http/cves/2010/CVE-2010-0219.yaml:e3fcec5e06bfb11731847bab83aa5d4c13fb4145
http/cves/2010/CVE-2010-0467.yaml:6970b613d3e965062df556bb15a3d13a8e80c860
http/cves/2010/CVE-2010-0696.yaml:7b944f7731e68d9e66c3dfe7791dee5438800f53
http/cves/2010/CVE-2010-0759.yaml:4c24bc604a918f9f7526c973f5a018e6d4e20383
http/cves/2010/CVE-2010-0942.yaml:c439d68cb044571a4adc9f5d50a917313c51a0e7
http/cves/2010/CVE-2010-0943.yaml:ab8838af46b695682af9e3fb1151d015476304df
http/cves/2010/CVE-2010-0944.yaml:55ff2950b71380d00c3239611f1499054c62d0af
http/cves/2010/CVE-2010-0972.yaml:f3bc43fce0557f17e56d68ddf94ea8142e268eba
http/cves/2010/CVE-2010-0982.yaml:bb9dca56d952a6d323ec7a5a924e7c5c1e267204
http/cves/2010/CVE-2010-0985.yaml:6dc6b03d22d67ca1231d5e225a3af27be9e8f648
http/cves/2010/CVE-2010-1056.yaml:2b040c303f4e686323c621e6c5d2ec5d871fd7f8
http/cves/2010/CVE-2010-1081.yaml:3147ef045fd1c3fe8935960b4f3c9e2433011636
http/cves/2010/CVE-2010-1217.yaml:8a9658a85c8066a78f87a39e07d2f1a65f3e8794
http/cves/2010/CVE-2010-1219.yaml:0a0e5a6b47347ec028170db5cb9e07cd35bb7aa0
http/cves/2010/CVE-2010-1302.yaml:f04253fcd6be023dd5e22e36b53057b13c4d0595
http/cves/2010/CVE-2010-1304.yaml:fc623593fe6ce46cd082be3943cbdec7c78551ee
http/cves/2010/CVE-2010-1305.yaml:1140e28da336fc3deb237c72d7a6690803e03b02
http/cves/2010/CVE-2010-1306.yaml:09389e4b7e5d015884dab0529f22addb1f4fbad1
http/cves/2010/CVE-2010-1307.yaml:19a1a3bea7042635b4e5bc2d5b8cd3f83ac49443
http/cves/2010/CVE-2010-1308.yaml:630cd4483acffccf86c7ad3df1c69da599b82ff8
http/cves/2010/CVE-2010-1312.yaml:9f010a67ee8938e248a9b896bba8072ad66c213f
http/cves/2010/CVE-2010-1313.yaml:3f279a489408f8c53d19bfae5a40ba00c69e8322
http/cves/2010/CVE-2010-1314.yaml:7e389f8c99d635c986e64eef59e63f5c10ca3d3b
http/cves/2010/CVE-2010-1315.yaml:55f3c978e0595c91c382f40a4ba450bfe05dac46
http/cves/2010/CVE-2010-1340.yaml:ee8528d91eb03413c854630490abfd7ede5f445d
http/cves/2010/CVE-2010-1345.yaml:be251c993bba332042e717f65d65f60035605c5c
http/cves/2010/CVE-2010-1352.yaml:fb57f8e79b704396484fa4a2f96e40391fd48be4
http/cves/2010/CVE-2010-1353.yaml:3322536f0cdc6a81d82b2f8c21ecc2a3393dda77
http/cves/2010/CVE-2010-1354.yaml:b12e487b403149ec08b7f8ef8fd2967c982c141f
http/cves/2010/CVE-2010-1429.yaml:979bdd4cc8d0469d8a515ee5a9c3543e960f0c30
http/cves/2010/CVE-2010-1461.yaml:4719f14203f7d4752fdf469157682b91875200fd
http/cves/2010/CVE-2010-1469.yaml:ad81610192ebd00983b4234a0831a87746e57cfc
http/cves/2010/CVE-2010-1470.yaml:38a7d3737894845daf87efff009b5daa4cef1d8f
http/cves/2010/CVE-2010-1471.yaml:75011eb8de929c2b1ba01d566ada34924c4ded42
http/cves/2010/CVE-2010-1472.yaml:206956abf89ca8638a2f2659e3e7be404512fcd5
http/cves/2010/CVE-2010-1473.yaml:e9246fc1fa78d328261b05e9c9ae44ef3e584071
http/cves/2010/CVE-2010-1474.yaml:8f1021769764c87f919dec1221bc8275f23a8e4a
http/cves/2010/CVE-2010-1475.yaml:dcd17012b127f806997086640cce79bc41b6436d
http/cves/2010/CVE-2010-1476.yaml:0aaa920db9ebc9066731ff9fc1d9e564af650d6e
http/cves/2010/CVE-2010-1478.yaml:5813b57dfff85ce0e3daf73bb1f811b0855d5010
http/cves/2010/CVE-2010-1491.yaml:c7a009adcf9507a597959bf3abb0616409d3700b
http/cves/2010/CVE-2010-1494.yaml:4db2884cd92591217d6ad3a2b0a5b1dfcb9300ad
http/cves/2010/CVE-2010-1495.yaml:de05c2968dfe87c78da66d788c914ea27b418db4
http/cves/2010/CVE-2010-1531.yaml:cfeb195531bb67ef40026c62222e41e52c1a6ec1
http/cves/2010/CVE-2010-1532.yaml:02183210d1c25a4f7032013bee83cec7f95457f8
http/cves/2010/CVE-2010-1533.yaml:52bb85179eb83cd337abd4308153008d89e84adc
http/cves/2010/CVE-2010-1534.yaml:b14b67ddec3e589630a98855f3ee82b7e87261c3
http/cves/2010/CVE-2010-1535.yaml:0f4981ebc13b20cc0064c8fba8326784bcc0cd9e
http/cves/2010/CVE-2010-1540.yaml:3b95a58cede99cba4a358afc610d263928dab278
http/cves/2010/CVE-2010-1586.yaml:d9de773148517add210dbf2b3a9adb0407eab943
http/cves/2010/CVE-2010-1601.yaml:6c2d7190f49ea62db2fabb8da05a94e14f4af6f2
http/cves/2010/CVE-2010-1602.yaml:4f84900b2bda4ed418e2620fa66a307e77a2d417
http/cves/2010/CVE-2010-1603.yaml:ec99505088d7f2bd8d56f964c7812bbb3c1e68f9
http/cves/2010/CVE-2010-1607.yaml:5aaa1181a7f434a84b9e032f72d54fb85bc80646
http/cves/2010/CVE-2010-1653.yaml:69f1436c2d8f645ac6665bfbc524d2012a3d75a0
http/cves/2010/CVE-2010-1657.yaml:f3e18a4e0e3f5fceaaf15e15fa6908b60713eefc
http/cves/2010/CVE-2010-1658.yaml:8479d91b245e442da83dbc700803afa5c5a21320
http/cves/2010/CVE-2010-1659.yaml:58720fb09da264a236e22513e51c56fdf3a571df
http/cves/2010/CVE-2010-1714.yaml:d969b98c5978afe7ea0ca76fb5802b5dc96d021b
http/cves/2010/CVE-2010-1715.yaml:6453b899afe5655ac92e6a3e456256a0c4b0267e
http/cves/2010/CVE-2010-1717.yaml:5a84ebb54286698211974781eeec1ed1df15d4e2
http/cves/2010/CVE-2010-1718.yaml:ed62008e368e7735c51a30eba37c713fbe050949
http/cves/2010/CVE-2010-1719.yaml:561c4907bb92c41e8fae5ce2a07e713e0f69dc6e
http/cves/2010/CVE-2010-1722.yaml:14e4aac83aa49712144d309c6016e623c5cf08ac
http/cves/2010/CVE-2010-1723.yaml:75ccff6c4b10dc9fc70f41060a8e7de2a8ad0802
http/cves/2010/CVE-2010-1858.yaml:f63f214156501c2c997e8f2b6cd5ecefba2f5ef8
http/cves/2010/CVE-2010-1870.yaml:72d1ff47cc9fd83c590faa5b339db2997577fb49
http/cves/2010/CVE-2010-1875.yaml:148d6ee17d8e5bd5c7dd6bab491d01c4e7ccde80
http/cves/2010/CVE-2010-1878.yaml:331eacfde919cf18b6f95e6620b93000250d093d
http/cves/2010/CVE-2010-1952.yaml:ed95b7c547fc40a0e8fd686800d5b67ca3dd5b49
http/cves/2010/CVE-2010-1953.yaml:f3778780d344789cb1b529a22d3d97496d326191
http/cves/2010/CVE-2010-1954.yaml:f0fdd93c0788f95069d178f7a4cf58e04118c3c0
http/cves/2010/CVE-2010-1955.yaml:00ce9c950d8b2ab97a92088e59cc52f0afb118a6
http/cves/2010/CVE-2010-1956.yaml:8ccf41f076e701181547fe24480cd0c9e057c09b
http/cves/2010/CVE-2010-1957.yaml:33355bf6617aeb716a84be1887f40408c7fb455c
http/cves/2010/CVE-2010-1977.yaml:b1d3299e5d953139efd31c877471287e5e75db5a
http/cves/2010/CVE-2010-1979.yaml:47d4b9b58db3e215fc42cdf71bb82f4e37b7fc39
http/cves/2010/CVE-2010-1980.yaml:a18cf1c0349369fcebefded889b2e2dbd520e55d
http/cves/2010/CVE-2010-1981.yaml:8118b6a4c0ba55d8f1fb35363c7f23da5676f55f
http/cves/2010/CVE-2010-1982.yaml:1e7ea17a104f42e90310669fc1d53bfe79d32eb3
http/cves/2010/CVE-2010-1983.yaml:38145bc4b6c811fa5d71b50935c9cf4d0f2aceca
http/cves/2010/CVE-2010-2033.yaml:ae2ff14ba511796f2910fc700ec2e39f7dd15bd0
http/cves/2010/CVE-2010-2034.yaml:9a6ee639b6c7f9381aac872a4f64addc30403702
http/cves/2010/CVE-2010-2035.yaml:9e762ac12a3e6f95c02bf7b3b65937b28d646b34
http/cves/2010/CVE-2010-2036.yaml:88826fccd6b66eb3bf6109090bc02afd942e4b43
http/cves/2010/CVE-2010-2037.yaml:62fcbffab99b18177dd7620854d489dc33d09188
http/cves/2010/CVE-2010-2045.yaml:fa45882235563a17d252750a047a8054f60be44e
http/cves/2010/CVE-2010-2050.yaml:9712c0330422dc7add4963cc87697d4e1ffd6743
http/cves/2010/CVE-2010-2122.yaml:3d86692a8fc148e0bf1fc15dc046f17fd319c2c5
http/cves/2010/CVE-2010-2128.yaml:fc8cb77b10a12bd649034cf6ce56108285d5b92f
http/cves/2010/CVE-2010-2259.yaml:52309c068f4d988025033662054eca88060dd010
http/cves/2010/CVE-2010-2307.yaml:f00cf09040bb8be2096dfea60c11d4e537a1d785
http/cves/2010/CVE-2010-2507.yaml:cb99559e0f04b53475d5f2a937b6f2389d28a1c1
http/cves/2010/CVE-2010-2680.yaml:71e4579f5dc432c632aa66b906b2001a1f88795b
http/cves/2010/CVE-2010-2682.yaml:a7c724d7f552f6aa8cfb90f737f75b234c3a396c
http/cves/2010/CVE-2010-2857.yaml:c04ca8a0f5dd98fa54df63b27adbd0ed91a4a69d
http/cves/2010/CVE-2010-2861.yaml:0de809f7a18acabeb4c9c5fca7201131904489a4
http/cves/2010/CVE-2010-2918.yaml:054106eab3cd2ec59af1389b484fb3c3ebc34195
http/cves/2010/CVE-2010-2920.yaml:be93b9d35254750eb90dfb96b3f2bdfea9294232
http/cves/2010/CVE-2010-3203.yaml:d7027630a747f9f338ae257457cbef526ed68341
http/cves/2010/CVE-2010-3426.yaml:3683f927ad9608761ccb1e14123e85062ea083eb
http/cves/2010/CVE-2010-4231.yaml:47245025d135030ac686078330f33888f20c915f
http/cves/2010/CVE-2010-4239.yaml:8d4529a3b8e79a1b931dc79d52991ee19dbb795e
http/cves/2010/CVE-2010-4282.yaml:f0786affd4f8fc1f0e54f92269cbc34a4d85868f
http/cves/2010/CVE-2010-4617.yaml:58c3ed318de9a4903d40d2a2885c7c0af026f7c3
http/cves/2010/CVE-2010-4719.yaml:b7b5fd0ced2348ce51fde6bcd4d7be7d564706ab
http/cves/2010/CVE-2010-4769.yaml:9da028c7d3c8c0ea8702cd199e15979a84c892fd
http/cves/2010/CVE-2010-4977.yaml:55d1f477c778c8939ad4328189a90b1764058d8c
http/cves/2010/CVE-2010-5028.yaml:85dd1ad99c7ce915c6f65a2770ee0294e21c9fb3
http/cves/2010/CVE-2010-5278.yaml:ff607da56235aec283fb06bf1ed0719a1976aa7a
http/cves/2010/CVE-2010-5286.yaml:f48efc0e2dc0e7f48c4a7b40a34f088a749cc6b9
http/cves/2011/CVE-2011-0049.yaml:efc21f1a3e3b1c651f2280ba93b78c0d4c1914e0
http/cves/2011/CVE-2011-1669.yaml:428771209879364debdc3ed5c0e7261ac33d19d4
http/cves/2011/CVE-2011-2744.yaml:76783c37f80be87e55edfb9d32ed90eb5e97f7cf
http/cves/2011/CVE-2011-2780.yaml:610c0ff848db2c38f3a74416077cefbf782fce98
http/cves/2011/CVE-2011-3315.yaml:3a68c2a5582bf8f62869f949f05ea3470a28c0c3
http/cves/2011/CVE-2011-4336.yaml:1e831a1d534008a62931e330845856c482368863
http/cves/2011/CVE-2011-4618.yaml:f920eba62af6d310d53552e99fc28461e98d20bc
http/cves/2011/CVE-2011-4624.yaml:dec56377634197f5ae3a7aa883f92215126366cb
http/cves/2011/CVE-2011-4804.yaml:2c343dece996c3f877eb45f933a96fe4fe41a7bf
http/cves/2011/CVE-2011-4926.yaml:c00aa2312785d094a1510fbed4d6b0dff99c3f74
http/cves/2011/CVE-2011-5106.yaml:6ef03edb0a81c3cebffd706fb032d0bc4d18e11e
http/cves/2011/CVE-2011-5107.yaml:c4965bc6ee80131b8eac77adef892bed7e61328b
http/cves/2011/CVE-2011-5179.yaml:45ab8abc74a43cb4a97104426799267f238a26f6
http/cves/2011/CVE-2011-5181.yaml:748c4efb967b215709d3f4ba4d3f2193d6aac689
http/cves/2011/CVE-2011-5252.yaml:883fb1d1262a1257dc3d3bd6d6631f349cc75a93
http/cves/2011/CVE-2011-5265.yaml:8ccc00033d779e466643f4ad2fad77ffd458123e
http/cves/2012/CVE-2012-0392.yaml:4a9f219f4815a273a9600115a2993013184e20cd
http/cves/2012/CVE-2012-0394.yaml:51386147ba6a60949fe11d10b8151035a1af1135
http/cves/2012/CVE-2012-0896.yaml:dcc0b9099f00a61a5f89086276a2dd717f0d68f8
http/cves/2012/CVE-2012-0901.yaml:c6413ba7b9460f155c44b5b1d96fa38dbc80adbe
http/cves/2012/CVE-2012-0981.yaml:87c0571dcca7538397462b65eddc4f591e512ef6
http/cves/2012/CVE-2012-0991.yaml:06750622eb263ee82d86d361c7b66c7881966493
http/cves/2012/CVE-2012-0996.yaml:ea025f3a35330ae10b9f12bc573c490d025717ab
http/cves/2012/CVE-2012-1226.yaml:216b6d195f808593bab9c703961749ae903f9dc4
http/cves/2012/CVE-2012-1823.yaml:18e2581b93d68e2c6e848a1f0cff075b1c09462c
http/cves/2012/CVE-2012-1835.yaml:847175e78b1d3a642d3852d4d10bff7504af3583
http/cves/2012/CVE-2012-2371.yaml:ea3ca3b503e675cd26fd3f367fc2f21dbf9bd37a
http/cves/2012/CVE-2012-3153.yaml:a2fac6e9da3b6204a5bed28717224b3f10bb519a
http/cves/2012/CVE-2012-4032.yaml:701fad05351bddcb17ce3a4fcafd1cff8b3bf487
http/cves/2012/CVE-2012-4242.yaml:0185c00fb79e53a1359461003769bbd3f0d55812
http/cves/2012/CVE-2012-4253.yaml:a6a9fdf3c856b05275b3f436947540302426c7fd
http/cves/2012/CVE-2012-4273.yaml:a1f13f6da40ee13ebe3d709558de8189d3cdee0f
http/cves/2012/CVE-2012-4547.yaml:b8d0fae5cef51309d469f1839c7e6e8ba8570406
http/cves/2012/CVE-2012-4768.yaml:fbdff164703d4e0939525abdeb4e18e61454448d
http/cves/2012/CVE-2012-4878.yaml:7047fe49a75ae3d036b565a928f8a8dbb0acebfd
http/cves/2012/CVE-2012-4889.yaml:fc6d8b85c2299bd4441f30fda688d4916227bc5b
http/cves/2012/CVE-2012-4940.yaml:b54e4815f1c62969f8f5057ee59cdaf617df25c4
http/cves/2012/CVE-2012-4982.yaml:de4aa96ac4a5c6e16dce811b5ed049297b597550
http/cves/2012/CVE-2012-5321.yaml:83c1cf7be7e130492d2a02625ce34f95f6bf6b14
http/cves/2012/CVE-2012-5913.yaml:a0f4e6e856cddc842a0095b75d4612639cacf06f
http/cves/2012/CVE-2012-6499.yaml:cea197c5f57982ccd33887ffabf3e4b7d03ef3e2
http/cves/2013/CVE-2013-1965.yaml:98dbab5a97ce48158e2e6e4010f1150e93781156
http/cves/2013/CVE-2013-2248.yaml:e9e745a58dc122f36165ebc9497e954212ed3cc5
http/cves/2013/CVE-2013-2251.yaml:8b8649095a63480e2ca212beea1b83e4c1aeb56e
http/cves/2013/CVE-2013-2287.yaml:e19772e0b1bb01711567a91cc68b67156c901ec8
http/cves/2013/CVE-2013-2621.yaml:af6b6792f41d0f061be3f7fa0e091c864ba46572
http/cves/2013/CVE-2013-3526.yaml:20ffe2366f885763826b7e02551fb8aa793c0374
http/cves/2013/CVE-2013-3827.yaml:59337cae07af876528f7083dc8bad4bb0f9dfd73
http/cves/2013/CVE-2013-4117.yaml:bd575def3025484a6ab07cc4c2a6c99e550118e5
http/cves/2013/CVE-2013-4625.yaml:77b43225ae30f8302ce2b220c7894a99cafa7a6e
http/cves/2013/CVE-2013-5528.yaml:eebb4168a4a70041be361174b7dba87be20edf07
http/cves/2013/CVE-2013-5979.yaml:e061e19d45f04cd17e44304a525fd3000f4f9beb
http/cves/2013/CVE-2013-6281.yaml:32008ed665f328b70f21c1f273b66b4d17c16981
http/cves/2013/CVE-2013-7091.yaml:0d93231dbd661e67159c7c1bd448746302051cb5
http/cves/2013/CVE-2013-7240.yaml:5cae6759fa556fae5c7238827f52ba87b6702920
http/cves/2013/CVE-2013-7285.yaml:ac7669c812df8754af73b077b45d4408973f4d1c
http/cves/2014/CVE-2014-10037.yaml:103070f21e1a4e3ea5e105219a4194f9a96d1c02
http/cves/2014/CVE-2014-1203.yaml:d2087c08e82813ea58b9fe34a54546866cdf478d
http/cves/2014/CVE-2014-2321.yaml:afddf69625aefc255016e8beab8d88a06543d15a
http/cves/2014/CVE-2014-2323.yaml:c0be0646fcfbc36db9917931dd3a6a44f5f9b934
http/cves/2014/CVE-2014-2383.yaml:df6b6bb5e5a0646860fa5282ceedf82c6d6f1312
http/cves/2014/CVE-2014-2908.yaml:fa72fcd7b7fce09bac57cecf665e7f633d2cb7b5
http/cves/2014/CVE-2014-2962.yaml:e473951f95d62b056dbd05b204a16e384e4a797a
http/cves/2014/CVE-2014-3120.yaml:8115107b2c7a0542894e212f7d1a1f7ecf011401
http/cves/2014/CVE-2014-3206.yaml:438c91002c69ca9496c26598ff696ba489967432
http/cves/2014/CVE-2014-3704.yaml:a0d457bf541c0c80cd9455c9180d3532ce787e9e
http/cves/2014/CVE-2014-3744.yaml:8ee8321a71d18960c9093d1f422adc2d532b4e1f
http/cves/2014/CVE-2014-4210.yaml:0da85bfe90f25f985e0d36ddaf53c00c4abaa99e
http/cves/2014/CVE-2014-4513.yaml:23f820102b7efe618484cd043c61c272258ad82b
http/cves/2014/CVE-2014-4535.yaml:169b8a69e3925ab36058f0225f2409dd84faf752
http/cves/2014/CVE-2014-4536.yaml:30f0a21650406a809b30210cddadd695c38261a2
http/cves/2014/CVE-2014-4539.yaml:b98964eb67f8b04bd9e13d89d6077bdf84cd5897
http/cves/2014/CVE-2014-4544.yaml:a9b803bd0e9c64e1a86bae48a1b97c70e74de801
http/cves/2014/CVE-2014-4550.yaml:072bfe655d7ddb4a6e4390e3c4bbec79418d6360
http/cves/2014/CVE-2014-4558.yaml:3f0b82b1740e95ecddc33ad645ffb022fb854bf6
http/cves/2014/CVE-2014-4561.yaml:d8884301226eebaae78f548878fc2a1d1da44a9c
http/cves/2014/CVE-2014-4592.yaml:5e0e7def1f6a53243d327315bdff61f0a4e50018
http/cves/2014/CVE-2014-4940.yaml:167e52c236558e01671dcb470263a4e62b87f909
http/cves/2014/CVE-2014-4942.yaml:05f6a0b906e27b0fe4cd2810856f4c05606bbc4b
http/cves/2014/CVE-2014-5111.yaml:ba04a42c95488cc83989fa8aa506414de18da6d9
http/cves/2014/CVE-2014-5258.yaml:94e46b2b3061b3a97ae21c7b4c700fa466a0e63c
http/cves/2014/CVE-2014-5368.yaml:7a53081031e37fba0b2eaf14590f92843c2b8bfc
http/cves/2014/CVE-2014-6271.yaml:e3f30c867ba7e48d264cab820bd92a22bac56732
http/cves/2014/CVE-2014-6287.yaml:539ce1a46a819d88da2b497c36f08e56662233fd
http/cves/2014/CVE-2014-6308.yaml:eccebdba77992c4b748a67818403374bac31b251
http/cves/2014/CVE-2014-8676.yaml:ceaed323987a7322d0a5bbfdfe1028123012b699
http/cves/2014/CVE-2014-8682.yaml:ea9dd4e609f77f9d59306e069e0a58aa754c5c30
http/cves/2014/CVE-2014-8799.yaml:89247f16b63fa5f38541ffe62c57b0bb3df5cf70
http/cves/2014/CVE-2014-9094.yaml:26918624aa93994370aace77ea4f4a96c0b2fcaf
http/cves/2014/CVE-2014-9119.yaml:c942074d412620d1fa7ebef1b59907afa1badf40
http/cves/2014/CVE-2014-9180.yaml:417b7b2c3a32a64f4df787e9ffbb1ab15e062995
http/cves/2014/CVE-2014-9444.yaml:fc9ea919969df738e8f0e930cac786c9501adac6
http/cves/2014/CVE-2014-9606.yaml:dd666b7409b79ffa27adfc2f6820d8211a85c2b1
http/cves/2014/CVE-2014-9607.yaml:4572dcaa0b1b8ab045a9507b55102ca4de9503fc
http/cves/2014/CVE-2014-9608.yaml:46f3449620359ca893ff163dede7c952152e416c
http/cves/2014/CVE-2014-9609.yaml:25902818c8c3ec204fac48376f1fb6a8c1311804
http/cves/2014/CVE-2014-9614.yaml:47db4ef6b1417301b7d873e0404aaf18458b89fe
http/cves/2014/CVE-2014-9615.yaml:c053809ee50ff761e7a33e2a251bf80b28a53279
http/cves/2014/CVE-2014-9617.yaml:37a30773e692ecdc127a8b7af8612ee4552b1a6b
http/cves/2014/CVE-2014-9618.yaml:613f9357ac76708fd03378f23ec4055cd7f1cdae
http/cves/2015/CVE-2015-0554.yaml:b477de81bafbb128b4396ac7c73d0e03c4c92810
http/cves/2015/CVE-2015-1000005.yaml:8f0823f209253d3bb989eb55b3300921982e4bb6
http/cves/2015/CVE-2015-1000010.yaml:84a400bd8f294d9b2ac2ae4a3d00182fcac11f4c
http/cves/2015/CVE-2015-1000012.yaml:2b12890a856faaf17679dc7ccf37deb4b1349e1a
http/cves/2015/CVE-2015-1427.yaml:c90209a363ae0a1bf969a9d00dc4f7a5d20ffc64
http/cves/2015/CVE-2015-1503.yaml:64b39f1f7e0d17a187a898ec71f45178dad77cd8
http/cves/2015/CVE-2015-1579.yaml:f4ced3bb85cd675f1684e3f6b6cc79e65124774a
http/cves/2015/CVE-2015-1880.yaml:b66764855ad758d005382f89ea9d7e1236bf0678
http/cves/2015/CVE-2015-20067.yaml:fdff95fce7301a5e2a25fd769bdf9c013a39fa71
http/cves/2015/CVE-2015-2067.yaml:356815f271936632b923ec927cc39c9775dea49b
http/cves/2015/CVE-2015-2068.yaml:b61943338071c35fed3221963f00d7b032dd63a4
http/cves/2015/CVE-2015-2080.yaml:340c2a944d4b3161d54001ed102032d5353ae100
http/cves/2015/CVE-2015-2166.yaml:c4c8fcfa4c73f5e1b9c1dce3931e69d9cab8d542
http/cves/2015/CVE-2015-2196.yaml:0e905ba2df40124900ab780d898f34633f192ff5
http/cves/2015/CVE-2015-2755.yaml:6baa1f4a4f401b4ccbfb05acf71d6b1523861654
http/cves/2015/CVE-2015-2807.yaml:6f04053dd25b589a95746210e5324c90f2238dd0
http/cves/2015/CVE-2015-2863.yaml:eba22f27887b022d72605a05ee73aeed061bf6ad
http/cves/2015/CVE-2015-2996.yaml:d8d472f357fbe5af1ff91afa77f34e3ae2e5e587
http/cves/2015/CVE-2015-3035.yaml:b6672a6e1bd929b4506a0f7094df0c5ab10b549f
http/cves/2015/CVE-2015-3224.yaml:228b6b4b07267737ed90093e4b2e90b4b22ea77f
http/cves/2015/CVE-2015-3337.yaml:e39255269fd0d6c7891b99599be34fb275caac9c
http/cves/2015/CVE-2015-3648.yaml:a41322a784f85bd57a87cbbcac6eac30e61eba90
http/cves/2015/CVE-2015-3897.yaml:f77c374e34462142373f704d4c32853c06da46ae
http/cves/2015/CVE-2015-4050.yaml:1e939401ad3b5eeaac39f1e3b08bf80656e6bf6d
http/cves/2015/CVE-2015-4062.yaml:368a113ab4c023758b758e09577161951788d12e
http/cves/2015/CVE-2015-4063.yaml:78d472174214a0344162fb9629150aeebbe05605
http/cves/2015/CVE-2015-4074.yaml:7801de0f2033d74af1df399619234954c97fbe5a
http/cves/2015/CVE-2015-4127.yaml:23582442d1d3c81ef470bf60dba8ed8dd679c3a4
http/cves/2015/CVE-2015-4414.yaml:f362465489553585b662efb9e4ea15f279712a63
http/cves/2015/CVE-2015-4632.yaml:0efc9512a9cdb18201e0fa4b7ea8a3108f54048e
http/cves/2015/CVE-2015-4666.yaml:60da1c9401af1657e9a87a6ccfb8005e75aeebf2
http/cves/2015/CVE-2015-4668.yaml:46e0aa430450dd8ab46d5fb03e50db73dbe1bcd2
http/cves/2015/CVE-2015-4694.yaml:c67d047cdc04704fd0fb319ad1fc38fe6e14696d
http/cves/2015/CVE-2015-5354.yaml:4ec60ed34a494dc4136c641086b26287d0155377
http/cves/2015/CVE-2015-5461.yaml:e148687864ef1c4ac8ada21377733edc76910dfc
http/cves/2015/CVE-2015-5469.yaml:2ce65f4ea11409d3654ecce47b5219c8783ac8c7
http/cves/2015/CVE-2015-5471.yaml:ee238a56bd8b8afc18810e5168c3f742ba716235
http/cves/2015/CVE-2015-5531.yaml:3ab50664f819ffd7d267321c768dfedc99f0d870
http/cves/2015/CVE-2015-5688.yaml:9fe7c12640fdf3d4b94e1fffb5a852775c78bc98
http/cves/2015/CVE-2015-6477.yaml:49041c3f3f70a25ad597ea4f1775e298dc2c1cfd
http/cves/2015/CVE-2015-6544.yaml:9a8e357e8183673ba33364db7884b790c04f9031
http/cves/2015/CVE-2015-6920.yaml:f4923ba4141db048fd13dd38b3e59b51203ecc88
http/cves/2015/CVE-2015-7245.yaml:f3983b5fcf57362759109f539b44cf8ba25fc8ba
http/cves/2015/CVE-2015-7297.yaml:c7f168402ad0937778d281f3c260f37ddc879f32
http/cves/2015/CVE-2015-7377.yaml:91e2106a542b2cdb9c688f94dd1de4db472411fe
http/cves/2015/CVE-2015-7450.yaml:49f2a363134877756368b3190257a89fa418d372
http/cves/2015/CVE-2015-7780.yaml:6edd996a5b4881988df0898f8200c608192bc59c
http/cves/2015/CVE-2015-7823.yaml:531f20428d68aef1344b0af524f6cffba66011b6
http/cves/2015/CVE-2015-8349.yaml:8cbf6f1be5f33dcbce5f53746168de527fbdf712
http/cves/2015/CVE-2015-8399.yaml:7bc7fef8718a75782d59a5b7d0c0bf9f3a96691e
http/cves/2015/CVE-2015-8813.yaml:4dedf228b54eeb0631a3792b557bc70996a6d62e
http/cves/2015/CVE-2015-9312.yaml:4569ce6c024416812d4a00c7b330f5d8afca94c5
http/cves/2015/CVE-2015-9323.yaml:af9b0a8c00a34dc5fbd6e8161c6835a721b7db45
http/cves/2015/CVE-2015-9414.yaml:6575e8f9c5d9ec33a83f22f7c1ab25acb1e997fe
http/cves/2015/CVE-2015-9480.yaml:cfe1439484cf226330a861bd06e32d5fd8796a72
http/cves/2016/CVE-2016-0957.yaml:8a5546b18bec457da0700eff6d6f154ad700baaa
http/cves/2016/CVE-2016-1000126.yaml:083de56be76c819e84adf418d068c6f9200585b1
http/cves/2016/CVE-2016-1000127.yaml:c02d854b7e6985f97c6ffeb630b0fb5e21e23f9d
http/cves/2016/CVE-2016-1000128.yaml:847800135beee211648a3c7ff577161c5483b963
http/cves/2016/CVE-2016-1000129.yaml:55daa44207404e8d939081ec3e9a2c74e72d9497
http/cves/2016/CVE-2016-1000130.yaml:3886246b9e4bf4987ddc7fce237a6352d1e83b4a
http/cves/2016/CVE-2016-1000131.yaml:5198e20a41f8014aba3a47374fe543f33d032b75
http/cves/2016/CVE-2016-1000132.yaml:f4e565bdd526f1b83f65c8329b97bf7e7c99520b
http/cves/2016/CVE-2016-1000133.yaml:614c028a45759521e82935e0b40fca5b2d4fe2d2
http/cves/2016/CVE-2016-1000134.yaml:eaffc7165e6cbeb95af0b3ee32cbc44dc2523315
http/cves/2016/CVE-2016-1000135.yaml:a114c09aea62da8467fda321460e90efb28c5c13
http/cves/2016/CVE-2016-1000136.yaml:4aa9d819276f4453f3aa9a7fd701ec45206d1b3d
http/cves/2016/CVE-2016-1000137.yaml:5f93263f6e06f18f8566454eecd0688489993b08
http/cves/2016/CVE-2016-1000138.yaml:8a3d4548c3728522678612f9b1bc1b09d6f2de7b
http/cves/2016/CVE-2016-1000139.yaml:57c7aedc392c86370af51853236aac68cfaa9112
http/cves/2016/CVE-2016-1000140.yaml:73c13c96c4c1e19f6009835968042fa9f68d7ec6
http/cves/2016/CVE-2016-1000141.yaml:bac67a6ab351fdf3ccaf58dc40248773161dde65
http/cves/2016/CVE-2016-1000142.yaml:260cda32a00cc2964a8ae7245aeae3b01ad6a8ec
http/cves/2016/CVE-2016-1000143.yaml:e89ca6acb63a8e7a7e548b02282d6d24a087bea9
http/cves/2016/CVE-2016-1000146.yaml:05c3526a961024820b9364b29383d82e154ea7fd
http/cves/2016/CVE-2016-1000148.yaml:0fa83fc1b9bb0451d823f55e1cafe3a71d504d9b
http/cves/2016/CVE-2016-1000149.yaml:da5b7b9250963ce888a9279104ad4b6bd00739a0
http/cves/2016/CVE-2016-1000152.yaml:84fd8e8242c612962d717959b240faeb77e7e223
http/cves/2016/CVE-2016-1000153.yaml:65e7416b8f4aefb6c8cb8a430f3e95832062b3a6
http/cves/2016/CVE-2016-1000154.yaml:b42e37fb67f1f722cd284aa40d1befca719d7ed2
http/cves/2016/CVE-2016-1000155.yaml:8bbda93243d54b19c5f66fb99115cbdd91e08fbb
http/cves/2016/CVE-2016-10033.yaml:e4bb4ae7bc24d5e42ebd4b4787f34343cf1f19d1
http/cves/2016/CVE-2016-10108.yaml:f8308a4af8be125ae8145a47a13b57fc7ce2ee0e
http/cves/2016/CVE-2016-10134.yaml:eb09d14062682b4978618cab53a60ea032cc6001
http/cves/2016/CVE-2016-10367.yaml:b019e58d7709c58c0e3bb2c84c0d7323fca26f70
http/cves/2016/CVE-2016-10368.yaml:6ee295ab06f2045fb7b9060a67659248f72ca7bb
http/cves/2016/CVE-2016-10924.yaml:bd6cf2ca361024031920d7909cb1c9a3e41f8ddf
http/cves/2016/CVE-2016-10940.yaml:0a420324c06cd5acba305e7d824bf3a71701d330
http/cves/2016/CVE-2016-10956.yaml:1e28c58dbb67df1642236a0c400cf5c0a9e52dae
http/cves/2016/CVE-2016-10960.yaml:901fa9567f9d97661cb9678091343bb14682372a
http/cves/2016/CVE-2016-10973.yaml:a9845088043ef4e96de5912ac6e30dc137b5fdfd
http/cves/2016/CVE-2016-10993.yaml:66042efe39bf559cad2cc02068b61262cba9b2a3
http/cves/2016/CVE-2016-1555.yaml:d5255de12242de8b39de08966c1c59828fbdf735
http/cves/2016/CVE-2016-2389.yaml:9e59a7750c52f318d6ff6ff26ac882f56d7b3ec3
http/cves/2016/CVE-2016-3081.yaml:5f18c19fd7b74cdcb3c60602ea68172536f6a1e2
http/cves/2016/CVE-2016-3088.yaml:58255c8c83bf50cf8b35e94c9699420a3230cb20
http/cves/2016/CVE-2016-3978.yaml:cd4c331a96fe4d256e46bc168450c353adbb80ab
http/cves/2016/CVE-2016-4437.yaml:2d25c042d82a59da4eb548bb731229feb351d552
http/cves/2016/CVE-2016-4975.yaml:2c8eb750de06178741be822a78a120afa9f6218a
http/cves/2016/CVE-2016-4977.yaml:4d2bee946cf1ce51a89fa465d5515ec33e0b3ded
http/cves/2016/CVE-2016-5649.yaml:0c44e9fc977e89bf223ad33c94274e5fd4da6cc1
http/cves/2016/CVE-2016-6195.yaml:d76a0274876c5a874348d216c789ef5071374eab
http/cves/2016/CVE-2016-6277.yaml:8a1e801c0c9630df53cc25510ec72d9f75e4c506
http/cves/2016/CVE-2016-6601.yaml:227eacd91fd906ef92531709139d5dd585f75213
http/cves/2016/CVE-2016-7552.yaml:87a5d831eedc503345d974873cfa4def6fa629b4
http/cves/2016/CVE-2016-7834.yaml:6a2cdb57207a6254d11c287bca102ffc73643010
http/cves/2016/CVE-2016-7981.yaml:8fb4ac2c0687e940b534f2c222226d5bc027f702
http/cves/2016/CVE-2016-8527.yaml:c390c65c18d79c9e08076040668a1b810560c670
http/cves/2017/CVE-2017-0929.yaml:10e5f8c44ed270862748acc0de2704a740f0f82b
http/cves/2017/CVE-2017-1000028.yaml:41a460f792cee83008b2d8a410e6f4afe883c084
http/cves/2017/CVE-2017-1000029.yaml:5b0e2a2bcd1c183dda534b572eda563690e24179
http/cves/2017/CVE-2017-1000163.yaml:c43c054301797d6cf9a3446cc683470a19793bd0
http/cves/2017/CVE-2017-1000170.yaml:dccb41e28e6cff4085036ebc587bbb235ca4201a
http/cves/2017/CVE-2017-1000486.yaml:517716d3a1f6ebeeced3e9e1b56b7cb5c18b286d