forked from projectdiscovery/nuclei-templates
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtemplates-checksum.txt
7227 lines (7227 loc) · 579 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:199144f48ac09cb3cd2fd31555bd3ab2f87e4168
README_KR.md:174470dbc5c69e81f83ff816655a52cc8c5d7f26
TEMPLATES-STATS.json:c4cc92fde64428a2e1e877b68f77a574c44e3b78
TEMPLATES-STATS.md:67c1555dd476c5b59ee278a560384ea46af7ee57
TOP-10.md:fa6189d7c66fbd05133727e032d48a030274079b
contributors.json:8d840b1db8c1af9a3927448841f817aa9c850de9
cves.json:5be92cb0c030c30cb745b9ec77f98db2070b6379
cves.json-checksum.txt:4b818162c3b563f6d5d776f26283d6bfb40fde73
dns/azure-takeover-detection.yaml:bcfb33e8a76b75042967f0301e57dc98d5f2da7c
dns/caa-fingerprint.yaml:7dcc71c91d6cb3d8e290e09b52768b6017fbb161
dns/detect-dangling-cname.yaml:bba3b5b57357e86830d9f76e28b988107597b75c
dns/dmarc-detect.yaml:d6d23a8837c5ec3809ffa2d407a72fdc7a071671
dns/dns-saas-service-detection.yaml:b8e5a37cc3e5fcdeb3ec3a742b8bc81babf5c302
dns/dns-waf-detect.yaml:f4d80afe7d48cee91123294482cd63cadeaa943d
dns/dnssec-detection.yaml:6dd2e7d114f3be862e2f1e87f5d2d2c4de1bf08a
dns/ec2-detection.yaml:01823f3399c471516137b067f37f5c6661ae3099
dns/elasticbeanstalk-takeover.yaml:74b8ac376c2770b3b3bee93c15ff4de8b7c36f28
dns/mx-fingerprint.yaml:191e425d8cad1d504d8f7ca3b19914cfd77ebb7b
dns/mx-service-detector.yaml:30d6bf3fec86d54f93a83438afe8595aff572212
dns/nameserver-fingerprint.yaml:73093f4b321ce7b50e4f1cd0b16b037beb85b008
dns/ptr-fingerprint.yaml:8a0953acfeb9384460c4f3ac0b463a0b42370529
dns/servfail-refused-hosts.yaml:28e8b71907bbf6bb931e051696cd1c0a5adc3199
dns/spoofable-spf-records-ptr.yaml:09cc066be755115a6cf01a5c810c55bf896f34e1
dns/txt-fingerprint.yaml:23a6fa89c5e01dbe3d002b155924cfd87407b933
dns/worksites-detection.yaml:b257c6733a9668de61c96e2e49f587c40ec84ed3
file/android/adb-backup-enabled.yaml:735fd5eb61df164d28eabae76048be9487fb2443
file/android/biometric-detect.yaml:70f5e2dda35223782c5fbab51b93f620605201b0
file/android/certificate-validation.yaml:919b1e2709d9fae9e71a5261b1497219aa260881
file/android/content-scheme.yaml:481102dbb1025bb583f2d9ee96f916185fd5d0f5
file/android/debug-enabled.yaml:518472860914877fc598385cf4f3d8836c16b457
file/android/deep-link-detect.yaml:808ab10c2233ee6cc67270919e18b51b8a500eb4
file/android/dynamic-broadcast-receiver.yaml:f4f29d13dddbc5615318b759bbf1b639443ac36a
file/android/file-scheme.yaml:8993bdc8c849b5c6faef7b332af978392f44db3e
file/android/provider-path.yaml:74b7fac127e2dce07a9649e076f2cc0645243e7c
file/android/webview-addjavascript-interface.yaml:fa71a189ff891fee7a89c42b2e299eadc9e53506
file/android/webview-javascript.yaml:19141136fced8d0c6ad26499462eeca868073946
file/android/webview-load-url.yaml:d079431f6b669ae1495e19bc77bd326a97f8ab7e
file/android/webview-universal-access.yaml:d0cbe881984483e24e2388ecc59fefef16d4a6c4
file/audit/cisco/configure-aaa-service.yaml:5510df6d441d2b5d037267230b40c101182cbcd9
file/audit/cisco/configure-service-timestamps-debug.yaml:f592167fba234e384d7915a971e1c8ca9649f0dd
file/audit/cisco/configure-service-timestamps-logmessages.yaml:a595a0f40a2bb68069519add4c0ef39c515fca39
file/audit/cisco/disable-ip-source-route.yaml:1619ea6603c0450025c547c223eb3bfb5d25fa24
file/audit/cisco/disable-pad-service.yaml:d3bf75b3c11f0d19341961bef8d726c9d3edf80b
file/audit/cisco/enable-secret-for-password-user-and-.yaml:8a4d328bec06673eb495e3d3f913b73297e33039
file/audit/cisco/logging-enable.yaml:c6c07574825a5ed0c172c719d4be29150cca7df1
file/audit/cisco/set-and-secure-passwords.yaml:5c043bc17de07ee587df18881a639270611ca8d3
file/audit/fortigate/auto-usb-install.yaml:5a8c26dc4d20a9c878dee77b9ea97426948c2993
file/audit/fortigate/heuristic-scan.yaml:a351227564127f73777a0caec99de5a73fcaa44e
file/audit/fortigate/inactivity-timeout.yaml:aeff30736f7bdb69d09bdb78a65befb9f4c6f457
file/audit/fortigate/maintainer-account.yaml:6ecc43ea80ccde6cf7305141773d76985cc415f0
file/audit/fortigate/password-policy.yaml:83a813b2a827086f2994483c22a9d4a5af9a202b
file/audit/fortigate/remote-auth-timeout.yaml:002ab6323dc275f698a30a7fc823cca624d208d6
file/audit/fortigate/scp-admin.yaml:fffb28e6274646279c3b80135d7052d4ec19f483
file/audit/fortigate/strong-ciphers.yaml:457de07fb1ad41f0eab6c77e2952565a2297db29
file/audit/pfsense/configure-dns-server.yaml:b5ed8e0c10e51fac7f9edf411cbd7b2bf94382f5
file/audit/pfsense/configure-session-timeout.yaml:fe5784b3be2cca65453a24ce21153530d317b830
file/audit/pfsense/enable-https-protocol.yaml:46fccfc9914be9c9e76d5d5520c7b032b6c51ff9
file/audit/pfsense/known-default-account.yaml:8735f5a77ad6ef1cbb63ff191a1849fd357e7bca
file/audit/pfsense/password-protected-consolemenu.yaml:cec0a784fff726550393f83849446fc90523df31
file/audit/pfsense/set-hostname.yaml:89464979b6b187293fca1d14e694c6d92d513a82
file/bash/bash-scanner.yaml:34c81ff693760add86b161184ca4ef55535d4ba6
file/electron/electron-version-detect.yaml:48a02ecd612fea69e5463adf12090cac7827cf5f
file/electron/node-integration-enabled.yaml:733a153d6281bcbddc3bf705ce0831f2caf7e3c8
file/js/js-analyse.yaml:a6147fffd63f593695966ef2bc8c188ecc2be9e8
file/keys/adafruit-key.yaml:a66ee5e3ad5b40308b9206b25d117e373abff060
file/keys/adobe/adobe-client.yaml:57ca527417d5eed1d8f7d9f62678fbd84258002e
file/keys/adobe/adobe-secret.yaml:356ca5c276c138bdf283fb5ad37c92c334039f9e
file/keys/age/age-identity-secret-key.yaml:dfd8a55c73a302cc09e4fd808b0f9e8d95e7a780
file/keys/age/age-recipient-public-key.yaml:a6fe20a97710ae2ee48df1d3607b0b3e2f4c55fa
file/keys/airtable-key.yaml:f9cb73e132fe2efe7f69b00438a3d3091457dbc8
file/keys/algolia-key.yaml:4366751e05ccb825f7a370c56ead5b9168969eb2
file/keys/alibaba/alibaba-key-id.yaml:259009a14147f427f4e985361c6a6e2e241ff88f
file/keys/alibaba/alibaba-secret-id.yaml:45c004e50f2a324edd4d4d7ec8e2e63352c94109
file/keys/amazon/amazon-account-id.yaml:0264a3557df595b0a049310c2fff5b487135d2aa
file/keys/amazon/amazon-mws-auth-token.yaml:c2162a91395c784d9a71e2b853a25e870f5f29a6
file/keys/amazon/amazon-session-token.yaml:465d5705c9c154d4efff90549ee9dc68caedb5d4
file/keys/amazon/amazon-sns-token.yaml:5b36aa8557573cf1718dbac9d85bc67730eb1a85
file/keys/amazon/aws-access-id.yaml:5eb3160b1e7a74ea14276003e0a642b6edb42cd6
file/keys/amazon/aws-cognito.yaml:f4e59d0d3254fb5474f409f0b11c1c1d07fd78f4
file/keys/asana/asana-clientid.yaml:a6533858cd31d736c5853bb67c122e6deee46a10
file/keys/asana/asana-clientsecret.yaml:e0062b96a325d24c7e6187e9470e396a86928245
file/keys/atlassian/atlassian-api-token.yaml:385bbf18eaece6067bb9c500271e1d378096bdad
file/keys/azure/azure-connection-string.yaml:d58bf3c6083043544a3274141e58741eab46bc5f
file/keys/beamer-api-token.yaml:c466ea24569305f7a14c7e790c86db12acf09c88
file/keys/bitbucket/bitbucket-client-id.yaml:29c4549884d1435febeec40b16ba32eb441e5b22
file/keys/bitbucket/bitbucket-client-secret.yaml:143a1d3435346762c66984f03acba9d5b7acbf8b
file/keys/bittrex/bittrex-access-key.yaml:4903a5941a1301e7160f1624e14be5742064edaf
file/keys/bittrex/bittrex-secret-key.yaml:aa450221b63e5dfaafdb974202cad80f839c7397
file/keys/branch-key.yaml:e48b970b6fb7198eb32773851fe531eb766e873b
file/keys/clojars-api-token.yaml:5abcfe2dc7258ea6a10383e3e64fd0e433ec0b83
file/keys/cloudinary.yaml:956631a29959c15ea1fb99bd6334dcb1f27494b1
file/keys/code-climate-token.yaml:2b888b382164ca42ac80420a1fc638ddbab53d82
file/keys/codecov-access-token.yaml:1c3ba4ca10186bb1a36d89295d64ada8e8af3273
file/keys/coinbase-access-token.yaml:730c115d64b180cb19d853acee162478fcd680ee
file/keys/confluent/confluent-access-token.yaml:0a2147f9060807dafccb86b33b5e942fb3300efa
file/keys/confluent/confluent-secret-token.yaml:c937ee927ff2e7733265f0fc6cfdc44c7d4be9cb
file/keys/contentful-api-token.yaml:d2a576813f44a5d6d46098c6d31a68de3930a062
file/keys/cratesio-api-key.yaml:71981c1c4fe11acf046aca9ff98c0f09ef9205dd
file/keys/credential-exposure-file.yaml:5df648df70ea9bfe15b384ae1acbc57792601c5c
file/keys/credentials.yaml:d16c8afd64d2eedf6e1d4f55d26a8d9a4f0fa32e
file/keys/databricks-api-token.yaml:ba17625716c340974038b602bac8e758732525fe
file/keys/datadog-access-token.yaml:57e0d97aa4bc3e23fd54235afc446fe93ce9de5d
file/keys/digitalocean/digitalocean-access-token.yaml:43ffca49436dfe11020aee5be7273d42642d0cab
file/keys/digitalocean/digitalocean-personal-access.yaml:eacf85f4fd4de677f7a5b58a8ffd107213ae24f8
file/keys/digitalocean/digitalocean-refresh-token.yaml:2a12af9a7ecdb9dbde896582055c4d11b5a6fc50
file/keys/discord/discord-api-token.yaml:05eb7d957abdc7e5a478025a6c3c1f82154eb168
file/keys/discord/discord-cilent-secret.yaml:a4f44d13cd586cc5b61ad32e6af96475dd1d4a2d
file/keys/discord/discord-client-id.yaml:891f47a6f2b1d0733633005dd9889f12a80e5c56
file/keys/doppler-api-token.yaml:258fd2a380ef6d428e388912c17c8de8242d2422
file/keys/droneci-access-token.yaml:e908316a76340d82c5dadcf06d15fd48c7d27673
file/keys/dropbox/dropbox-api-token.yaml:11deb596301296178824eee485668a8ef1a38066
file/keys/dropbox/dropbox-longlived-token.yaml:a79f797235f800f7ce620c092a9e4f7818a7a897
file/keys/dropbox/dropbox-shortlived-token.yaml:42f4aad4ff3471df10f727c1b1fddf526c117e85
file/keys/duffel-api-token.yaml:cac0d343da93053c6385e047fc0165839aa07dee
file/keys/dynatrace-token.yaml:0089ac006754be85a40a9be763e66361d6536fcc
file/keys/easypost/easypost-api-token.yaml:4333634e7441643ceaab12f929710beaaa4f275d
file/keys/easypost/easypost-test-token.yaml:269975b71dc9e670c78750329f8671d0637a6cd0
file/keys/etsy-access-token.yaml:8b1cb7ad0c05e2cf3cb1117617b70fe7967a0cfd
file/keys/facebook/facebook-api-token.yaml:49480fdf9a5090b7dc263610dea2dcf81169c9ff
file/keys/facebook/facebook-client-id.yaml:8fef6899313ca30722ae3dd8a17a21ee87677e58
file/keys/facebook/facebook-secret.yaml:8380e6498469237418d6872b69d5027d467c66ae
file/keys/facebook/fb-access-token.yaml:4680bd7c7b97d2d6c80684c9443168ae683faf6a
file/keys/fastly-api-token.yaml:dfb3a384bbb6e4d6cfc298f6c8390685069d73b2
file/keys/fcm-api-key.yaml:28c9b101822b4d0d9709482c661fca6993714f02
file/keys/figma-access-token.yaml:bf271c0a3f4cdd5a04ea90b444337fa74598f129
file/keys/finicity/finicity-api-token.yaml:7e9bc997e4f9f0530c279e052d979d78e871c1cb
file/keys/finicity/finicity-client-secret.yaml:3f81bf121ed499f17a7ac1847ffa2b6dcd0f9af3
file/keys/finnhub-access-token.yaml:d88325a144075a17e2db37d90ad7adfbc7aedf37
file/keys/firebase-database.yaml:d187e6fb3365bc68dad4e64871825154805361ba
file/keys/flickr-access-token.yaml:bc5e757a780bb91bae32db624f8bf0414ca8a606
file/keys/flutter/flutterwave-encryption-key.yaml:7c453a72197dadb51884ba7fd92744df40f2ff83
file/keys/flutter/flutterwave-public-key.yaml:1add84913fb8f847e204cd8485eb16cfa66a4e28
file/keys/flutter/flutterwave-secret-key.yaml:c1a3c11a69b4aff1f28ead7126468d161ac36dd7
file/keys/frameio-api-token.yaml:ef9b827dc8f1d504f5d68e0a371f4b373c834d02
file/keys/freshbooks-access-token.yaml:104d238b1029f7bf609326471e7f5424a014cb22
file/keys/gcp-service-account.yaml:ccf3568c6744fccf2371ac8bfd555526bfb13e20
file/keys/github/github-app-token.yaml:8e51a916ea7c8007c1789ea45c7950d5a8b56a48
file/keys/github/github-oauth-token.yaml:2610a79ccc3bf1ca982f2a673b9fdb00a2742f8f
file/keys/github/github-outdated-key.yaml:4d24664f6b4cc04e91b27318a02de9d40b9df40c
file/keys/github/github-personal-token.yaml:e08c2e89e4dc6ca17ea3cc0459a7e37f55542f9f
file/keys/github/github-refresh-token.yaml:fbf1308c1272f4e29830e7dde624c4ed0bdfd6fd
file/keys/gitlab/gitlab-personal-accesstoken.yaml:b350c6e4513d5255f425c0aaa01fe92dbd637c94
file/keys/gitlab/gitlab-pipeline-triggertoken.yaml:41dc4692a7711c23f07e5a98f34b70ec06f72b45
file/keys/gitlab/gitlab-runner-regtoken.yaml:88d73eea7ae5db026dd1458f2caadcf8bb92cd94
file/keys/gitter-access-token.yaml:b91ab10cb6eecec9e13651c3215d3947e8069d8b
file/keys/gocardless-api-token.yaml:637a415f879d31441160945b718a4f38cd581778
file/keys/google/google-api.yaml:b1a45d973f28663b184704ccc5a08b38ae6f4625
file/keys/google/google-clientid.yaml:602e1434d51d60bbfa05d440f7d27e41ecf9494c
file/keys/google/google-oauth-clientsecret.yaml:1dfa3a5958773f38c4ce9aca875752e581ae7833
file/keys/grafana/grafana-api-key.yaml:1d4fd84acf368aa07c5a8c3df0b9ce657401df64
file/keys/grafana/grafana-cloud-api-token.yaml:01743c81779504e8a3f34a9fbcf99d773d48a9a9
file/keys/grafana/grafana-service-account-token.yaml:870b60e24c14c0b6d70df6d0a10d0432926edb18
file/keys/hashicorp-api-token.yaml:e9ff7bd9ec04c27f19bcb93cf4c6ddb5b78b07ea
file/keys/heroku-key.yaml:eddcdd450e5e55e1eda210dd79a040ba760fb794
file/keys/jenkins-token.yaml:09a317132b0fa3cca157a5fd0481f6f5fdfe55a9
file/keys/linkedin-id.yaml:0b948ed87d6f77f610bc34157621824b7f783cf8
file/keys/mailchimp-api.yaml:23710637c6f9e73a10eb0fe84f7ebe1b2bc36c94
file/keys/mailgun-api.yaml:7e7c2baf26d65958dd3cd59bee9569f4f89e36b3
file/keys/mapbox-token.yaml:8ea3826a27093d769c442dcd16e3eb18358a3fd3
file/keys/newrelic/newrelic-pixie-apikey.yaml:aeee8da09447dc9b03611b9212fe65125a14f3be
file/keys/newrelic/newrelic-pixie-deploykey.yaml:bb309bd9ab60e88d2edc206c8e63450c6f68de50
file/keys/npm-accesstoken.yaml:8957872c50d8af0f1a8c4cc4092df0869ff27d00
file/keys/nuget-key.yaml:6c136e19e8ee5fc14f3e069794e97c8ec9ba3a97
file/keys/openai-key.yaml:ea7d824da1680d1bbeb62609f1f88e1f1fde1653
file/keys/paypal-braintree-token.yaml:a08c502c502936044187c9a9d6d9c2aec9b9d60c
file/keys/pictatic-api-key.yaml:281d6ef792d8f776a9b4cb96f5b77ab13cad6f90
file/keys/postman-api-key.yaml:ce689c9a7fc037bba5c6e221b539ffdbd33e5541
file/keys/private-key.yaml:c7d709816fee0382c0250b2da2bb99ce6588c836
file/keys/pypi-token.yaml:1847da81386d9c357f39f224cfc8399bceb49c6d
file/keys/razorpay-client-id.yaml:846158bf5563bd69f4f804f56409622b738a8a92
file/keys/rubygems-key.yaml:1d2e16f43542022c87efdce045a3b6e24bf7cc16
file/keys/s3-bucket.yaml:9d725525020d19b183553ee8f097e54ef4e082cd
file/keys/sauce-access-token.yaml:e99e5fc3d83096a21145693cb89d28ca6615fb80
file/keys/segment-public-api.yaml:7124548a3a95be142bc62904137f0d5f0345cf7b
file/keys/sendgrid-api.yaml:0dfbd1ae46def32a64b82e5273c73990a9e20401
file/keys/shopify-custom-token.yaml:ab332a7a67468bf0784bb12cc21a7ede6025736c
file/keys/shopify-private-token.yaml:700ea59fd3f7a5f955757e6d5cebe22a05847091
file/keys/shopify-public-access.yaml:7587022f7fbb2cadda502b74e4a8014cd046d8d2
file/keys/shopify-shared-secret.yaml:b5e51fb3e30450347ef8db2087363d6276e12e76
file/keys/shopify-token.yaml:7d7faf45836a7e6288fbe623d1c3455730d95acf
file/keys/slack-api.yaml:cbcf3b1cc032051c69bdffbc983bc0af754ebd2d
file/keys/slack-webhook.yaml:a523fa27b1ecf24122c571c5a3c9327dc2ab30e8
file/keys/square-access-token.yaml:b46a9e939c03f7a4a2254ca28e35233d33fab68a
file/keys/square-oauth-secret.yaml:90f91689ab5ce90259d6e84a748648ae5cb4b5f9
file/keys/stackhawk-api-key.yaml:a760b36d2ee78ffcb938598c7a1beaf543de2bd5
file/keys/stripe-api-key.yaml:a8849a29190fd1fb92a50e9e0a6c49ea694043a9
file/keys/telegram-token.yaml:63257d788cadbfd4e2ea55b974b2d9433441093b
file/keys/twilio-api.yaml:5ea16764819395bcfe307964c1b32a4dea86bb13
file/keys/twitter-secret.yaml:fa82d681ae94b741b25786f58835c9be605d8592
file/keys/zapier-webhook.yaml:48526eeb6c83d543a5bd7a9e160231dbb3112474
file/keys/zendesk-secret-key.yaml:e68b6567ad02fc075eaa8cf3722fc02463d5161e
file/logs/django-framework-exceptions.yaml:bfe8762092b34fbe7c57d1d4f18116be8502ec58
file/logs/python-app-sql-exceptions.yaml:7dc14b83b6bf6cfa63af6a1ea1739a02d9b8394a
file/logs/ruby-on-rails-framework-exceptions.yaml:4cacd8d7144f8353b5927cac2d008c1d08bb3a50
file/logs/spring-framework-exceptions.yaml:59912aa3db6ff6d29783c9b4fd84a6dc4d8369f3
file/logs/suspicious-sql-error-messages.yaml:2e4c653f2d2012480e5fcd8f964c114e5a26e5a9
file/malware/aar-malware.yaml:d02484c0b5bdc45733e8b2b19aeabf9d657c302a
file/malware/adzok-malware.yaml:ca6ec1ec509d1d3c81011fbd3b630bbc7880ae55
file/malware/alfa-malware.yaml:8cb0da69ead8bd22e571734bc151c457f9f872fa
file/malware/alienspy-malware.yaml:58d0fccdc36f1d4134a3dff08444b74cfcc0b59a
file/malware/alina-malware.yaml:52d6d65a8d1a1cf27196dfbc549dfd7f4fa55088
file/malware/alpha-malware.yaml:deaa68b7bf389e5022974def29e2ea1b006b9d80
file/malware/andromeda-malware.yaml:b29e1a1751fa9ce222432207b77bc653d5286dde
file/malware/ap0calypse-malware.yaml:303b2c9fd6bae874c938d9d82527030bf249b111
file/malware/arcom-malware.yaml:dc21540baf89192cbd26a45bef22c2fe240f4c4e
file/malware/arkei-malware.yaml:0efaa17826e99b688392cb21ceb65a9a3b84cda7
file/malware/backoff-malware.yaml:97ce2ec738d3f5367dd76f66ac70af985d8e87fe
file/malware/bandook-malware.yaml:f8fcacb4072655713a29870400a1d3f3151903f5
file/malware/basicrat-malware.yaml:70a227fd7428a5a6e50b217bcace58843796e483
file/malware/blacknix-malware.yaml:dae2774112cbcb5185603cf6c074ffdcc48c7b43
file/malware/blackworm-malware.yaml:a0d97ac2b0cde1837623b87411062008f4877299
file/malware/bluebanana-malware.yaml:470f563a54ad024e47854d3e84a996077dfc386b
file/malware/bozok-malware.yaml:89cfa4b2cea3806302111197f5daa3bf8d97101f
file/malware/bublik-malware.yaml:b66d16da3c8f819d2b6f91060a4b6996345554d1
file/malware/cap-hookexkeylogger-malware.yaml:2a355e5571b866db18ada408054e8d0208f04887
file/malware/cerber-malware.yaml:4feca61d49f2f842278d289de81a584427b0a72f
file/malware/cerberus-malware.yaml:25a25bbad74d014c6a917dee037b4302cba3dae1
file/malware/clientmesh-malware.yaml:ba9152040a38449e2aa1dd5f26ac2c177f983e50
file/malware/crimson-malware.yaml:bddbde813ac3d2f859affce571a6f9383e886ea1
file/malware/crunchrat-malware.yaml:00a8c633ea21524bf1ac2cdd5dead094d4cc9998
file/malware/cryptxxx-dropper-malware.yaml:e974652e29d8fcff19cfb18ba41440103fee8edd
file/malware/cryptxxx-malware.yaml:54778ab5c5f377c734f4382038003a65755063f4
file/malware/cxpid-malware.yaml:6e98a2f82eb04aca3bf1216fedda822f4d56aba3
file/malware/cythosia-malware.yaml:a9f4ff854507f36ea0cb853c7db1696ef926c16d
file/malware/darkrat-malware.yaml:b3dfa3e687050f3800e37bdcf053b64090f57dac
file/malware/ddostf-malware.yaml:72736a5e925f48613fb7be991b0d0e78cc30d8f0
file/malware/derkziel-malware.yaml:14bbea26ab6cb272abbc6e57028c34b1b5fffc59
file/malware/dexter-malware.yaml:21e72e7de717000f132174c4c3bd21d36f15c1ff
file/malware/diamondfox-malware.yaml:86c81b433f858b3395fe2187d93a688e12c7bb22
file/malware/dmalocker-malware.yaml:675ef7c0e17e4c1e605bc0e306418b03e69a5e6d
file/malware/doublepulsar-malware.yaml:6bce78fb4d9f9a8f154c1bd67b86acac40d00374
file/malware/eicar-malware.yaml:9fa490ad507ca2e008360f323518aa8c8a697632
file/malware/erebus-malware.yaml:838f69db4458e97ec110b28bf1fedc48264470a4
file/malware/ezcob-malware.yaml:caba2c2501d8bb999493ace4b62299b29e2edd40
file/malware/fudcrypt-malware.yaml:606f00c1c3d53704b9bb22d5cdd1d87759c6c77b
file/malware/gafgyt-bash-malware.yaml:173d7cf67c3bb313c675c78f244ead4ea18819a3
file/malware/gafgyt-generic-malware.yaml:6d93186cda54db0a1710de21831ac71fd5c3c0f7
file/malware/gafgyt-hihi-malware.yaml:e0bdb54bc7784796b68175ff44e4ec662fde5790
file/malware/gafgyt-hoho-malware.yaml:ae7dc3a2ef3a921f0df168f98d3174bb377b1507
file/malware/gafgyt-jackmy-malware.yaml:81e7ece5aa3224af625e558851204614429d634f
file/malware/gafgyt-oh-malware.yaml:93ad09ab5a64831619780c326a8722ab22c8c812
file/malware/genome-malware.yaml:a7b584dfb190c237d0dd386a72dc42ca1df817e5
file/malware/glass-malware.yaml:307fb0eeee3f193d850b80f9a2cdd185d8c2d462
file/malware/glasses-malware.yaml:26c99bfd1f68643de6fffffd1e4ee8fd33b25334
file/malware/gozi-malware.yaml:651fe3c2635363da20645f0554580aa308519db0
file/malware/gpgqwerty-malware.yaml:f5fe50a60148ce35aaa9640a8e89d8273bdefe4b
file/malware/greame-malware.yaml:1a0ffb8c7a6e26c3f309d30466543fdc54e01649
file/malware/grozlex-malware.yaml:49225c117d561fa7e43f37e4477d6d52ff17c983
file/malware/hawkeye-malware.yaml:8b229438d26e450a318d52240fda05bf7caa4f12
file/malware/hydracrypt-malware.yaml:c08c30ab970addb21a1d049d097576e51f989f9f
file/malware/imminent-malware.yaml:c92c332b6ba8e746068095771a4eeee4b84dee27
file/malware/infinity-malware.yaml:d04c82aa2d333c15b08b3abffe8192a3e6bfbc1a
file/malware/insta11-malware.yaml:1270e9e29633db417e00ef5a9839a924c6bf0c3a
file/malware/intel-virtualization-malware.yaml:9215be19b1724696481fbd4534d903362547fa4f
file/malware/iotreaper-malware.yaml:ba9d17fc203a5ba6e2c273a3a15226a82614d902
file/malware/linux-aesddos-malware.yaml:beb18c783a37d793207506326e679a09f6f08245
file/malware/linux-billgates-malware.yaml:5e6990833085af09972c2c7e63dc0c69eb8f7a3b
file/malware/linux-elknot-malware.yaml:0f301a5c7a1649d92b3723f8596c254a29f2740e
file/malware/linux-mrblack-malware.yaml:c97e96acd11fa56c9f7fcc983ef0a830f6bce5d5
file/malware/linux-tsunami-malware.yaml:725ff72dbe45be12f34663b66dbfdfb02edb9882
file/malware/locky-malware.yaml:87753bb0e54b23b39c98cd8e1abfeb2701e15960
file/malware/lostdoor-malware.yaml:57426eaf178c792223424ccc453b47a835295530
file/malware/luminositylink-malware.yaml:061340d0aae55fda08bfdd1991e725d40ec611aa
file/malware/luxnet-malware.yaml:d954dfa7260c310dd5692adf7761dbb0585dcd89
file/malware/macgyver-installer-malware.yaml:40fd5a41d1bfc4322e742fca86b41d75ede9a25b
file/malware/macgyver-malware.yaml:17d1497a42e425d96c2194ecd5b3e73ab43a04d2
file/malware/macos-bella-malware.yaml:79a995ebca64310c994391b42b9b153399841168
file/malware/madness-malware.yaml:844be25dbdca4a5fe759e9f423e886de0642bbdd
file/malware/miner--malware.yaml:3aafffaaf38c9bf153017e14d16a22ff914b1ac4
file/malware/miniasp3-malware.yaml:1eb66ccf6661ee7a0947e7ff0094ead8a8ab6123
file/malware/naikon-malware.yaml:97a1d9720cd78f4c6a18b7e030bef2ba3045dfca
file/malware/naspyupdate-malware.yaml:8831d92d923bc433add0a7960659204482161e8d
file/malware/notepad-malware.yaml:044bcb34935c966a6022da346f1c15773872ed73
file/malware/olyx-malware.yaml:c5e5dc3708b09acfe8c307745a887920469aca25
file/malware/osx-leverage-malware.yaml:46a803f0a5861789bfdd2e83ceb86f94fa80afd0
file/malware/paradox-malware.yaml:dd7bdf7c0f70de79f683f08dd6619c2d6244ad46
file/malware/petya-malware-variant-1.yaml:75b6855167bb3aaecafb1ca332ec45ab578a0ef6
file/malware/petya-malware-variant-3.yaml:98f3f0578543548fee10e5a9955de8bbdde8c19e
file/malware/petya-malware-variant-bitcoin.yaml:60f7866b33cc4830d8cef607e6f1a29ce2ef46c6
file/malware/plasma-malware.yaml:d7da17c7f6b10c3d963f58301b1c33d76e703ac2
file/malware/poetrat-malware.yaml:7641ae53f0beb1d248e3215bb9edf0699298f344
file/malware/pony-malware.yaml:84a29caf8c967d7a85f1ec3f9310126f4b3b6831
file/malware/pony-stealer-malware.yaml:e06fada8598689224f91d22ce3bcec6819a14abc
file/malware/powerware-malware.yaml:0a43af8fd2385b2418ccb8e395ff1bdab4be9c12
file/malware/pubsab-malware.yaml:ee11be2ea23f1906682915b66c4581c0012d689d
file/malware/punisher-malware.yaml:0cd260b236d782eaee191a02bf9b7f1a010f543d
file/malware/pypi-malware.yaml:671af8b396e9c8469d87758ffdd10aa682ede40d
file/malware/pythorat-malware.yaml:0103fa4abb06a5b8b367670a083be084dea90048
file/malware/qrat-malware.yaml:19f53a81c34327e21b3ed582a5cb01451c157b83
file/malware/satana-dropper-malware.yaml:e63ab254aa3f1855b6c26967b594f9d8cf3a82d8
file/malware/satana-malware.yaml:8e8da91b2c5c4fecdbce8df7bc95f0c76462e06f
file/malware/shimrat-malware.yaml:c5799bcdcecef37d10ea9e741bf81516c2d42d21
file/malware/shimratreporter-malware.yaml:6e638d6a948fd3c7de3dcfb3445b948fb0e866c7
file/malware/sigma-malware.yaml:c5c954713debaa83c0db44d08295bc57e411a096
file/malware/smallnet-malware.yaml:e251ca064cea0b844a5b6f35f2494ce052d008f9
file/malware/snake-malware.yaml:694580d182e2ca4a9d54d5f941599b057c4b34ce
file/malware/sub7nation-malware.yaml:d71ddfd6d8942907cb8fd3c9863d01a588f8043d
file/malware/t5000-malware.yaml:c0e654d311cc90d07a5c0108d3a864b11529a982
file/malware/tedroo-malware.yaml:02923f9328241d6f41b1cf525f03ab7589dad7fd
file/malware/terminator-malware.yaml:d0f1608f784ca8fd02e2b8ec848d0234211cbb7e
file/malware/teslacrypt-malware.yaml:5e562bc0925622c8f36e2b9b11e3bd2884af1cd8
file/malware/tox-malware.yaml:91590ae502a4dd2b1013a5a0ce325f584550f3d3
file/malware/treasurehunt-malware.yaml:6333ad52929847e2aa0afaf8a1310519b532937a
file/malware/trickbot-malware.yaml:4062f86b7c518344dea7f66e1bb852807503262c
file/malware/trumpbot-malware.yaml:a491065b415c12ecf7985ebb7b7537a2c5c94f31
file/malware/universal-1337-malware.yaml:b7490cf01942ec8b91ce0918890b2345c9c2ae38
file/malware/unrecom-malware.yaml:a9b4d2a500c926f822e48db075735b0ac5db3b0a
file/malware/urausy-malware.yaml:a56e2743aec670bd172c946a18908703ba2dec7f
file/malware/vertex-malware.yaml:ac3afeb14a1dba663914f52a6b79e8f1d5d620be
file/malware/virusrat-malware.yaml:8c86975e41259776e49fae31a196ce216080fb93
file/malware/wabot-malware.yaml:f99093842e2acf3cd1b772971abddf4ec31f3d0e
file/malware/wannacry-malware.yaml:ad026752415e7c56549b6cfe1aad2566d89de493
file/malware/warp-malware.yaml:aee46d47a73601fbe245a690b8095a9b8ea60ac9
file/malware/xhide-malware.yaml:acdf0229aece896e3c4416c6524ca6b93949fcd9
file/malware/xor-ddos-malware.yaml:dc69bca629a51dd6e23216043e7841dec6ce08fa
file/malware/yayih-malware.yaml:805f7343ac975a91a1572ca4629e4fa9638070e0
file/malware/zeghost-malware.yaml:19400d9592f9bd59fbc8667f062570c861487c3d
file/malware/zoxpng-malware.yaml:833924a57059d6b7ffa5fc354816ea2f914e0b97
file/malware/zrypt-malware.yaml:1f5d0bf259b892d53db978eba862cdb7ab2db412
file/nodejs/admzip-path-overwrite.yaml:3f7f79845877828f87e72b81326e6a90049bd8ea
file/nodejs/express-lfr.yaml:cec2babe3b1d46416ec358ed00a5cea450531c13
file/nodejs/generic-path-traversal.yaml:49895d260bb6da86bd36dde6553265963cc62db0
file/nodejs/tar-path-overwrite.yaml:808bfb6e01cd171e02b4d907f42218ba83672aca
file/nodejs/xss-disable-mustache-escape.YAML:41cfa7374491275b7b6b7679f35aa27be5d0e6a3
file/nodejs/xss-serialize-javascript.yaml:6bc41b15fa7c495e0a90c588fdbb57e36ff2c902
file/nodejs/zip-path-overwrite.yaml:5957c54cf4b8885a0c1d5d3a0bb25357ac6f07f1
file/perl/perl-scanner.yaml:ca5cfa3bae68e00b77dc73989a6331995be0b54a
file/php/php-scanner.yaml:bc0232813f7fcf4ea23d20cb004ee2f992cc6745
file/python/python-scanner.yaml:d91e41fbe073a45d4317fc768a1dd15677cae33c
file/url-analyse/url-extension-inspector.yaml:181b3e28af725db58507c978029f719d89da302e
file/webshell/asp-webshell.yaml:b0284098b274456c7e028cb788afd9bd26bc30ae
file/webshell/jsp-webshell.yaml:4c5f4d1c414c8b7fba63db4651565ec747b3b015
file/webshell/php-webshell.yaml:c33fb686c46b8211a18eaae52f0444bb73a107f2
file/xss/dom-xss.yaml:bb3cdfdfcbdf7e6a0e232a404a55437aa5d0b7c1
headless/dvwa-headless-automatic-login.yaml:99a6c2734ab061798627d79fda8ee538aa6060a8
headless/extract-urls.yaml:c2ff7a092991c2dee191e84ba4129270aacc8914
headless/headless-open-redirect.yaml:fce51453e90f451d7f3186b14de2ef4b8245b072
headless/postmessage-outgoing-tracker.yaml:38d7ea38b0521a7ee3cf78db660b5ae923d1a54e
headless/postmessage-tracker.yaml:bf39bc73b73f1bf0636383612db9fce761356c5e
headless/prototype-pollution-check.yaml:c85aa05e1a2c587844f9566e736b4ba2d3adab9f
headless/screenshot.yaml:1585b66950685872280283ade0edded290564340
headless/technologies/sap-spartacus.yaml:f2f2a580fbb037bdca1c90d7297892128bae9da5
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/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/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:38bc2a6cfb847a70c262d12fd660360636325415
helpers/wordpress/plugins/add-to-any.txt:08d2e98e6754af941484848930ccbaddfefe13d6
helpers/wordpress/plugins/admin-menu-editor.txt:4572917cbde34e4ba98ab9a65059efd81be6594b
helpers/wordpress/plugins/adminimize.txt:f6eef27f4f1b21ffb32d92f3a8eee2e89d01c7df
helpers/wordpress/plugins/advanced-custom-fields.txt:358a36934535cdb0f43c2bd34f8032939c89dee3
helpers/wordpress/plugins/akismet.txt:4380b93c5f9e9e252ac9ac548449d65f955603c4
helpers/wordpress/plugins/all-404-redirect-to-homepage.txt:e5d05199b7d43b0bd203a9cf2e8e874dad4ff45f
helpers/wordpress/plugins/all-in-one-seo-pack.txt:bf1d607adfeedd476ba3e3fba79a756e25035222
helpers/wordpress/plugins/all-in-one-wp-migration.txt:addf63c8a9f97e52b5b7aca6dc435f3680b17d2a
helpers/wordpress/plugins/all-in-one-wp-security-and-firewall.txt:32caf6abda6a7a1a799e1775e6c5b3e7e32ad59f
helpers/wordpress/plugins/amp.txt:cc005cc7de6351bdaa671675148c076564275a57
helpers/wordpress/plugins/antispam-bee.txt:b91ff026739750b181b34969295fb93cf8fdc898
helpers/wordpress/plugins/astra-sites.txt:1ee09476b338ca8261ad83be6aefa18693436588
helpers/wordpress/plugins/astra-widgets.txt:386ef6797a9c4de50f240b16bd76bbeae35a5711
helpers/wordpress/plugins/autoptimize.txt:661ae89c9a4b16c450c2a094d410c4ee74719cb3
helpers/wordpress/plugins/backwpup.txt:063ee00ca80d81e068dd404b59ceb2a03b2e7109
helpers/wordpress/plugins/better-search-replace.txt:08d2e98e6754af941484848930ccbaddfefe13d6
helpers/wordpress/plugins/better-wp-security.txt:ddc49152d337977df228a63c029f8c815c822ce2
helpers/wordpress/plugins/black-studio-tinymce-widget.txt:b74c052eec677c340bd7f99d94e1557d1f1d5e53
helpers/wordpress/plugins/breadcrumb-navxt.txt:3eebc7c9c53af6e2c8a91094b656f824a4b7150b
helpers/wordpress/plugins/breeze.txt:7277d832c4a280d1c4cd0f4bf3169bf93d46d49e
helpers/wordpress/plugins/broken-link-checker.txt:53847c48faeb5e255ebcdd1a4762a53f7163d7f0
helpers/wordpress/plugins/child-theme-configurator.txt:8e805063c85859847271163a1c51e5865e460aea
helpers/wordpress/plugins/classic-editor.txt:933c3d96b7fbc319e2e08dda5c340797d7c8d99f
helpers/wordpress/plugins/classic-widgets.txt:98250286db92ccc336dc6f622c10c8bc09286693
helpers/wordpress/plugins/click-to-chat-for-whatsapp.txt:e32deb17fa798d4d0cc07e70e2873e34cf81c0d3
helpers/wordpress/plugins/cloudflare.txt:95b4f085ec6b3a33a23781c7cfda78c317e5dca1
helpers/wordpress/plugins/cmb2.txt:12291cb9150686dd1175c2a1662b9d1acd8b9b62
helpers/wordpress/plugins/coblocks.txt:049a35ad82b9c914dc50f602563d1e37e06ef9a6
helpers/wordpress/plugins/code-snippets.txt:fbc954f986ea78ee55f14e1ee288f60983e46fb5
helpers/wordpress/plugins/coming-soon.txt:08d2e98e6754af941484848930ccbaddfefe13d6
helpers/wordpress/plugins/complianz-gdpr.txt:b12395a5190cbd66359bb94c3f32f0635e3c1544
helpers/wordpress/plugins/contact-form-7-honeypot.txt:488784591515bd4cdaa016be4ec9b172dc4e7caf
helpers/wordpress/plugins/contact-form-7.txt:77526ddfb1469f41739fcab554059141c36d9329
helpers/wordpress/plugins/contact-form-cfdb7.txt:c6802dfc6ada46af8820db93c237d00787bd441c
helpers/wordpress/plugins/cookie-law-info.txt:049a35ad82b9c914dc50f602563d1e37e06ef9a6
helpers/wordpress/plugins/cookie-notice.txt:6b67ce6c1930ff8e1d5003aeb8218f8fbdd4e6d2
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:40c77b21aca06ae8ad4f43edd798f21a5571e995
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:69a192666c004f35303d55baa6cc828eb977144f
helpers/wordpress/plugins/duplicate-post.txt:59a7597c10f2e831aaf8a6526fb9a13e25ea680e
helpers/wordpress/plugins/duplicator.txt:098abf50b35f199f6665ef82fc20ed1ed860018a
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:32fecb37588747cdb8227230edc41ff2ca6557e1
helpers/wordpress/plugins/elementor.txt:ce20893b5464bf83cbb5cf7c0ec4e9b5affd8fa5
helpers/wordpress/plugins/elementskit-lite.txt:40d69a31b1f9d238ca1c38a357e6846c514e2e9f
helpers/wordpress/plugins/enable-media-replace.txt:36442478f1f952d62cb89e1b634d5937a7d2863f
helpers/wordpress/plugins/envato-elements.txt:fefed34c88a4926b37d965db8c15fed2727796a6
helpers/wordpress/plugins/essential-addons-for-elementor-lite.txt:a8b5e8e7888f955067310ada3053ab19bf9e01f9
helpers/wordpress/plugins/ewww-image-optimizer.txt:3eebc7c9c53af6e2c8a91094b656f824a4b7150b
helpers/wordpress/plugins/facebook-for-woocommerce.txt:259384e042d78de5c4a778a065bb73dad996fb07
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:b1b357cd3744e960487781819b970f440f4c7ed9
helpers/wordpress/plugins/font-awesome.txt:4cb6b226aa8498265c8ea84adcf05e5e168e17c1
helpers/wordpress/plugins/force-regenerate-thumbnails.txt:32fecb37588747cdb8227230edc41ff2ca6557e1
helpers/wordpress/plugins/formidable.txt:f6f8ec8cee0642425740179c78f2bf7d0a6572f1
helpers/wordpress/plugins/forminator.txt:b4b8f80f2ea205ffb78bb802455b396e7c718699
helpers/wordpress/plugins/ga-google-analytics.txt:48c07757afb07916aaceb81724ecfe2e17de1bc9
helpers/wordpress/plugins/gdpr-cookie-compliance.txt:7595370f531837f97f90c203150920b879338d73
helpers/wordpress/plugins/google-analytics-dashboard-for-wp.txt:be1f3ed636fa57d09193a4000944b026539f2ae8
helpers/wordpress/plugins/google-analytics-for-wordpress.txt:a62f0cd70e2969845fd702e631526007e426ec31
helpers/wordpress/plugins/google-listings-and-ads.txt:c78453b22ddacc88b67ece8b294a6b5930f15836
helpers/wordpress/plugins/google-site-kit.txt:2d61b8dd1d2334f5ff6b9c2010bf4078470db01d
helpers/wordpress/plugins/google-sitemap-generator.txt:05a4815f734948e3bc0149a6d2d11169a1825f61
helpers/wordpress/plugins/gtranslate.txt:513cc2cbdbaafc4b88110a8732fa6d6886d54ff5
helpers/wordpress/plugins/gutenberg.txt:c0efed1067cd93e221bc8de8ca57acf6011c6273
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:c2e02b33da3f80da726e9cf198552626bb5042e8
helpers/wordpress/plugins/header-footer-elementor.txt:a9510f9e42b212b735a604c279959b616f8ddd5a
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:e1153a589f6a6a243a8374b1e372cf2e69de87fc
helpers/wordpress/plugins/imagify.txt:d24fa45ca77f079cc359c97272276969e6aead2c
helpers/wordpress/plugins/imsanity.txt:8833d6b9ff65739ec437d2754b9fc885e202a555
helpers/wordpress/plugins/insert-headers-and-footers.txt:32fecb37588747cdb8227230edc41ff2ca6557e1
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:d03f659256ae48f1c9a26c5aaec38d4360485288
helpers/wordpress/plugins/jetpack.txt:90db4c034fdf9f384fce435b9f9b57de9906c45c
helpers/wordpress/plugins/kadence-blocks.txt:f6eab21f4096ab86124a60f5d8ae48626e598de9
helpers/wordpress/plugins/kirki.txt:5d8c63c6b430d2d7a19d0713fe2378eab9b1edfa
helpers/wordpress/plugins/leadin.txt:4ea6749184af2616dda4c6d36597b267338ca299
helpers/wordpress/plugins/limit-login-attempts-reloaded.txt:eb7b3babdf22a684d0ea8660470e63f0a4a6f2d6
helpers/wordpress/plugins/limit-login-attempts.txt:08d2e98e6754af941484848930ccbaddfefe13d6
helpers/wordpress/plugins/litespeed-cache.txt:a2246273db175b4d951c8ae09a9b87d55b422463
helpers/wordpress/plugins/loco-translate.txt:c1c423f2f1813573ad1b704e4b6aea927ed8deb9
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:d962fd9a839a218de0c95dddb4f7e937cdd40d38
helpers/wordpress/plugins/mailpoet.txt:4e0e9b8af035e0887466f99581b3657149805e2c
helpers/wordpress/plugins/maintenance.txt:676c72a3610df638213dbd14937d1a1d3541b924
helpers/wordpress/plugins/mainwp-child.txt:59a7597c10f2e831aaf8a6526fb9a13e25ea680e
helpers/wordpress/plugins/malcare-security.txt:110e72e19320b384e7459b22647e5acdb0255c57
helpers/wordpress/plugins/megamenu.txt:403a4300e5939d1d7fbfb90958aac5b413468ba3
helpers/wordpress/plugins/members.txt:237c8767860dc44f0f30057d25e9143e3d0b425f
helpers/wordpress/plugins/meta-box.txt:1f35081e09d2a2ed9d9cb39777ed8121a68d0cee
helpers/wordpress/plugins/ml-slider.txt:f6b24d20fb8ca8547810ce73f202e02919d356e0
helpers/wordpress/plugins/newsletter.txt:14665694dff2d37ef9323cf70015fe0466bea9b2
helpers/wordpress/plugins/nextend-facebook-connect.txt:deccc3cf363403cddb880388388bf192fbcfd655
helpers/wordpress/plugins/nextgen-gallery.txt:f2cc8874a54d8d40b341d84839c1b2984efc0aba
helpers/wordpress/plugins/ninja-forms.txt:2aee11d7a9ddfedc94e7fb36aefcf9174d34d88b
helpers/wordpress/plugins/ocean-extra.txt:248fa1629a5449451dde60521b10f8d16f52b23d
helpers/wordpress/plugins/official-facebook-pixel.txt:ae0028333ce6fece2c0f57bd104815e938d80643
helpers/wordpress/plugins/one-click-demo-import.txt:7c49f6117c3f09ee90548ad70960b7a9b716deb8
helpers/wordpress/plugins/optinmonster.txt:efeb47fd41d5443772275287ca2523cab8bc0139
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/pixelyoursite.txt:d8e23ca5790b46b3d6b48f23efe069ee480120e3
helpers/wordpress/plugins/polylang.txt:c7fc6bde7dbf4cb2d89ab4b2bd57e166ce750ec0
helpers/wordpress/plugins/popup-builder.txt:fc3e46507eb91f2ee9902bdf4b44b9e897b6eea7
helpers/wordpress/plugins/popup-maker.txt:2b3c6ac23cfffce2c714f7553284e912852ab2fe
helpers/wordpress/plugins/post-smtp.txt:794118d2e1b864c8abdfea3e2039d9de9f0c9e16
helpers/wordpress/plugins/post-types-order.txt:31f566259c1a3f810256e3679e10faa457bb4a0b
helpers/wordpress/plugins/premium-addons-for-elementor.txt:fba90fa57ee2b5dbb2faec1c33e96813ccb14fd5
helpers/wordpress/plugins/pretty-link.txt:4464e9f2e5e0cf52e9c26d3864e71249d73ea33a
helpers/wordpress/plugins/really-simple-captcha.txt:488784591515bd4cdaa016be4ec9b172dc4e7caf
helpers/wordpress/plugins/really-simple-ssl.txt:c7a2e88969233a7480fbd47edd573ec3f30ff05c
helpers/wordpress/plugins/redirection.txt:392ee3765c26f4ca0b6935f9bb0f006c2354af12
helpers/wordpress/plugins/redux-framework.txt:1375dc6042d338e0d6b89174d9c404b7ebdae9cd
helpers/wordpress/plugins/regenerate-thumbnails.txt:aba31d0ba474d83f50978833d17946c355cb20c4
helpers/wordpress/plugins/safe-svg.txt:595d550379b2cb8bccb9659627308ff4e751d23f
helpers/wordpress/plugins/seo-by-rank-math.txt:26d3be19886d8968091c5568da94385ea2c3570f
helpers/wordpress/plugins/sg-cachepress.txt:4b3ee513f62e0368db5c1409e926fc99b39d00c8
helpers/wordpress/plugins/sg-security.txt:6546e0bd1a292663f6166d3d6d903530b6db35c4
helpers/wordpress/plugins/shortcodes-ultimate.txt:c53ed3ab1a6689cbfb71149816b427f4cf870dc3
helpers/wordpress/plugins/shortpixel-image-optimiser.txt:cf9ef6e8abc5b568cc3511b30b4eea50bb878ccf
helpers/wordpress/plugins/simple-custom-post-order.txt:c696496c332f4053d974090a9c80d9d35ebc2ca6
helpers/wordpress/plugins/simple-page-ordering.txt:8f52888ff7e35fd5ca310231fa076be1206b49bd
helpers/wordpress/plugins/siteguard.txt:b26853e0fc7b2e0fccdc39c5fe508249d0d5d410
helpers/wordpress/plugins/siteorigin-panels.txt:1a8a7a8a850823dcb9e92b6dc055d88b65330f21
helpers/wordpress/plugins/smart-slider-3.txt:2cddd46563a1ae6eca28eb577f99025fd04568f2
helpers/wordpress/plugins/so-widgets-bundle.txt:6d762cc150e79ef408e1a9b5423c21aeb1d73f5b
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:40bf252ebc68d2921a7e909064c29fd95a1820fb
helpers/wordpress/plugins/tablepress.txt:5f6af51e77b84cd6616d4eaa100a736096568d86
helpers/wordpress/plugins/taxonomy-terms-order.txt:d2a825593d236a4bdf4eeecfe093c2f0318fc0f9
helpers/wordpress/plugins/the-events-calendar.txt:3a108f8e498bd0c9790af41f7f7d8093515044ff
helpers/wordpress/plugins/themeisle-companion.txt:488784591515bd4cdaa016be4ec9b172dc4e7caf
helpers/wordpress/plugins/tinymce-advanced.txt:93ab266c89e9dcb536484607a605b05e657be940
helpers/wordpress/plugins/translatepress-multilingual.txt:b6ed966424606782d1fc2f9032f0fb0e4d237bd7
helpers/wordpress/plugins/ultimate-addons-for-gutenberg.txt:67c391fdae5d34abde64a1732ca064007569702b
helpers/wordpress/plugins/under-construction-page.txt:7b482eb97a0d1e20b8b333a7435ce0e0bc59d15f
helpers/wordpress/plugins/unyson.txt:08105b9ddd906ead00c6c2b76a45ffa54f0efc2d
helpers/wordpress/plugins/updraftplus.txt:9441b7902302a4ce4ac4a62bf4918e281a22e6c8
helpers/wordpress/plugins/use-any-font.txt:051efab22f2c58c6d458654f9abb0b0648c4743d
helpers/wordpress/plugins/user-role-editor.txt:e4dcf50721abd61e4b9d3234623bdf059936514b
helpers/wordpress/plugins/velvet-blues-update-urls.txt:abe23e8d51de58b629ca74fce30438ee71509264
helpers/wordpress/plugins/w3-total-cache.txt:51ddbf27bf181d542a23643649c61739795a6771
helpers/wordpress/plugins/webp-converter-for-media.txt:2cb2c87ac5ebde3b1ed1d5d55a5747b6f05ee8f7
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:85e58fba8dcfa56b29939775178a4af11946316b
helpers/wordpress/plugins/woocommerce-payments.txt:f761ee50908e2e01cb058b4b2f46366c4d288e93
helpers/wordpress/plugins/woocommerce-paypal-payments.txt:53847c48faeb5e255ebcdd1a4762a53f7163d7f0
helpers/wordpress/plugins/woocommerce-pdf-invoices-packing-slips.txt:cc1586242918f22469f32e7d30bae9a88f411c48
helpers/wordpress/plugins/woocommerce-services.txt:7cfe54f27289e2e996bf2e77df14202ff94111f9
helpers/wordpress/plugins/woocommerce.txt:758e3631d239f1de32442015f0033cc31a84dcec
helpers/wordpress/plugins/woosidebars.txt:a2048abb201b6201e7cd25e8b0262758a98d59da
helpers/wordpress/plugins/wordfence.txt:40784b4a67e4ba8b48f28ea24427fa8550433cc1
helpers/wordpress/plugins/wordpress-importer.txt:08208ac734b4811a00c6728e5ae1c066d2e06cc8
helpers/wordpress/plugins/wordpress-seo.txt:18b66e1ee3dc142534c1d5c03f7bded8db5d3466
helpers/wordpress/plugins/worker.txt:488784591515bd4cdaa016be4ec9b172dc4e7caf
helpers/wordpress/plugins/wp-fastest-cache.txt:a8ca9029438bddc6caceb1aae00246b568722654
helpers/wordpress/plugins/wp-file-manager.txt:9d90f00e19f5543904caf9ab2abd5b800e0613c0
helpers/wordpress/plugins/wp-google-maps.txt:7351876974e6ca881692e0a333a7d1724293977e
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:a80f092daaa12261340a5e337b2b07581bbb7e67
helpers/wordpress/plugins/wp-pagenavi.txt:53203701692767a1c2a24e47d94a090230bd8b3f
helpers/wordpress/plugins/wp-reset.txt:1a907a1663fa62f8dac219d1a808e2abfcfa4f6a
helpers/wordpress/plugins/wp-reviews-plugin-for-google.txt:1287384bc5ef3ab84a36a5ef1d888df2763567f4
helpers/wordpress/plugins/wp-rollback.txt:534467bb06aa6d8cb7e27ce2f48b87742c795cad
helpers/wordpress/plugins/wp-seopress.txt:75c41cf137a9a31823a6e465d81658ce9077457c
helpers/wordpress/plugins/wp-sitemap-page.txt:1ae2b3145aeda5c94e1cc83b23d74521cf9cc3c5
helpers/wordpress/plugins/wp-smushit.txt:5e74b23ed477d2de0db916790751da05ed4cee9c
helpers/wordpress/plugins/wp-statistics.txt:ac32f8a4347b3f038cc4bd52d7ecaa8cd4774179
helpers/wordpress/plugins/wp-super-cache.txt:e9e533b0da8e5546eff821a40fbf7ca20ab9cf7e
helpers/wordpress/plugins/wp-user-avatar.txt:18b9862a81f078662fd384e5150e3cc638d8f73c
helpers/wordpress/plugins/wpcf7-recaptcha.txt:255ee3124118ef39f0c2d984854cb0f180c4b1fe
helpers/wordpress/plugins/wpcf7-redirect.txt:6dd1f25f2a4f5c9c73793bed06929318969169c0
helpers/wordpress/plugins/wpforms-lite.txt:2269ecf858a6c42d0d3451e7a6857f7331e60f35
helpers/wordpress/plugins/wps-hide-login.txt:79eec5c95867be248c5b70dc82c95d33a9b7ef10
helpers/wordpress/plugins/wpvivid-backuprestore.txt:d8533834eb565a6b5b4d3c088f217a5413e027fa
helpers/wordpress/plugins/yith-woocommerce-compare.txt:fc4929308af8b80845b3c743a30013a669a02875
helpers/wordpress/plugins/yith-woocommerce-wishlist.txt:8fb4537f45c70359a62b29c044ee196cd3454f82
http/cnvd/2017/CNVD-2017-03561.yaml:74103420668209b795d1397008e67affd3e0856c
http/cnvd/2018/CNVD-2018-13393.yaml:b936c60ce1fa7cd38b10597e9038dcb05692bf7c
http/cnvd/2019/CNVD-2019-01348.yaml:4bef313f2d9d68a895af773006cc2fe7de376b7b
http/cnvd/2019/CNVD-2019-06255.yaml:89f70d08a4c61f8c89535140381c4184626ca371
http/cnvd/2019/CNVD-2019-19299.yaml:a622ec21bdb1ee06411960843f471dc9e170b960
http/cnvd/2019/CNVD-2019-32204.yaml:fa3186408d0a902bcc62cac066453da38ca0c643
http/cnvd/2020/CNVD-2020-23735.yaml:1a0787f1c8d99f31bd88c355153de31c00795edf
http/cnvd/2020/CNVD-2020-26585.yaml:69b9ef8b2e36a4dd6cac04a804e56e5ac5c2adea
http/cnvd/2020/CNVD-2020-46552.yaml:07ea9acd80bf0e367e25842f31a658595249aa08
http/cnvd/2020/CNVD-2020-56167.yaml:badec400104a1b9d7c090891cd06a8d930b2f340
http/cnvd/2020/CNVD-2020-62422.yaml:39f09d38d49dd0a4dc3cf941fdb2dade7375e3c2
http/cnvd/2020/CNVD-2020-63964.yaml:c80ab1148d417f0566d0bcb096409bfed16c3e2e
http/cnvd/2020/CNVD-2020-67113.yaml:125380bb3846086007f7d7521094f7aec17d73df
http/cnvd/2020/CNVD-2020-68596.yaml:aa47080fb9eb81f2dee9dbdfac915bfe1b856f9b
http/cnvd/2021/CNVD-2021-01931.yaml:ec84a4fb254c5750134cb1a6c5b5ec0c7e591b86
http/cnvd/2021/CNVD-2021-09650.yaml:8ab65c5b630b867bf38133463df206892c92e156
http/cnvd/2021/CNVD-2021-10543.yaml:82901afd8b28bf10c38eba7ea93bae350457d73b
http/cnvd/2021/CNVD-2021-14536.yaml:5decf87ca7f57a202c9c9d0d80a63a7f0970a8b6
http/cnvd/2021/CNVD-2021-15822.yaml:d6c06f0b1dfafbe22f3f873989f42a51d463f9a4
http/cnvd/2021/CNVD-2021-15824.yaml:667cb31a789ee9fcd4251c1fe78f8f800595f659
http/cnvd/2021/CNVD-2021-17369.yaml:65beb26738c0a7a0b7ac10a854f9fd6650ccc084
http/cnvd/2021/CNVD-2021-26422.yaml:7aaf1149908731caaa93d8e0fb1e0eca9530051c
http/cnvd/2021/CNVD-2021-28277.yaml:524a90b6c3bf5c2bb0b4dd821d384f1f98c80765
http/cnvd/2021/CNVD-2021-30167.yaml:4eb3fbb771c370b1e9d8f31b76c3b79a892779dc
http/cnvd/2021/CNVD-2021-32799.yaml:dc6666e59b2a35994e6ab5a22173f52c27a6d2cc
http/cnvd/2021/CNVD-2021-41972.yaml:f254fd8ba373fa95a4744b259048d692ef081572
http/cnvd/2021/CNVD-2021-43984.yaml:a02d85fe2f67fe05c67462dbea8fcb7dedcbc2cc
http/cnvd/2021/CNVD-2021-49104.yaml:e676d4620da1cd57bc021c49d3d7c7821eada127
http/cnvd/2022/CNVD-2022-03672.yaml:e10e6a3a8c0c9527e640fcca1655186f039ce3e9
http/cnvd/2022/CNVD-2022-42853.yaml:b09d41d36a02b364b40898c724386b30d575af2f
http/cnvd/2022/CNVD-2022-86535.yaml:9dd03071fc9795f7ae4d99c59b3fd5342f5a5c70
http/cnvd/2023/CNVD-2023-08743.yaml:1af1612ebc8033360c527b5a94c5e5276aac06ad
http/cnvd/2023/CNVD-2023-12632.yaml:ceb1220ec85f8ba6607052d3ab2c9be79bd1a429
http/credential-stuffing/README.md:88a738a7af33e930f046a6681114389b2f341fa2
http/credential-stuffing/cloud/atechmedia-codebase-login-check.yaml:e265b0ef4cad374b888878d8ebe4cd4bfb3a4c2e
http/credential-stuffing/cloud/atlassian-login-check.yaml:fdc2a219979a9c538febf42cd8170a6cd8f2eabe
http/credential-stuffing/cloud/avnil-pdf-generator-check.yaml:d260b795575b4cc762389acdcc22b7a78c195371
http/credential-stuffing/cloud/chefio-login-check.yaml:fe52c6e32c4361af2d0fa119b64945fa171526aa
http/credential-stuffing/cloud/codepen-login-check.yaml:07e5a66274daceb69a9b392033cc77d4dddeea6b
http/credential-stuffing/cloud/datadog-login-check.yaml:59e96cfaea16ada436330973c1a1e6b5e3bd73b9
http/credential-stuffing/cloud/docker-hub-login-check.yaml:7d7f155bb61aefd33650e7aa104353b1abd61fcf
http/credential-stuffing/cloud/gitea-login-check.yaml:06cd8b61171eb7dd4607ef984a61170ae6383645
http/credential-stuffing/cloud/github-login-check.yaml:6db38de3986e34e5decff0121b9c2cfd91d9026a
http/credential-stuffing/cloud/postman-login-check.yaml:52977264ef5a4e68cc844313aef25fe6667b5156
http/credential-stuffing/cloud/pulmi-login-check.yaml:02e294ce7b26d5732d8fc396fc12684e9dea1e4e
http/credential-stuffing/self-hosted/gitlab-login-check-self-hosted.yaml:a5c13b905ce766747d75254fb82d122c8bbbe70d
http/credential-stuffing/self-hosted/grafana-login-check.yaml:3a3891cc6d5dcf12b812bc128a41388883bccc48
http/credential-stuffing/self-hosted/jira-login-check.yaml:906c5a83678bc47a75c5aa5a32925b70d24b804e
http/cves/2000/CVE-2000-0114.yaml:5a6c3732409232b01d2b38013363d49473394812
http/cves/2001/CVE-2001-0537.yaml:455003ef8b334c603cad2ca2e8d0c8bc34d75540
http/cves/2002/CVE-2002-1131.yaml:8ed47cd2cac9f195706603f9f42bc5eed3457ed3
http/cves/2004/CVE-2004-0519.yaml:052772e4c28b6cb5db7e7461a29b93b52667ba24
http/cves/2004/CVE-2004-1965.yaml:617a7d722ac156a4f7c74968d860c5cb727ec504
http/cves/2005/CVE-2005-2428.yaml:b4650319c18701ea2a8e39eec67fc30874ec5e86
http/cves/2005/CVE-2005-3344.yaml:6d8542d3d239a81b5a4f68ba3ea23470d03e3474
http/cves/2005/CVE-2005-3634.yaml:74f3682efec82cd279416b90d7537c566f86529a
http/cves/2005/CVE-2005-4385.yaml:a181b6f9c9c48fd643697f624fe3f341c3343ca9
http/cves/2006/CVE-2006-1681.yaml:de056576acfac07012f76f832d44cb1c7c937cf1
http/cves/2006/CVE-2006-2842.yaml:9e84a315ef9c4ceed44ee1ce337c33db05fd0451
http/cves/2007/CVE-2007-0885.yaml:5eb5693cae52d68a56318c7050ccc57390f73464
http/cves/2007/CVE-2007-4504.yaml:9526c6674bfa78791849af4f9819b98f973cb33f
http/cves/2007/CVE-2007-4556.yaml:1a2c48b67d4451a8f9dc890a63eacf96acace5b9
http/cves/2007/CVE-2007-5728.yaml:048877b1d7fffe78e776e5701a4056696a73979f
http/cves/2008/CVE-2008-1059.yaml:04bbe10bb9ac36e1266e9748545129760de0bdda
http/cves/2008/CVE-2008-1061.yaml:28b119302e8b96a6b7fe25969f2cf3787549db29
http/cves/2008/CVE-2008-1547.yaml:ae82a05167ec393785dd08f6888200ab4f3e74b6
http/cves/2008/CVE-2008-2398.yaml:188c08a586eb2b60fb644d3327387365dc53bf88
http/cves/2008/CVE-2008-2650.yaml:f341a4e21806c93f688b98b32d95cf229a1b93f0
http/cves/2008/CVE-2008-4668.yaml:85655631a436e9de6805165cc065706d558ee4eb
http/cves/2008/CVE-2008-4764.yaml:b75344318158bb8427e47a671a172c2e4c158d43
http/cves/2008/CVE-2008-5587.yaml:b9ef60a3a398df6d4d815fe1d17bb09964194c2d
http/cves/2008/CVE-2008-6080.yaml:77611dcc807bfbf6ccc751d0010865a0030d6282
http/cves/2008/CVE-2008-6172.yaml:aa430ce3b20e894791458556e34a1b56726978bc
http/cves/2008/CVE-2008-6222.yaml:7febc1afd4523fdbb3e8e879192f4d6000de9771
http/cves/2008/CVE-2008-6465.yaml:296774187ea9c686508545443be2a2663e7d0150
http/cves/2008/CVE-2008-6668.yaml:09669c99e93892eb39e56b3439ff75d3437ef6ed
http/cves/2008/CVE-2008-6982.yaml:140701ad935bb817dfee16110e396feec2440077
http/cves/2008/CVE-2008-7269.yaml:bc530c23a4dd76182e3f8eb4ecbdd75fe4740a93
http/cves/2009/CVE-2009-0347.yaml:0e04689539ba0fcabcc490595d1a6c960051b6dc
http/cves/2009/CVE-2009-0545.yaml:edc3f8c9f6cd9720c5da4eade33953fba8e51110
http/cves/2009/CVE-2009-0932.yaml:4be0595efe027fd706df42e871f730d407e6c71e
http/cves/2009/CVE-2009-1151.yaml:7e35f1bb52fbe67115b5b9689aecf53f03430350
http/cves/2009/CVE-2009-1496.yaml:1071b0e119f0becca281f1a02d18e1880b85afdc
http/cves/2009/CVE-2009-1558.yaml:8721c9242f01d1bb9844e38b54e7f6f582651332
http/cves/2009/CVE-2009-1872.yaml:ab58908a83c1c41c372bf02dc3668a571c360a52
http/cves/2009/CVE-2009-2015.yaml:36da21c4776c4919bdc956089e5cac8cbf66ddd7
http/cves/2009/CVE-2009-2100.yaml:c6f1ee5e269239242212c0baec9f8e5a3e54084b
http/cves/2009/CVE-2009-3053.yaml:d758815602155b718c0b32a7e0335d8ce0ce53b4
http/cves/2009/CVE-2009-3318.yaml:caa52041806dc22c9bd66ab4fe7838c790978229
http/cves/2009/CVE-2009-4202.yaml:cac0b2fe2add3c0854b5b6cca02b0b65f1014e76
http/cves/2009/CVE-2009-4223.yaml:b203dd3fd40c2513e5ed66803bb290231575525a
http/cves/2009/CVE-2009-4679.yaml:4f47981fa93f3378ad8656ce6f08f135e1283f43
http/cves/2009/CVE-2009-5020.yaml:e7deb4ec5a8781d4e04e93f4da6f73e290cd2e53
http/cves/2009/CVE-2009-5114.yaml:f5633b47d9a210839a27e3c8c40b93d82e843312
http/cves/2010/CVE-2010-0157.yaml:f9661050cf2ce2f941a5b6344a30ff32ac537e70
http/cves/2010/CVE-2010-0219.yaml:3e3117d8bc1ef4df91af41ae74076e031f608268
http/cves/2010/CVE-2010-0467.yaml:b53b01ba669b4e7fb606a912e9222e8f5f85e33e
http/cves/2010/CVE-2010-0696.yaml:323221cd432804327112648173151075f149ca1f
http/cves/2010/CVE-2010-0759.yaml:d383e3940394d70525349618f3a15f1639456aba
http/cves/2010/CVE-2010-0942.yaml:232509566f5d60dd01bc9f3b623d95f8b10beb65
http/cves/2010/CVE-2010-0943.yaml:de55ac02349f465c754c034eb30e728fa21bb440
http/cves/2010/CVE-2010-0944.yaml:b43be1e86f6b9c28a98a4db01a0eb7579c16bd19
http/cves/2010/CVE-2010-0972.yaml:7254165d57dad8b29a41f7b5bc4aebdcec2819b7
http/cves/2010/CVE-2010-0982.yaml:0ffbcf4b1b794c0138553f6ad08ebca9a024ade6
http/cves/2010/CVE-2010-0985.yaml:7381c58e68ec654a46510a0d2ee235e854a806f9
http/cves/2010/CVE-2010-1056.yaml:c124ff9f0ae659f1cebb22954ef8c56d672f1709
http/cves/2010/CVE-2010-1081.yaml:97370b3a1cb1aa39795feaffb80e5ad2bf410e93
http/cves/2010/CVE-2010-1217.yaml:576dae5ff62a7fb3ceab2f501b5f5ef91fa13669
http/cves/2010/CVE-2010-1219.yaml:8ee97c2a3a9e14669adb5c1ef74ded7753d87881
http/cves/2010/CVE-2010-1302.yaml:247d4768fd1b3a7f1b5c49669944151c25d44ef1
http/cves/2010/CVE-2010-1304.yaml:a9b7eab403453ba2692a02f460ea6260c5b6a943
http/cves/2010/CVE-2010-1305.yaml:23ea9b94373c5383527ad717c9e6c945f91bc7d9
http/cves/2010/CVE-2010-1306.yaml:f09e086d8495b5518ff5f735db49a6ea4ed504f0
http/cves/2010/CVE-2010-1307.yaml:316d59f13a952be9274fe385c60b380c7b1893dd
http/cves/2010/CVE-2010-1308.yaml:0a442752938fecd4192a2189337a25a16d367b21
http/cves/2010/CVE-2010-1312.yaml:04a3db0db624a4102d8c8c73bc31371f3f2e1f64
http/cves/2010/CVE-2010-1313.yaml:d7d36b8c98be2c6019fd1648a2b2f39386a5dc3c
http/cves/2010/CVE-2010-1314.yaml:e59a0553a36ed82ade9fcb596317d6025095a7a2
http/cves/2010/CVE-2010-1315.yaml:626480c2668dbbd579d91032776d8570f60bb08d
http/cves/2010/CVE-2010-1340.yaml:63c36cc7e4454a75d08e6941b20e5f0b22c4e275
http/cves/2010/CVE-2010-1345.yaml:797955be580f957dbbd9a222d62efa2a5e785d24
http/cves/2010/CVE-2010-1352.yaml:c34f8e183c7ffffe1e0d10ffbb91ef536f734f5f
http/cves/2010/CVE-2010-1353.yaml:b1dc2f992ae48619f186dc2cfd38dc384375ae58
http/cves/2010/CVE-2010-1354.yaml:73d3c12438f749648dd31fc827dd941cff94d6a9
http/cves/2010/CVE-2010-1429.yaml:105bb300841e932c16158518908e925c4f2dc722
http/cves/2010/CVE-2010-1461.yaml:d0baf9b5bb17eaeec9f5c5b5acdfb6d987a17c9b
http/cves/2010/CVE-2010-1469.yaml:f40d06e4d49ccb535b24b18d6d39091820197bcd
http/cves/2010/CVE-2010-1470.yaml:f873aa5a80b5918e2dd71dfe2db1a6f13e870141
http/cves/2010/CVE-2010-1471.yaml:93c4ed34853a068c3d4ef639fe9c095bb2f1df79
http/cves/2010/CVE-2010-1472.yaml:1d77fd63ef6b391bd349cf909c8fcd6d5dfe3a51
http/cves/2010/CVE-2010-1473.yaml:fcbe4dd0d3c1faed314bac34f2071a9dce33e047
http/cves/2010/CVE-2010-1474.yaml:782c315fa466add72f1b000c8ece3de4f2bbcff7
http/cves/2010/CVE-2010-1475.yaml:615a9c48bd5c191471ff16b6db4961f2e7017ce6
http/cves/2010/CVE-2010-1476.yaml:b55beba58729736932a640c170a4a87603fcefbe
http/cves/2010/CVE-2010-1478.yaml:8f573313c4f82363f0a5c65f8b62741affd527c5
http/cves/2010/CVE-2010-1491.yaml:9b5bbc38e320e0bee87e27418d8bc8e36ef0519d
http/cves/2010/CVE-2010-1494.yaml:9f736cd5c50f1d82528d80f2a005590fffb50327
http/cves/2010/CVE-2010-1495.yaml:4cccfbbb46f52bdb296873d656725890e8e4ddb0
http/cves/2010/CVE-2010-1531.yaml:a912976b8e3f92880396a17ba2fd8145289d85ff
http/cves/2010/CVE-2010-1532.yaml:d57e822d341607aecb07ff3c51fef167b9541775
http/cves/2010/CVE-2010-1533.yaml:a12acf16bff066a1ce988a3a823e8c534741742f
http/cves/2010/CVE-2010-1534.yaml:9b5aabe5d333f7a52a5f005dfe5495ef859335e8
http/cves/2010/CVE-2010-1535.yaml:be600a4aa26ba22c47d19475b2bd688e442dfa82
http/cves/2010/CVE-2010-1540.yaml:e5b8a8ae7dc17728bedde500fbb01153f49fa1ea
http/cves/2010/CVE-2010-1586.yaml:0675248bce169015d04d5f77677e5932a818cb74
http/cves/2010/CVE-2010-1601.yaml:7385a7b72d3b7aba9528de2f545fcfc9277d830b
http/cves/2010/CVE-2010-1602.yaml:bd1dc1eddd16a9ca8b07678d5d58f588bd9dfa3a
http/cves/2010/CVE-2010-1603.yaml:42a168c2b51aa53f67392e404aac6ecc9533faea
http/cves/2010/CVE-2010-1607.yaml:8066ea991faefad114ecd06cb4bafaa04790dea9
http/cves/2010/CVE-2010-1653.yaml:587b610c4cb0d2d5236b9ee4d5de0db2b9246844
http/cves/2010/CVE-2010-1657.yaml:f17bc23675f7b6bf60b42d2fe8b25d572c9b3788
http/cves/2010/CVE-2010-1658.yaml:fd5ba2ff52b549ff9cff4c16ebcc8d18915a4673
http/cves/2010/CVE-2010-1659.yaml:b3735603358090157b2a29cba5e9d960ddd0327f
http/cves/2010/CVE-2010-1714.yaml:60c04ca8cf6ef4a0523367800971a283ae6a10ad
http/cves/2010/CVE-2010-1715.yaml:e0e3ccb142ef5aaa0b754072e8c5804072a5f9df
http/cves/2010/CVE-2010-1717.yaml:4f1abbdd01959625764603f2a5a9735df04a4d45
http/cves/2010/CVE-2010-1718.yaml:e1ffc4288bf74daf1e7bf7611a9621878e26be52
http/cves/2010/CVE-2010-1719.yaml:ea92481503b9b78fccf7122498445c0ad27a081e
http/cves/2010/CVE-2010-1722.yaml:29a9882c9addaadee4b337bdeb43fd729be920a1
http/cves/2010/CVE-2010-1723.yaml:4e0f274888dfd4b5465038265683f2afb6a146b3
http/cves/2010/CVE-2010-1858.yaml:c7a7be6488da302775b496dee868071fdb7300bf
http/cves/2010/CVE-2010-1870.yaml:19b89ca6b8c8c497bf707ef470231cbdad0a8697
http/cves/2010/CVE-2010-1875.yaml:6419a189729cf0662d9f28378d04f4b4f1298296
http/cves/2010/CVE-2010-1878.yaml:ca23c2a6b8a2ab42f522afee3d3e498c5b6a7a6e
http/cves/2010/CVE-2010-1952.yaml:c9711dc08c228cdec9ac4b42c4513ed613832963
http/cves/2010/CVE-2010-1953.yaml:494e3bca1cf71cc76409d0199021e3aeb9d98fa3
http/cves/2010/CVE-2010-1954.yaml:d9aa4b64caacc6d17a06ac8ead4ff604cb7e2aed
http/cves/2010/CVE-2010-1955.yaml:481eb01dfbb008542578196a17814500c7fa1490
http/cves/2010/CVE-2010-1956.yaml:537a55f15bf30049045fa511205d2c7055609ef3
http/cves/2010/CVE-2010-1957.yaml:b6db0f1965786ee17333fb7bba2d959130572a05
http/cves/2010/CVE-2010-1977.yaml:ecd1662ca5533c37f720203e3b7d95ff1b537033
http/cves/2010/CVE-2010-1979.yaml:c1cae88048ff793ca4856f26518b63e8f2bc53a9
http/cves/2010/CVE-2010-1980.yaml:a5d5e9d0748b1b94bbdd3db4302b2cdb98e32ab4
http/cves/2010/CVE-2010-1981.yaml:c004c7559296034a5953e52bea2f493ac46e9cb9
http/cves/2010/CVE-2010-1982.yaml:d5ebe7d9e58c3cd72f297c91ca26be565328b2b8
http/cves/2010/CVE-2010-1983.yaml:87de2e3fe60ca6958343e8b93fc541f6ac549f3f
http/cves/2010/CVE-2010-2033.yaml:b9faf163a0ed2b5a1a6e0782fb728c024e3c39cf
http/cves/2010/CVE-2010-2034.yaml:e9529e6262a407e84797798d13488ed01a11cd78
http/cves/2010/CVE-2010-2035.yaml:689963e2357e68f29dc0b4d231f73eb76e6a578a
http/cves/2010/CVE-2010-2036.yaml:a30f7f3fd83ef0df671b8c560876343f0783dcc2
http/cves/2010/CVE-2010-2037.yaml:5ab02e2690a689fccbc9806913b0eba7601dad83
http/cves/2010/CVE-2010-2045.yaml:a4edfdd55b604771df3c1c998d0530b04aaae309
http/cves/2010/CVE-2010-2050.yaml:e37da9b3109b6be04ffa1107ebc2585a3fb6a239
http/cves/2010/CVE-2010-2122.yaml:8078e07365d991d99f019f768a84158fc962de3c
http/cves/2010/CVE-2010-2128.yaml:f20aced0104077bdc69ee2b02a32293f3690e087
http/cves/2010/CVE-2010-2259.yaml:f5e90d598412ecf8bcc45094ca6983612b1f4bf9
http/cves/2010/CVE-2010-2307.yaml:e91dc0a35faf2b87c191e7c3d32cafb6d91aaec5
http/cves/2010/CVE-2010-2507.yaml:57895c87aeced28c8425291e78ab26ae0bc9b63e
http/cves/2010/CVE-2010-2680.yaml:79a02a252f2cc6f96bc507129f9010fca7e3c700
http/cves/2010/CVE-2010-2682.yaml:d836bff14908ac9f6a74f03970114a458fbf3215
http/cves/2010/CVE-2010-2857.yaml:a4d42c5c3f276315cf4f4f64bffe92f4c34a3e72
http/cves/2010/CVE-2010-2861.yaml:f7e8d72c374883adcd934354db4d9d0a145df1c1
http/cves/2010/CVE-2010-2918.yaml:7167702407264359dfcb1107c48a71ea5f32c08e
http/cves/2010/CVE-2010-2920.yaml:89f41a4f882c821bb786be751391e6618759755a
http/cves/2010/CVE-2010-3203.yaml:de6733ce711f6f0af707b3fb793b27b1b0b2f7c1
http/cves/2010/CVE-2010-3426.yaml:be4058150c17e9167201391493623a2ac45abab7
http/cves/2010/CVE-2010-4231.yaml:de1c849074492a7554c8b5791510654227f9a8fd
http/cves/2010/CVE-2010-4239.yaml:146b2169e4556a146e243f0fb9f46eecb03a6e22
http/cves/2010/CVE-2010-4282.yaml:00e272eb1d3a9ef9a88529cbb149ad2a824abcca
http/cves/2010/CVE-2010-4617.yaml:091ea79c9dfae2fb0d29d19876b5b2d507e3233e
http/cves/2010/CVE-2010-4719.yaml:d842bea4a1a0c22fa7852b05e77dce2a7c245c2e
http/cves/2010/CVE-2010-4769.yaml:0d7cb9c25a56bc9a8ff4594d1df07c3072c9c6b6
http/cves/2010/CVE-2010-4977.yaml:25380987a2d20099119f70625965bc2ec53cb12e
http/cves/2010/CVE-2010-5028.yaml:d7ea0fe81cfa7f0ef16984fbeb932fac977ba074
http/cves/2010/CVE-2010-5278.yaml:225f3da4f7d917c484392ffb8f99aa3913d08f6b
http/cves/2010/CVE-2010-5286.yaml:ac4a6f51be25823e193b5e1cec138029819ec96c
http/cves/2011/CVE-2011-0049.yaml:71a730fa8700d6f572a6e10f28e4553502d4ffa4
http/cves/2011/CVE-2011-1669.yaml:a7050758d646c91bc9ca13868b537c6e2d518348
http/cves/2011/CVE-2011-2744.yaml:5e68ab903c00ecce1d30918714dbfaeff6dab86c
http/cves/2011/CVE-2011-2780.yaml:a16b5014374761ed37761b9d27e604f12f0ec971
http/cves/2011/CVE-2011-3315.yaml:f94abd71bcf3aab3e0960dc4cbcf3f928ab36720
http/cves/2011/CVE-2011-4336.yaml:91657343020f7d10a62c860bb401253f39826c8b
http/cves/2011/CVE-2011-4618.yaml:e354cebb6124a25782745896d73b5ba36c9858d6
http/cves/2011/CVE-2011-4624.yaml:fabc7109beca3fbfb01ba23ebbc20e18b5f163a4
http/cves/2011/CVE-2011-4804.yaml:74c16ad7a92538315d41d419b696149a0828263d
http/cves/2011/CVE-2011-4926.yaml:a295cf2be1a2865428a5ba954f103abd300af164
http/cves/2011/CVE-2011-5106.yaml:bc75b960927f16e7772d328001d9dff25063c4ab
http/cves/2011/CVE-2011-5107.yaml:c7d3b284db24de085c5677fdb3739838f5541f43
http/cves/2011/CVE-2011-5179.yaml:57b8dbc3fefa21ed2779e0a0380d1461823f0df5
http/cves/2011/CVE-2011-5181.yaml:672b51c0036ca00b0549550a67c127d1500518fe
http/cves/2011/CVE-2011-5252.yaml:e9b843acce2e6827ae8c3735c527b89f76e83ed5
http/cves/2011/CVE-2011-5265.yaml:97bacd64f3424b475daf83af4800a91c98b54095
http/cves/2012/CVE-2012-0392.yaml:55daa288c50c599027ac0b94c06002b960ad2fa6
http/cves/2012/CVE-2012-0394.yaml:1c5c0486468030ad39ed91ebb1c1c5577795b607
http/cves/2012/CVE-2012-0896.yaml:093d87535bf69fbcf21afaef7f0f883bfc3fd2f8
http/cves/2012/CVE-2012-0901.yaml:2cc4c2e230574df7c66609423247a8b48e9a35fb
http/cves/2012/CVE-2012-0981.yaml:a083ef7bcb4995e68538a480e1177e9dc0ebb10d
http/cves/2012/CVE-2012-0991.yaml:eeddcc9c9a568abb1b38f3701f09b5c75b91949c
http/cves/2012/CVE-2012-0996.yaml:22bcd6f6aa8c27e790edc62f388a94fd60f5b5a9
http/cves/2012/CVE-2012-1226.yaml:497f8d3c3bc5972456f70c89063d30c56f06985f
http/cves/2012/CVE-2012-1823.yaml:3afe3c483f65ad437a84863219a3172e999e6b99
http/cves/2012/CVE-2012-1835.yaml:25a181c84f345566a86181cb0b7ccda19054d3fa
http/cves/2012/CVE-2012-2371.yaml:e694579be17f8484bb6a515cba11836b6f48060c
http/cves/2012/CVE-2012-3153.yaml:1cec9766ab1e14966b9539302ea46abff97ed8d2
http/cves/2012/CVE-2012-4032.yaml:7c6d7a7ddfb7f267b8bfc1e2c90adb7f614603ca
http/cves/2012/CVE-2012-4242.yaml:af4b84accee718c84f9cd6fe48998dca2192541a
http/cves/2012/CVE-2012-4253.yaml:95836dcee5967a93dd30e5763f784b1910319df8
http/cves/2012/CVE-2012-4273.yaml:f3d79b9cd39edbe7899b196c342da46ab0736117
http/cves/2012/CVE-2012-4547.yaml:b810336be9d399a06f4ddff17fd60b544571076d
http/cves/2012/CVE-2012-4768.yaml:994cd1b08400db2f0f1013f89ca2d11a5951bbf8
http/cves/2012/CVE-2012-4878.yaml:c771f19c878d432651f2942f2af63c4bf46841bb
http/cves/2012/CVE-2012-4889.yaml:d18a32666b5e06309a677238a3db6d19c14e68bd
http/cves/2012/CVE-2012-4940.yaml:45312d0b3d8c68b4044eeb155e655063b9a5dc96
http/cves/2012/CVE-2012-4982.yaml:783e243d2d9ace4af2e81c6d8bb4acf5020a5f64
http/cves/2012/CVE-2012-5321.yaml:8f7a3d33c07e3d9806603bcc5417a1e4333afdea
http/cves/2012/CVE-2012-5913.yaml:f65958bf9af5ccbffbc85880a99f3a6709595c62
http/cves/2012/CVE-2012-6499.yaml:c059fdc1733b2c63ea90f5985e95a8f34865029e
http/cves/2013/CVE-2013-1965.yaml:42c59db5c13d726a5d55347d852870ad9da87ae2
http/cves/2013/CVE-2013-2248.yaml:21ea8d8170a3932017cf6e3a4f6778954e124377
http/cves/2013/CVE-2013-2251.yaml:c331a6f08b014ed6afcbcb2160de5dbe70c47ef4
http/cves/2013/CVE-2013-2287.yaml:5984c54074ed5902789af34c22e8e821800f1931
http/cves/2013/CVE-2013-2621.yaml:a795f5715fc05bb95fea4e118bb1b233211270f5
http/cves/2013/CVE-2013-3526.yaml:914669676530b918243a789ea719296dd160b8cc
http/cves/2013/CVE-2013-3827.yaml:e1eb8efa9eb6411429a3db4566db793a1f9c9d91
http/cves/2013/CVE-2013-4117.yaml:041d8964f41840150a2aa32cb02406f3e51f95ed
http/cves/2013/CVE-2013-4625.yaml:b74769bf56c044e593c3748b730613def2ec77ec
http/cves/2013/CVE-2013-5528.yaml:7fa17e93a5e929453f719c7bdda9cebfdf69f9e9
http/cves/2013/CVE-2013-5979.yaml:36023e943cf8fc8fef44229a233bf1462b042036
http/cves/2013/CVE-2013-6281.yaml:c3988c2c050f8dcc59978d8bc650610613537fad
http/cves/2013/CVE-2013-7091.yaml:818cad2534df13c2243c9157006071619ded6781
http/cves/2013/CVE-2013-7240.yaml:12821ec5b78cefe373ccab4eed6ba3c4661bc1ce
http/cves/2013/CVE-2013-7285.yaml:eefa00f1ee45a4f1f9721c29ea897c629d956c00
http/cves/2014/CVE-2014-10037.yaml:c1c0d77678244828ca52283b79743801f328074c
http/cves/2014/CVE-2014-1203.yaml:f29bfa6b0728d09ce895297a52f69140df3fccb7
http/cves/2014/CVE-2014-2321.yaml:c97a20f56411273bd92037ab7397c3579c08a073
http/cves/2014/CVE-2014-2323.yaml:e5a19ee17231ff172dae361a4889c0487693a9aa
http/cves/2014/CVE-2014-2383.yaml:37284308afeefc7ee0705f999dc83b3694a022aa
http/cves/2014/CVE-2014-2908.yaml:cfd2a4d01ba7c367444711e7ffdc871ea121f229
http/cves/2014/CVE-2014-2962.yaml:60b9239e83911af21db27fcb297447c8288c2820
http/cves/2014/CVE-2014-3120.yaml:dbe41861c51af84a4282600cd5d20338f0e90daa
http/cves/2014/CVE-2014-3206.yaml:857b41357350d33da2e738a33d828c5902172a79
http/cves/2014/CVE-2014-3704.yaml:f09fc4cc32fd932710784dfc5e737a2550e8cc2e
http/cves/2014/CVE-2014-3744.yaml:7b02eb4a9d55da8ef985361ff8fb362336882101
http/cves/2014/CVE-2014-4210.yaml:b62ca88383740cddd73251ffb0659f94a22351d2
http/cves/2014/CVE-2014-4513.yaml:ee009ee7fc336a12bb2d2b306ba005961f90c00d
http/cves/2014/CVE-2014-4535.yaml:8d68af025c973f5a304d2fd26d979e4719b4741c
http/cves/2014/CVE-2014-4536.yaml:fff4ca6c291f33497ee91ec6e5599ca022974e9e
http/cves/2014/CVE-2014-4539.yaml:e446390e6e7ea24acd9810a75b2fa3159f916b65
http/cves/2014/CVE-2014-4544.yaml:b8baaeeaf128bd48fac0aff5cc114a13a271da89
http/cves/2014/CVE-2014-4550.yaml:1f6ef677d98616aa1639d3eb125dbfe66ddde3e4
http/cves/2014/CVE-2014-4558.yaml:93aad3f095ccb944624acdd4e171f8a6c124eee1
http/cves/2014/CVE-2014-4561.yaml:365c4ba42ec7e4747ba9c0bfffe7d9d733705d74
http/cves/2014/CVE-2014-4592.yaml:c007d29f87f42d316aa0675b82214ea27a1607b4
http/cves/2014/CVE-2014-4940.yaml:9bd0f3ca9906f19bbdb56a6c81a67afb9c059d9b
http/cves/2014/CVE-2014-4942.yaml:70c0293e0d2db87b0923dfe3f54c57d4ea26d3a4
http/cves/2014/CVE-2014-5111.yaml:11242cc2f976ea74fd44f7a2303d48189e7a1158
http/cves/2014/CVE-2014-5258.yaml:89087c899be7dfacb44f592f7e9afcf0e204be68
http/cves/2014/CVE-2014-5368.yaml:cc4caf43497442f56df17f7837a66db9158cc532
http/cves/2014/CVE-2014-6271.yaml:5929e6f59adab1c421dc1363eb192d4e683cd438
http/cves/2014/CVE-2014-6287.yaml:972ec722ad4aebff44b96ca0f12d380d4e3fb8e4
http/cves/2014/CVE-2014-6308.yaml:d345e5f2b36d68e8a737e62768bf9b496ac5af85
http/cves/2014/CVE-2014-8676.yaml:8e0070d34308781cb21e44d17754deef3d03a223
http/cves/2014/CVE-2014-8682.yaml:f2024e758fc90d5975d85694f26ea1c9dabf700e
http/cves/2014/CVE-2014-8799.yaml:8f760046252d8cb4267a7492d75dcd4e3babc802
http/cves/2014/CVE-2014-9094.yaml:e2665107aaf09b32ec5ed1576cfb61fdaa048bca
http/cves/2014/CVE-2014-9119.yaml:567e1370d911a6bb501e3a9ab529890a05ed28d9
http/cves/2014/CVE-2014-9444.yaml:f665ead66b03334e1f27adc31a86f2c054a6a21e
http/cves/2014/CVE-2014-9606.yaml:0f996c3cd14b4766d28702028c4369ec71dcac9d
http/cves/2014/CVE-2014-9607.yaml:a01206c2327e0c968b534884e7ad52afb8fc7f00
http/cves/2014/CVE-2014-9608.yaml:a027afa0427e23c488b4b8259af7319c0a335ca8
http/cves/2014/CVE-2014-9609.yaml:e26a8cca5a996894c996445678bf307ab3c7a472
http/cves/2014/CVE-2014-9614.yaml:2154d4f90f0bcbea7d47576f7bc73797b0e4921a
http/cves/2014/CVE-2014-9615.yaml:aafa2f766e389aa8acfc203c8fe0941bc1c6074a
http/cves/2014/CVE-2014-9617.yaml:11d6ecb240bf812a0da87f06f6d6916663637e4e
http/cves/2014/CVE-2014-9618.yaml:2aaff17fad000482828a26967e7984576cd330de
http/cves/2015/CVE-2015-0554.yaml:9adb9d04db05d4177ea1076f692cec9e74061ad9
http/cves/2015/CVE-2015-1000005.yaml:154c9b179404d19cf26767fa2be69f4111daeaa1
http/cves/2015/CVE-2015-1000010.yaml:08c6aab9b4a16cccf7d97d84b53ba7b3d635c298
http/cves/2015/CVE-2015-1000012.yaml:6342dc598d459acf7b713a6495210cdf56891614
http/cves/2015/CVE-2015-1427.yaml:7f0d9541ae1fc875f7c80eed9a73676ef35938df
http/cves/2015/CVE-2015-1503.yaml:486e355eff41bddc4aeee45899e970b6130bc413
http/cves/2015/CVE-2015-1579.yaml:a004c81e0b639f7dbc077cd228e49786c9fb184f
http/cves/2015/CVE-2015-1880.yaml:9f2fb195d3762198ac818b3d1fe33c12779bbb8e
http/cves/2015/CVE-2015-2067.yaml:4353ea509e538ec517090cba392a9309e051453e
http/cves/2015/CVE-2015-2068.yaml:018571eb84a732e3de13e1b31dcf92d34c44b4fc
http/cves/2015/CVE-2015-2080.yaml:78df88413a6a25168baaf82a9e1a793ee1dc5051
http/cves/2015/CVE-2015-2166.yaml:fd9221c42a4bbd10de9aecbf6079a1eab2c3dc4b
http/cves/2015/CVE-2015-2196.yaml:41b0ee45486ac11f1a9ba9053f429b54b34d11fe
http/cves/2015/CVE-2015-2755.yaml:95eb75e63cb800f1c4be4775e4ad2375fc05ccab
http/cves/2015/CVE-2015-2807.yaml:84b1c63192f140ad75e35f6385d78d8bc9ce7d95
http/cves/2015/CVE-2015-2863.yaml:6eab1fda1ab3b928089e7c5214e71fb3ae7d494b
http/cves/2015/CVE-2015-2996.yaml:985f21ce199ede67c61232f7d23a67d669e4cbbc
http/cves/2015/CVE-2015-3035.yaml:12eb8d6bfc6bed7b14d8e8902b418128ca5713a5
http/cves/2015/CVE-2015-3224.yaml:8f3e4c6de17559cf452d5e9673de2db1496df3b2
http/cves/2015/CVE-2015-3337.yaml:75a330644881a0ca799c8d08f4f3bedc8600d03b
http/cves/2015/CVE-2015-3648.yaml:1cf25f502b3a27d76fa1eb1101220af26bcfdf2a
http/cves/2015/CVE-2015-3897.yaml:899190f60b84f18d6f58f5786ef07e6cf14cfdb8
http/cves/2015/CVE-2015-4050.yaml:8e814e0d23791ab1d8a4dc2803b9497ba9848d70
http/cves/2015/CVE-2015-4062.yaml:de8a7d9ae1584ec07d519a71eaeb76e8c4238b7c
http/cves/2015/CVE-2015-4063.yaml:23263603f31c1ca71942c5c9300a50552d004ebb
http/cves/2015/CVE-2015-4074.yaml:2604ba725724126f8c0147e42ae8d0288fade148
http/cves/2015/CVE-2015-4127.yaml:bf9938af47d0e5741c4259448fe4e2ef6e136c20
http/cves/2015/CVE-2015-4414.yaml:73f7871f5fbe189ba706a5a68a08495e4ea82336
http/cves/2015/CVE-2015-4632.yaml:e77a7bdf3a052dde2b623c4363ca603395b1f1c3
http/cves/2015/CVE-2015-4666.yaml:0f9e5bf864ba7a683965087e1fd4480d43bbd656
http/cves/2015/CVE-2015-4668.yaml:95bbc7889f039e863c50861edcc2955f336018cc
http/cves/2015/CVE-2015-4694.yaml:080333b5416a0f6cbf334cd9c87f4ef94fe3955c
http/cves/2015/CVE-2015-5354.yaml:386d9701fb12d368e6fbedad7e3900df023994ef
http/cves/2015/CVE-2015-5461.yaml:b334b8d48310cdec73353dc9c3abcec9b7f8f3c5
http/cves/2015/CVE-2015-5469.yaml:8b1d92eb17f1a0d7c7d423215729115329cca9ad
http/cves/2015/CVE-2015-5471.yaml:ab63999daad5928151ae90a008396742b0b3438c
http/cves/2015/CVE-2015-5531.yaml:6b105a48198df39573f639c09c1f75fc2eb072f3
http/cves/2015/CVE-2015-5688.yaml:9042f54a957986b0e3b914ab75a86c4f0be252ef
http/cves/2015/CVE-2015-6477.yaml:1c4f12c96a6826ef23ec95e3a8f1d3ae13afe5ed
http/cves/2015/CVE-2015-6544.yaml:f7f997a036a1168ff71c8ece24677254b0c7f672
http/cves/2015/CVE-2015-6920.yaml:9e18e10162fd80ac322970da7cd943011455ea6d
http/cves/2015/CVE-2015-7245.yaml:f1b73f82195f40136938478c8899609004c839a9
http/cves/2015/CVE-2015-7297.yaml:c4379894b98506ebb680ba2b6be9dac96dd1e0f5
http/cves/2015/CVE-2015-7377.yaml:908963f2bd78b722eb22912ea1b284abbe5c698a
http/cves/2015/CVE-2015-7450.yaml:4d63fa7a734e1e9e9c4459513d8b64bdcd74ea13
http/cves/2015/CVE-2015-7780.yaml:915d2f6ac90a4abefb8f31e659e1e856999e1c0c
http/cves/2015/CVE-2015-7823.yaml:58a51152503a725a06b90848dba0478a77191561
http/cves/2015/CVE-2015-8349.yaml:cc1d145573d9994f6bf030cd2619f1ded18909f0
http/cves/2015/CVE-2015-8399.yaml:7e5c33c0149fb8386a51dae79a027107554c758e
http/cves/2015/CVE-2015-8813.yaml:5af9a2c3e9b400ada634bea2c77a62c2dce47fb2
http/cves/2015/CVE-2015-9312.yaml:ca13b80290aecc6e5a192fb4c5f96218c5e61902
http/cves/2015/CVE-2015-9323.yaml:80b64716501e553a4468758e33e5ce56c6c0b609
http/cves/2015/CVE-2015-9414.yaml:f29b9d0fad8e1aa76f2db49fb65bf3d5e3ce61ab
http/cves/2015/CVE-2015-9480.yaml:8f96383d4fb93f2825ac0a7246d48f4b2b2d6dcc
http/cves/2016/CVE-2016-0957.yaml:c2a9830a48fe9370588ca0a697194dd9ce92f920
http/cves/2016/CVE-2016-1000126.yaml:3cc10b21493a0e1dcd0ddfe1ac194da4d21000ee
http/cves/2016/CVE-2016-1000127.yaml:89d323009405585051998165d705de7397ca2af6
http/cves/2016/CVE-2016-1000128.yaml:a78761cf82d77190b3f5d669ba02d7e43cb9147c
http/cves/2016/CVE-2016-1000129.yaml:c939f75c37eb87060a40eb8d63b68fb7d0551887
http/cves/2016/CVE-2016-1000130.yaml:0f6b7daef4f3aff877aabe78c32dfdae6bba35d8
http/cves/2016/CVE-2016-1000131.yaml:b383f9b3340fbbe0e40c140409e2f8aaa3a806d1
http/cves/2016/CVE-2016-1000132.yaml:6821538bb9fe8e70a46a8ca865b4f6cf7af26c72
http/cves/2016/CVE-2016-1000133.yaml:f4de7892d84fdc13f6e2c46887d8b6e5e8fa4846
http/cves/2016/CVE-2016-1000134.yaml:705b9b84bf6dffa5d05902aaed316c4119dfdb93
http/cves/2016/CVE-2016-1000135.yaml:549c9e25078ccaa2e74aef8aa297029b2df3ce51
http/cves/2016/CVE-2016-1000136.yaml:cb8380166a98dde36aaf10b40701ca305d0e6375
http/cves/2016/CVE-2016-1000137.yaml:cabf255bfbeb9b2d4c32638d7ba4f1b959ef25df
http/cves/2016/CVE-2016-1000138.yaml:67d4a7d3a1726a0904dda85a214860e508f661f1
http/cves/2016/CVE-2016-1000139.yaml:06e5edaa423cbcc8fd2193f6d989442130bfe46c
http/cves/2016/CVE-2016-1000140.yaml:0ebe37cb5486d58b562bf482fb71c662000a591c
http/cves/2016/CVE-2016-1000141.yaml:8484aa61bc1543e89b05e60b86a3957d9888b0ff
http/cves/2016/CVE-2016-1000142.yaml:bbca9deb3d82bca8176130f3f7f538533307688a
http/cves/2016/CVE-2016-1000143.yaml:853ca0bd9f5043ac1e04f3d52aa6fbaf0c4c5814
http/cves/2016/CVE-2016-1000146.yaml:9518562ede83e349bb76f1e969fb2fc8ed88c4b7
http/cves/2016/CVE-2016-1000148.yaml:e2cc0e4b4730752e7175c69d1a5660a28eabd140
http/cves/2016/CVE-2016-1000149.yaml:b3b72ec4c83b1ad9c77c76719d22301efe9f3868
http/cves/2016/CVE-2016-1000152.yaml:d35f48dd00e5c02f9ebc5cb0e3dde3a195a50d55
http/cves/2016/CVE-2016-1000153.yaml:ec1b6c48e6423a472addd1e8a6494b6ae1f8a348
http/cves/2016/CVE-2016-1000154.yaml:618cbda8f258bf4d93819c646d4ec3a1443e986c
http/cves/2016/CVE-2016-1000155.yaml:7dbbbe39e94f1987d654608f27c2997a0e51e8bf
http/cves/2016/CVE-2016-10033.yaml:4c7393c1ee830e3e0787adbad9a79574073641ad
http/cves/2016/CVE-2016-10108.yaml:7e852eb1db5aa609b83534fd7798b18a688ca4a0
http/cves/2016/CVE-2016-10134.yaml:403028353c1f1e28565f4958019d0e5ea78f182a
http/cves/2016/CVE-2016-10367.yaml:6bed0e6dad48938737d9f00705254585f5c1b52a
http/cves/2016/CVE-2016-10368.yaml:8e6eb9610531a63fdf4fcfb7ebcb8ffbdc1837dc
http/cves/2016/CVE-2016-10924.yaml:bbf2b5bdbcb4f528e295ddf323bfc10a70571ee5
http/cves/2016/CVE-2016-10940.yaml:c582aea47699d0c16718a733c0f483bc50d90b3c
http/cves/2016/CVE-2016-10956.yaml:4c223d51a10a1786b553417068c18f6edd3e7f00
http/cves/2016/CVE-2016-10960.yaml:87656c1194ed6e73ee82d28ea0d8432613ded350
http/cves/2016/CVE-2016-10973.yaml:e300512665dc97b183f1b74dde47adc50abb106d
http/cves/2016/CVE-2016-10993.yaml:b0c57fe3b86fba88cad58e43ac608d4a7484d7fb
http/cves/2016/CVE-2016-1555.yaml:69fc60e9fec2664a5cac4537ac8c761c74010039
http/cves/2016/CVE-2016-2389.yaml:13d997ae2cfa41bbe1fee44affeaf59380ab46c6
http/cves/2016/CVE-2016-3081.yaml:7a68f99356e4e943f8bda60cfd64d1c70a190093
http/cves/2016/CVE-2016-3088.yaml:1fafbca3ae3a26721599bb76f1e7ddbfdea11892
http/cves/2016/CVE-2016-3978.yaml:eb4a2d8e504b52e3f3484d648772188a2394191d
http/cves/2016/CVE-2016-4437.yaml:5908a55d0c83ed3cb8582132bf647311e195cf41
http/cves/2016/CVE-2016-4975.yaml:ae5df922ef717377c39531f1187774a4eb53874d
http/cves/2016/CVE-2016-4977.yaml:4594f2c4827606ca4eaa1e757e389fe1721fc858
http/cves/2016/CVE-2016-5649.yaml:da75c8426630b542a490c271d852369e2f58da0a
http/cves/2016/CVE-2016-6195.yaml:bd8507b0332687f1eddebe352ac44f9fc96baf90
http/cves/2016/CVE-2016-6277.yaml:836a6bcd6d3599c4d942be15b9a0ded794666640
http/cves/2016/CVE-2016-6601.yaml:5d2685a6252fcb33ee0a28f959dc874093e801a1
http/cves/2016/CVE-2016-7552.yaml:9ead4f6d58259e1154333c07a868c37bb2bac0c7
http/cves/2016/CVE-2016-7834.yaml:c1a2b0ed23d5e84f06b17519a1463a864e6337f6
http/cves/2016/CVE-2016-7981.yaml:2a319276e3a9efa7a567620cb5b187c36df76b8e
http/cves/2016/CVE-2016-8527.yaml:f4bce94d010b13d050d9192cd5b7025ff9bfff66
http/cves/2017/CVE-2017-0929.yaml:e262ced378b96c061b1885c2043e375b18a93af8
http/cves/2017/CVE-2017-1000028.yaml:a42eedcfd9a553df9efc287dc91b03b49a4c0ade
http/cves/2017/CVE-2017-1000029.yaml:51b6b0229ceed1a54bd7bf64a0a338cf5afafed2
http/cves/2017/CVE-2017-1000163.yaml:4e30cf574bc42eacf97f75d15884309fa1730e71
http/cves/2017/CVE-2017-1000170.yaml:97c202b916c88955eb61955e7dc0f5678b4665d0
http/cves/2017/CVE-2017-1000486.yaml:d71dfcd9db8a343c5193125c15e3874a342a9d54
http/cves/2017/CVE-2017-10075.yaml:3af357bed7fa43c3e3a3b445cab7850d3b253a35
http/cves/2017/CVE-2017-10271.yaml:a0ee6d68ccfa414d1a75212db0be4f509827dc93
http/cves/2017/CVE-2017-10974.yaml:d64a4ecacacdd7573dc3b699a1973d0dd11c5c24
http/cves/2017/CVE-2017-11165.yaml:f2b679f7ee7b20091532b93d84aa9b870560af97
http/cves/2017/CVE-2017-11444.yaml:0d8a3ed8ea3facf7cadb0161de52e2aa175f979f
http/cves/2017/CVE-2017-11512.yaml:0ff59f12093f3381108632a65a2f188f552f971c
http/cves/2017/CVE-2017-11586.yaml:963cca2b3fa6503d74428a2dcc67279a5d89fda6
http/cves/2017/CVE-2017-11610.yaml:136878afb05b26f5d1abe08326b2f55b3df36be5
http/cves/2017/CVE-2017-11629.yaml:465b1bc66f2aad083acf048e4075fa32967c4637