forked from projectdiscovery/nuclei-templates
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtemplates-checksum.txt
7249 lines (7249 loc) · 581 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:a255b183d8ee189e6f919c3e3fff343dcdcce38f
cves.json-checksum.txt:f361a47242f5b3696d068c53446bc7420179fe11
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:cffca9b2145cbe8b44269c74219f807eace99c3e
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:a81ab9d3802932cf95bd34d57f3554c73559eeae
helpers/wordpress/plugins/cloudflare.txt:95b4f085ec6b3a33a23781c7cfda78c317e5dca1
helpers/wordpress/plugins/cmb2.txt:12291cb9150686dd1175c2a1662b9d1acd8b9b62
helpers/wordpress/plugins/coblocks.txt:67de27fd6cf8d4bc1ad0b22499ec7f87a1acf6c4
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:bd82642fcdbb4b8deecdafa23ae0de55f979eb2e
helpers/wordpress/plugins/ewww-image-optimizer.txt:f0e80e9d8b6e35e4d07b971ea614c40d8ec4efa3
helpers/wordpress/plugins/facebook-for-woocommerce.txt:98f2be81dca85d834586d9f281c4849476edffb2
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:9e4d99fe9543741fae861b8214e954feb69c7c36
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:89941265e418c7729912b574c9b29eff77c5b172
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:b987da06f27582a0a441e2568c45f3e3f9f47618
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: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:2d8d7a2994b4a941f25864496a40e7be21769689
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:4b37c29fba8babd654bfb5f26219010dd1bf03f8
helpers/wordpress/plugins/limit-login-attempts.txt:08d2e98e6754af941484848930ccbaddfefe13d6
helpers/wordpress/plugins/litespeed-cache.txt:a2246273db175b4d951c8ae09a9b87d55b422463
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:d962fd9a839a218de0c95dddb4f7e937cdd40d38
helpers/wordpress/plugins/mailpoet.txt:e779613ff1acc7ee99576cbf9159c456876a34b2
helpers/wordpress/plugins/maintenance.txt:676c72a3610df638213dbd14937d1a1d3541b924
helpers/wordpress/plugins/mainwp-child.txt:4fd5e5d395c7cb4645820b58e23fdf6fe34349ab
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:595d550379b2cb8bccb9659627308ff4e751d23f
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/pinterest-for-woocommerce.txt:01bb70d2c31d6761b11228cfd235f5be71cefeef
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:b638f84cceb02801b7ef7b94df984fd22b23f59e
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:a43557d2fb8277db824695f3e651c31ef604fac4
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:4f019608acb19092704e77b812587f75a4baed71
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:cffca9b2145cbe8b44269c74219f807eace99c3e
helpers/wordpress/plugins/themeisle-companion.txt:488784591515bd4cdaa016be4ec9b172dc4e7caf
helpers/wordpress/plugins/tinymce-advanced.txt:93ab266c89e9dcb536484607a605b05e657be940
helpers/wordpress/plugins/translatepress-multilingual.txt:09d7c94b6b07df41fc11fe17f108ad704d3a058e
helpers/wordpress/plugins/ultimate-addons-for-gutenberg.txt:542fcad9f152498b9736a0d61c8dcaf40bf66055
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: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:f96eaecad7005b860741ecc59d4835f7428015fd
helpers/wordpress/plugins/woocommerce-paypal-payments.txt:53847c48faeb5e255ebcdd1a4762a53f7163d7f0
helpers/wordpress/plugins/woocommerce-pdf-invoices-packing-slips.txt:634ac7a7e33e6dc123884fef23157c442970fb87
helpers/wordpress/plugins/woocommerce-services.txt:17b06b2486a051055e43ae1127e87196d505e2f3
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:813eb0113a2a5b9f5219e1d0563a0b2af5fed4d6
helpers/wordpress/plugins/worker.txt:488784591515bd4cdaa016be4ec9b172dc4e7caf
helpers/wordpress/plugins/wp-fastest-cache.txt:ff3f1d7d10cbdc5507eb5d03d8f7d10b89642646
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:634805449eba3016dcc66622332c168ff4aff632
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/cve/2023/CVE-2023-38433.yaml:056c61cbe4efba6f865ba3410d5b0e9d43f88d0e
http/cves/2000/CVE-2000-0114.yaml:fcd8e8015db69aaba7323d20ef4834bd34fd4346
http/cves/2001/CVE-2001-0537.yaml:f828a1bb3fb196d8fbc7c6cb30d44af702685156
http/cves/2002/CVE-2002-1131.yaml:12ad891bdc82a3f86d726abb8f60634c7ee66a98
http/cves/2004/CVE-2004-0519.yaml:754df65149823fb1a00965ecdcf6c035ac055477
http/cves/2004/CVE-2004-1965.yaml:c6bbff33a77656d5915c74864c19b9b96469e3ec
http/cves/2005/CVE-2005-2428.yaml:81a6b7269c5778501b4a88d1aa881549b1566473
http/cves/2005/CVE-2005-3344.yaml:ee476d5b4867277546b61c3b763ebc86d1805523
http/cves/2005/CVE-2005-3634.yaml:18c119dd04b56fc55e2b557d2240907ce39827ab
http/cves/2005/CVE-2005-4385.yaml:7a55fa9ff9ffa9ce97b5057368084522caa082c5
http/cves/2006/CVE-2006-1681.yaml:dc2b44c10fb6a72ba9e28a8e4ba4b2070bcf9a51
http/cves/2006/CVE-2006-2842.yaml:5cd21082cfa348796da46f0dc5b4a2c5060f6c79
http/cves/2007/CVE-2007-0885.yaml:5d705b5a08f20145996434a34b7ea597f7113cad
http/cves/2007/CVE-2007-4504.yaml:448f34c541739a3de0780799e03b7a98fea9136a
http/cves/2007/CVE-2007-4556.yaml:bcf33151d33a00b651c008a165c61ff243565d24
http/cves/2007/CVE-2007-5728.yaml:6ac5d779dd7fef31e358315098a15a800cf5c078
http/cves/2008/CVE-2008-1059.yaml:be30b0cd1d52b19408f6bbb0e15515db87ff7f53
http/cves/2008/CVE-2008-1061.yaml:a90a799bdd46f6a6be0b599cf5d36bce674d5105
http/cves/2008/CVE-2008-1547.yaml:c887729ae5d5c691febdbecad3ea9051e17286a8
http/cves/2008/CVE-2008-2398.yaml:0576017be9ee137d1615f216610a38ffa57b0df0
http/cves/2008/CVE-2008-2650.yaml:b1b3d7bfa81d97eab89a618280ebf0443a5c1c5b
http/cves/2008/CVE-2008-4668.yaml:ba68f89f73a9c876e2c57f115b2dd9c44af46ebe
http/cves/2008/CVE-2008-4764.yaml:6614e223a1a0b71d911bea9db40b8a1f92f814e7
http/cves/2008/CVE-2008-5587.yaml:9b9d714dced81e22edd9a4ccd6a858a27e26897b
http/cves/2008/CVE-2008-6080.yaml:8953e0111902369396fd7a86175174008fbed7ae
http/cves/2008/CVE-2008-6172.yaml:ff0ebde9d75c67cc9c93a51c853afa75d3695f6d
http/cves/2008/CVE-2008-6222.yaml:af5a95deeaf6bb64b31960cd005ab29831525086
http/cves/2008/CVE-2008-6465.yaml:0336c45f66e745ea6303a153fc4b3162df67813d
http/cves/2008/CVE-2008-6668.yaml:8b5902d6abab5f35ed80d652c1cc6da8a25740e3
http/cves/2008/CVE-2008-6982.yaml:2f43aa36b07f946ab0ec7da49112bfe18e0e5b46
http/cves/2008/CVE-2008-7269.yaml:a5d67894f862bd1f87c7b145b5c29754b516362a
http/cves/2009/CVE-2009-0347.yaml:87825ec46dede61cf9fbbd08ddcfe19c2dc72a11
http/cves/2009/CVE-2009-0545.yaml:1510f6d1c547caaa806eafcbe14076cbb17f9060
http/cves/2009/CVE-2009-0932.yaml:11b0e7c770be8736dae9b24b1416f4516dc4ba26
http/cves/2009/CVE-2009-1151.yaml:eac16836a03c2598f5fcd7d66b434fbdc1dbe1ea
http/cves/2009/CVE-2009-1496.yaml:7f9acebfddce10f1be6cf4733a4e5778a538956c
http/cves/2009/CVE-2009-1558.yaml:d2369f0bb1e32de1c91605406524a4b2677d4a46
http/cves/2009/CVE-2009-1872.yaml:7de9c2238e6092aef425fc76e17a8c621d1ca703
http/cves/2009/CVE-2009-2015.yaml:16218496eb4da369c28a9294b6fb007a10269aaa
http/cves/2009/CVE-2009-2100.yaml:16523fdef3f0ef3643be8d33dcad9ebf052a36aa
http/cves/2009/CVE-2009-3053.yaml:e29b5bdfe0a0625a7584867f6bb78ccf47bb5a53
http/cves/2009/CVE-2009-3318.yaml:8fa9b325d46dbdbb77cdb5a123e7c12e98db81d1
http/cves/2009/CVE-2009-4202.yaml:161dd5d71e343f0b97d72f150d22c1c787f746b7
http/cves/2009/CVE-2009-4223.yaml:6eadfae7bb56559ce4f8b419ccc5b91b16ca91ea
http/cves/2009/CVE-2009-4679.yaml:ef2f0e6629f00c88c369fb88c596c5bdb725b5f9
http/cves/2009/CVE-2009-5020.yaml:3282c8c32d7b83402cc3e0ea2913856e104e2390
http/cves/2009/CVE-2009-5114.yaml:2480b1b870782db3cc92e899dc3c0ee487beb960
http/cves/2010/CVE-2010-0157.yaml:395276e3cb043b9e0875e84ea69e5055c847eb41
http/cves/2010/CVE-2010-0219.yaml:c897c3583d77c7649e4e61aa267c2046e2cee1ec
http/cves/2010/CVE-2010-0467.yaml:122545a02e8ea3ef0dfb07597df72a13c8569f7e
http/cves/2010/CVE-2010-0696.yaml:ddfbcda84cecd925a5170fee0a333f730c221d79
http/cves/2010/CVE-2010-0759.yaml:c90d869842c21c4c0aed147b88716531934775e9
http/cves/2010/CVE-2010-0942.yaml:7b84f808c59626c7a233c25946e289077dc7bbe9
http/cves/2010/CVE-2010-0943.yaml:30a38c2f08b063aba309df6003a67d92221cee7e
http/cves/2010/CVE-2010-0944.yaml:58a6922d4f8477c0f198c7c572e8da94e2a84729
http/cves/2010/CVE-2010-0972.yaml:274d55fa676f2fea5fd65ef08290f780e6e1e78e
http/cves/2010/CVE-2010-0982.yaml:04e103d507e7bcb04508b2960fd6f46282cc5a68
http/cves/2010/CVE-2010-0985.yaml:78a23057dcd3e6ec9855d1c65a3aa5a844d7ee90
http/cves/2010/CVE-2010-1056.yaml:7fd6a59de39f098b978069b8fc16285785021f0c
http/cves/2010/CVE-2010-1081.yaml:476ad6f966028dc447a011cd37da4461b6fd61de
http/cves/2010/CVE-2010-1217.yaml:5a32c96dd9e65b3bf523fbe6d2eda19a058b2e58
http/cves/2010/CVE-2010-1219.yaml:77c0fe131905317bf0bc9e6a7b456ce9ac700e8d
http/cves/2010/CVE-2010-1302.yaml:ae9b81301428b564d4ca202063a0be8fbce1517c
http/cves/2010/CVE-2010-1304.yaml:c4f9f902b278e456a4d38b23f6fc1ddb55a04ca5
http/cves/2010/CVE-2010-1305.yaml:824f8975931f674c1fa7bc895b6f4dca0acb9afe
http/cves/2010/CVE-2010-1306.yaml:3db2bf054eaaf025599e17b5b240824941198be6
http/cves/2010/CVE-2010-1307.yaml:3aa093dd68bc97439134acc05824b7e50f3db102
http/cves/2010/CVE-2010-1308.yaml:32e8d7416d537d301ce8c8fef3724e57a1ec21a5
http/cves/2010/CVE-2010-1312.yaml:d9b3aaa664fba3d809d1b703498d32a6c6368a78
http/cves/2010/CVE-2010-1313.yaml:8688b00fd8a2ba46f703369db6659c7059ed2b98
http/cves/2010/CVE-2010-1314.yaml:cd00a726f9096e5d4dd094cf84c37e6104fa072f
http/cves/2010/CVE-2010-1315.yaml:014262c0a3f953ddfaa27e46f60ee4805f22ec44
http/cves/2010/CVE-2010-1340.yaml:5c79a3de8df3c6d37fa83f0859d2185c1738937c
http/cves/2010/CVE-2010-1345.yaml:ca77ae26c338fb5da53b5b6c52fbb0d0ae505db1
http/cves/2010/CVE-2010-1352.yaml:d977213071cd97df28f211df7a5d898c7d424abc
http/cves/2010/CVE-2010-1353.yaml:8477fd57011572f58c855667290b3da5539b1528
http/cves/2010/CVE-2010-1354.yaml:922c368cace625c0d8756e10a5f05f40112b3bc3
http/cves/2010/CVE-2010-1429.yaml:220282a45049e8103bbe294408cd2dafad4b8d55
http/cves/2010/CVE-2010-1461.yaml:b02d8f387518cdcde0404d6049b089053ba4e822
http/cves/2010/CVE-2010-1469.yaml:1d58a97e4e17147f22ccbad68df51c8629f1eb90
http/cves/2010/CVE-2010-1470.yaml:6a83a940ae16c39c0cb757a2dcac6dbf84f20945
http/cves/2010/CVE-2010-1471.yaml:49d539ac0839fa80204270d2f36dc48b778402ef
http/cves/2010/CVE-2010-1472.yaml:8980f43f45cd3c9585e49344aa9296a34586afcc
http/cves/2010/CVE-2010-1473.yaml:137a6f558a2dc3870b8085bf8017455a567c72a1
http/cves/2010/CVE-2010-1474.yaml:8503a0a15f642ba67010074b40c5cfff5d43c44d
http/cves/2010/CVE-2010-1475.yaml:1d4382d68955361d65c2c4bace192d147dd644f3
http/cves/2010/CVE-2010-1476.yaml:9e9fbc87f0bf96e13a49fd55ae9f783a53f48bb0
http/cves/2010/CVE-2010-1478.yaml:bee6adc3561506e228af3fa521697a45eddd0dff
http/cves/2010/CVE-2010-1491.yaml:52e8c1a631cce83c258d0527d6dd21491f4d3ad3
http/cves/2010/CVE-2010-1494.yaml:9956656f0502d09d4b903688f598efde6057b08f
http/cves/2010/CVE-2010-1495.yaml:15f6ea613248a1243bf6b5e1003627419f52ef49
http/cves/2010/CVE-2010-1531.yaml:94476f2fc7fcc6d645191e87623d094cd7fc24c5
http/cves/2010/CVE-2010-1532.yaml:3176d00bc3df83261fd39c93db67e1421b61747f
http/cves/2010/CVE-2010-1533.yaml:a9759bfdb959b43322bde710785644e68edbd920
http/cves/2010/CVE-2010-1534.yaml:1ef1c244b94bad06672f95e518aa4604ca2e4295
http/cves/2010/CVE-2010-1535.yaml:9a49365f154098f52c630662b5688b3bbf0a47e7
http/cves/2010/CVE-2010-1540.yaml:c3b3a0f944f0c585f62e7ba92ba5f0cab5425e76
http/cves/2010/CVE-2010-1586.yaml:13a63404d665bb84e120be31d5420737ae16fbc7
http/cves/2010/CVE-2010-1601.yaml:605458b2a25fa484d1a6e7bdb5279823177483e9
http/cves/2010/CVE-2010-1602.yaml:7998c5a4122dd3a17924879ee234efc1a6c049ea
http/cves/2010/CVE-2010-1603.yaml:e568ce207de8b7a004c46ea341a8fbffc92c3c76
http/cves/2010/CVE-2010-1607.yaml:84f8fca4e992e0c30b7ac852d021a723c38008fe
http/cves/2010/CVE-2010-1653.yaml:a99702c66a324dc473f0feb42b7e53c11b5305e4
http/cves/2010/CVE-2010-1657.yaml:46c8c356d8c0d100bc02a58a25c5597cc1dc352d
http/cves/2010/CVE-2010-1658.yaml:673e2495a10b80c7d9486e2b9e200a04ae1c5090
http/cves/2010/CVE-2010-1659.yaml:394693ddd68181a2256c65090206afc3fb8a98b4
http/cves/2010/CVE-2010-1714.yaml:1b00b30acd53699db831af771071554742a0d59d
http/cves/2010/CVE-2010-1715.yaml:34bc970686a47331c444afe0f6810911994616a9
http/cves/2010/CVE-2010-1717.yaml:709500b5620c837b593269158720eb1ec56eee28
http/cves/2010/CVE-2010-1718.yaml:d3552deab4a54a4e8be84b7a1c9a361c6b9f63de
http/cves/2010/CVE-2010-1719.yaml:481539b1ff506829b868515db77269a28fd5c02d
http/cves/2010/CVE-2010-1722.yaml:1b54c11a5705fe701c563fde9137025015b86205
http/cves/2010/CVE-2010-1723.yaml:5265f4d18cd05481aec0a25bdb5d6936fee86a41
http/cves/2010/CVE-2010-1858.yaml:d7e10aebb01a4417b34c2e79e30953c259d001c9
http/cves/2010/CVE-2010-1870.yaml:14e79e1569c497aac97b58a2a10d704db5c51786
http/cves/2010/CVE-2010-1875.yaml:0d9165bc6db1bee339582f0d990414a104f92d5d
http/cves/2010/CVE-2010-1878.yaml:ac931cd0d43f203651c4e27b9f08cb8eb1aabe83
http/cves/2010/CVE-2010-1952.yaml:fa1dbe86e6892dd05421889c67b275bdffab2567
http/cves/2010/CVE-2010-1953.yaml:6f636d06119fcc887026a1d79819b59e8d044160
http/cves/2010/CVE-2010-1954.yaml:899cc456a5e6bcb267198d67ee05ae5ced33bb06
http/cves/2010/CVE-2010-1955.yaml:fef9934d4de1ff2c2fcc77726f0428c9867dbb3e
http/cves/2010/CVE-2010-1956.yaml:c203b9a329440f9b76d488edcea9b644807bae4f
http/cves/2010/CVE-2010-1957.yaml:9df1bee0dbbbd3420b7a879da97259ea41c9ec63
http/cves/2010/CVE-2010-1977.yaml:aa78b3c48712a7863bfe941ed638f425cc1262f7
http/cves/2010/CVE-2010-1979.yaml:cae77345b63af755d1dc8752a72a836c510e5e6a
http/cves/2010/CVE-2010-1980.yaml:a8f798d7fcf1c61f99c9bbd19ad846a0f0d4015a
http/cves/2010/CVE-2010-1981.yaml:b413f01840bd3cb7028387ec63a2963caa5fb299
http/cves/2010/CVE-2010-1982.yaml:1ce7b86190fec13a81a06721b8529af49a887fe7
http/cves/2010/CVE-2010-1983.yaml:90cf867c00d926d105910fb8b1b8154f7b9ec787
http/cves/2010/CVE-2010-2033.yaml:269cce4212a32f096b37f660726f76f1f985c8c2
http/cves/2010/CVE-2010-2034.yaml:e17abca62211ea724ec42e92dce9f5fd084bf284
http/cves/2010/CVE-2010-2035.yaml:c50f3a36d1f194f4652d58adce3061464e72c939
http/cves/2010/CVE-2010-2036.yaml:d45bce5a55ffd0501cd13a65ec828aaef8605b96
http/cves/2010/CVE-2010-2037.yaml:1a7f83fa1e946622e3bf8ec17acc75c53050b4ae
http/cves/2010/CVE-2010-2045.yaml:5be8e622ef32aebf73d60fcda8380f30e195c0ed
http/cves/2010/CVE-2010-2050.yaml:9da00e874195a830e55ae36aa1261166b73d71da
http/cves/2010/CVE-2010-2122.yaml:197efa9d9d8c1405dfd5c17b03621b1b14d1331b
http/cves/2010/CVE-2010-2128.yaml:b44e6fa07ac3499bfb1c1e0375860fb5841839a3
http/cves/2010/CVE-2010-2259.yaml:b490d1239e3503f97829ceb9e4e0d7f85ca5dd14
http/cves/2010/CVE-2010-2307.yaml:838d14a755408f8a5874b99cd433f2351cac8f97
http/cves/2010/CVE-2010-2507.yaml:f2efa9ff948eff536d5e4f38d20981effcf99c75
http/cves/2010/CVE-2010-2680.yaml:33254abfbded939b31380b0e03979610b2a1b5f8
http/cves/2010/CVE-2010-2682.yaml:fefc559be445814e72a0a2fbf688c4bba8b2dc10
http/cves/2010/CVE-2010-2857.yaml:3f7e3dae32fc9e1cea7e06db2ade17c64c07d61a
http/cves/2010/CVE-2010-2861.yaml:4444dd5b4451ce8858b3cc9096c2b96c0d1c99b3
http/cves/2010/CVE-2010-2918.yaml:4c29b1b146cd15863b92d5f31ceb7d9b6c0eb0a8
http/cves/2010/CVE-2010-2920.yaml:e18f1b209a370f72c0004abcda664be95ba4c0a4
http/cves/2010/CVE-2010-3203.yaml:f99bc34d492999d3cfef1f06bdbf7f488c9abc38
http/cves/2010/CVE-2010-3426.yaml:e388368ef9ea81d2a61f84584f0553bf9ee11b7d
http/cves/2010/CVE-2010-4231.yaml:db4e971d2be38f98e081dbe31fc832ba1cfce39c
http/cves/2010/CVE-2010-4239.yaml:ef007722afc5cbb271d7ca47a1549ca7f7cf8fe9
http/cves/2010/CVE-2010-4282.yaml:db73f053b2399c408f8717a89c287166827b8521
http/cves/2010/CVE-2010-4617.yaml:7eeb28bbd6588f7389bbaae49d1ad856ac6a376b
http/cves/2010/CVE-2010-4719.yaml:6cc07656b912edacf8203183172e36d40e5ea995
http/cves/2010/CVE-2010-4769.yaml:b437ed40b16456429bdfadbbd6e9a87ca9c74c76
http/cves/2010/CVE-2010-4977.yaml:6af4d0061cf555962007125b9db0fde0d21f5c37
http/cves/2010/CVE-2010-5028.yaml:1c50c807b01b5ef6ea499066249aca3df89eada8
http/cves/2010/CVE-2010-5278.yaml:d08bafe1003b852b203b0518a97954089d81d70a
http/cves/2010/CVE-2010-5286.yaml:5db310295962d8db88454367caed14c29455d7eb
http/cves/2011/CVE-2011-0049.yaml:d02e901c8f2d60edb9f47eb79a7869f30480b705
http/cves/2011/CVE-2011-1669.yaml:8ed025a5e765afc4436417fbc90d8b008fee7c45
http/cves/2011/CVE-2011-2744.yaml:ed1f1d4404964e37f62d8254b9401bab41c35b8a
http/cves/2011/CVE-2011-2780.yaml:86135ed458520bf802784c9cb926c4fd94735a1a
http/cves/2011/CVE-2011-3315.yaml:0ad4b69ba4cf3995cd9f8ef79c8c403f225dfc9c
http/cves/2011/CVE-2011-4336.yaml:cc465bab1b8887019ce51c94a38dcc59fe2563ad
http/cves/2011/CVE-2011-4618.yaml:05b2b2a56ba81f18efd1f480fe932f6023311612
http/cves/2011/CVE-2011-4624.yaml:5abc56d51c278d9e26d21e5ca7ad5385b704f4ce
http/cves/2011/CVE-2011-4804.yaml:6e3322eba987e80072ee73c2bd7598696b1b98dd
http/cves/2011/CVE-2011-4926.yaml:915f75cad4a92dd854753798548b0b76d2501b51
http/cves/2011/CVE-2011-5106.yaml:9d3e72a8c863eb8355659d01853edf5f5b581456
http/cves/2011/CVE-2011-5107.yaml:3cfd8f6b8576834fa38ce5c65f75a92dca5d4d4c
http/cves/2011/CVE-2011-5179.yaml:4cf54bede22fbcd1d8ac79fa3abdeb225534b1bc
http/cves/2011/CVE-2011-5181.yaml:91f3fcb9362afecb0caca107cbf1ac2e6e6736fc
http/cves/2011/CVE-2011-5252.yaml:778c9c8a1f3b2802ddec5d834df59efd8a2df601
http/cves/2011/CVE-2011-5265.yaml:a38be5371cc6634b1dcd82757149ce425e91d308
http/cves/2012/CVE-2012-0392.yaml:40ff7c2eafc9d6490e89abda67b693e651fab6d4
http/cves/2012/CVE-2012-0394.yaml:00e1bb95c00439704582c3867bf60d5a763a407f
http/cves/2012/CVE-2012-0896.yaml:54bf1bf5bdf74e17da383a7f6fb8d3cb65f093c5
http/cves/2012/CVE-2012-0901.yaml:c581379703d144a3227c6f722835ab8e48fe172b
http/cves/2012/CVE-2012-0981.yaml:a522374127c43ab1de8cf6d8564e717033ef7c89
http/cves/2012/CVE-2012-0991.yaml:1002cbbd6fdf8eacaf82ee219bbf45f9cf7dda1e
http/cves/2012/CVE-2012-0996.yaml:48baaee952f8aa6be0cfe419f5d89e15a98c916f
http/cves/2012/CVE-2012-1226.yaml:d77cd3977c9766e6fa11e0851ec521029d8d4c0c
http/cves/2012/CVE-2012-1823.yaml:8a9cfee0eaca4eae36f3c57810f99f48fc1e5493
http/cves/2012/CVE-2012-1835.yaml:e43241cb5940ca1a2b695ed4808a778ea9c58440
http/cves/2012/CVE-2012-2371.yaml:c14cb4be1e4795dddde17db6fa671bb1ab5132bd
http/cves/2012/CVE-2012-3153.yaml:9416c72d3dddb990c80df9d2477f13d6ed390eb8
http/cves/2012/CVE-2012-4032.yaml:66101d5e8879ec06ec1605acba9e0c409b9ef1a8
http/cves/2012/CVE-2012-4242.yaml:57865742e4412aa5fb3ce06d8c768415e2ab2acd
http/cves/2012/CVE-2012-4253.yaml:65291c67421086a3438fc55df8909ceb8e19b662
http/cves/2012/CVE-2012-4273.yaml:30fddd3d0fe3c7cd555800972f133f64e8d6ef48
http/cves/2012/CVE-2012-4547.yaml:da453f6f0b56aba41a1024ceb2cd0828469e93b6
http/cves/2012/CVE-2012-4768.yaml:bf8b2d19e12bf41a62d6082b2a49cca26e2211b3
http/cves/2012/CVE-2012-4878.yaml:76e1e8786658eb85b90e63d802e4f33d53c12850
http/cves/2012/CVE-2012-4889.yaml:ced5e9593787611449850886dbdf7d8a2acf0ac9
http/cves/2012/CVE-2012-4940.yaml:2a0afcc9871919c18e36e06973dcaf9951ced9be
http/cves/2012/CVE-2012-4982.yaml:976f37c7f2b4b91efee896e2bd6ec90d1ddabc3a
http/cves/2012/CVE-2012-5321.yaml:7aa9e959bb1522c26edcab1a6a3365636748ffa1
http/cves/2012/CVE-2012-5913.yaml:af44ce6eba30ba3d254eac3ab315b882b5af801b
http/cves/2012/CVE-2012-6499.yaml:d99ac8c67d92e9f6d81fa86a606fcf933493f23c
http/cves/2013/CVE-2013-1965.yaml:c3cf9a3ae694b9af16955665cbef1299a2392b79
http/cves/2013/CVE-2013-2248.yaml:60109fc1a86db2f1035a262aa7636a8cb6b4a929
http/cves/2013/CVE-2013-2251.yaml:08568f8d2586b4b1e99930ffee5f3a7a409e3c0e
http/cves/2013/CVE-2013-2287.yaml:614b60e6a3b6080fae2c1525edb468484c5976e9
http/cves/2013/CVE-2013-2621.yaml:97021411eb926b693860d548780566021f454e41
http/cves/2013/CVE-2013-3526.yaml:81354b6f41e2d2ac6e0d982d6a6416fa3c9bcbaa
http/cves/2013/CVE-2013-3827.yaml:037ae365c7b33c1409fa2cfe57da0a8833bfe46a
http/cves/2013/CVE-2013-4117.yaml:87d37ef70904a07f92299d76164128c30cf4a035
http/cves/2013/CVE-2013-4625.yaml:16b2d9be044ee1ba9e0695492b0ce3d6a7ae36f9
http/cves/2013/CVE-2013-5528.yaml:5c478afe624ebc42382762b54e2712309c63bb87
http/cves/2013/CVE-2013-5979.yaml:6bc931bf478f9809a677aa43be24f3a88e328c7e
http/cves/2013/CVE-2013-6281.yaml:ac2a396458dae279ee5699cb663f57ba753c66e9
http/cves/2013/CVE-2013-7091.yaml:2adf85dbd9056272abedb535705f0212cf7d4264
http/cves/2013/CVE-2013-7240.yaml:db80fbc4b5cf997ee701ef78865dfb5cbb382d81
http/cves/2013/CVE-2013-7285.yaml:c7068d71749691932ca8516da9f8dc1c62ad343f
http/cves/2014/CVE-2014-10037.yaml:cd973f4837b2517e4df841470a7d40156e5f6710
http/cves/2014/CVE-2014-1203.yaml:b49ae185ad4a15b92cecea925be7ccd80ad4c630
http/cves/2014/CVE-2014-2321.yaml:f8dec04b7bcb172d9ef5ee17058aaea87a0706ec
http/cves/2014/CVE-2014-2323.yaml:f023d2527ffd20aafa31e5e59f57e1038986ad5f
http/cves/2014/CVE-2014-2383.yaml:d93c2650e04677cec08d4cfb24958f85c3679258
http/cves/2014/CVE-2014-2908.yaml:a06812dc32233b99d7338f8d34cb7749dc42996b
http/cves/2014/CVE-2014-2962.yaml:3586a1e9fa3c5937974c2e5aec6b53b74d61dcd4
http/cves/2014/CVE-2014-3120.yaml:b96d5eb863743321743fd4e2da75f122b98aa242
http/cves/2014/CVE-2014-3206.yaml:c08c6c72ac14f7684a45d4c56cb8ab487fedcf83
http/cves/2014/CVE-2014-3704.yaml:f59c218b1c2df283d055b4d2047343a9952da12f
http/cves/2014/CVE-2014-3744.yaml:856b7464857a93136dca3549d1e46cedb798a6ec
http/cves/2014/CVE-2014-4210.yaml:83e767c6b0694b23e61cace2f8faed980cddb5b6
http/cves/2014/CVE-2014-4513.yaml:f428a7f16fa553a499a0017f12c378348fc9d259
http/cves/2014/CVE-2014-4535.yaml:5d64f1681ccfd163fb6fe3c6d3383887d256c315
http/cves/2014/CVE-2014-4536.yaml:c70a3aee16b462bd6ad0d032b3d937df144d19f7
http/cves/2014/CVE-2014-4539.yaml:4c0db612892790ef259d159d4e728a4ff2f4e4c6
http/cves/2014/CVE-2014-4544.yaml:77b0f6f83cf101f9ab8ace43d5c8180dba8c4e0c
http/cves/2014/CVE-2014-4550.yaml:a2987929f298a711f76750babc16185af78c3f8e
http/cves/2014/CVE-2014-4558.yaml:a655a13002d8fee9097f0adb64e440845ab22c01
http/cves/2014/CVE-2014-4561.yaml:254973d328748cf6a65bead95dbc7bc4387140d1
http/cves/2014/CVE-2014-4592.yaml:dee72ac2190800a233e7aa515d62ac602568d18e
http/cves/2014/CVE-2014-4940.yaml:d0be1746fb12427bf8e376d1fb457ea3dc41eb50
http/cves/2014/CVE-2014-4942.yaml:0a5942b9a6e329a33aa8396d8e064772df2adb36
http/cves/2014/CVE-2014-5111.yaml:e717047373ab95d87c6622476d057593af80d230
http/cves/2014/CVE-2014-5258.yaml:a74b909ab5ad9f2902827317382c7ce133117678
http/cves/2014/CVE-2014-5368.yaml:68f817e7a2514c1218223eaa4f02f77bcb8f6bb1
http/cves/2014/CVE-2014-6271.yaml:ac80820cf3da3dfb0620ebaee06b18087978a89a
http/cves/2014/CVE-2014-6287.yaml:e7b94bb6c012b8a7b5d4fad70250cafa6086aab6
http/cves/2014/CVE-2014-6308.yaml:32349eb9a384c2f031536efa916a57c77f726d28
http/cves/2014/CVE-2014-8676.yaml:41e46a15cea0bc0fbcda2f18026335e8c53aab49
http/cves/2014/CVE-2014-8682.yaml:745f5b63e9c1a3470f7cb97e8e9b45a9e0518db0
http/cves/2014/CVE-2014-8799.yaml:f16bad76936bece209b064156bc8b65fa7c0d66a
http/cves/2014/CVE-2014-9094.yaml:1ed28a4587a3964f7d422308f8c99e236d278328
http/cves/2014/CVE-2014-9119.yaml:9060a8d07fc17802318794d49c4fd824be3972df
http/cves/2014/CVE-2014-9444.yaml:ba2b35bb4a3b46f3146b159476b05bff3aab43c5
http/cves/2014/CVE-2014-9606.yaml:5b24ed122c0ca840d115f2d5f91ea47c66b35e5d
http/cves/2014/CVE-2014-9607.yaml:6d9770a3d08c905fd8ae42b2b6b99e164d34e5df
http/cves/2014/CVE-2014-9608.yaml:0a9cb54e8f37d23cd4a706c79819aab8c31d3f9e
http/cves/2014/CVE-2014-9609.yaml:82e854be18284fbcbfd7cf17fa0d4c285c94ddec
http/cves/2014/CVE-2014-9614.yaml:09cb49114f16e6af3cfe682503149cf56fec52ec
http/cves/2014/CVE-2014-9615.yaml:c17679c73c789359ebf6bed2f235cc1f1adaee38
http/cves/2014/CVE-2014-9617.yaml:ab33c3652f04d9b2bf8dee70f99451b2e3162857
http/cves/2014/CVE-2014-9618.yaml:8f2390c6a851766f7d09051e73b1340881aeffe0
http/cves/2015/CVE-2015-0554.yaml:95e4d128577398800b719c18917d0965542cb3ec
http/cves/2015/CVE-2015-1000005.yaml:1267e5c90f330e522e8e5d43ba9ae8b826b62529
http/cves/2015/CVE-2015-1000010.yaml:3c34b1bda34ecb3833ec33a0a4d19cc9db072855
http/cves/2015/CVE-2015-1000012.yaml:4f55345f99ce9cb3216bb1d92283051c9f2bc52a
http/cves/2015/CVE-2015-1427.yaml:d1d046bf619adb0edd2805ccbc36adcb9b7e2544
http/cves/2015/CVE-2015-1503.yaml:e745532608ee6cfa053ca1673aad590121d7b0fd
http/cves/2015/CVE-2015-1579.yaml:8b70fbfcc71f5f518f6dd6a9ffbf34eb2ce4504c
http/cves/2015/CVE-2015-1880.yaml:e67daa2c940de23e8776c7717302c5cbdffb2dfe
http/cves/2015/CVE-2015-2067.yaml:b1ae44ec9e41c9cdbf339c0723e46d0a04f49b4c
http/cves/2015/CVE-2015-2068.yaml:f1cf652452a65bdb9e5b800dd3df0b7ddce9b12a
http/cves/2015/CVE-2015-2080.yaml:c82b6706571540d7b4fbf9dd40d7e2b18a6f21ed
http/cves/2015/CVE-2015-2166.yaml:1f1d19bb804d6ee7feb0f13ad9f1aa52bfdda51e
http/cves/2015/CVE-2015-2196.yaml:e9bfcaca238fa991b9077e45483c01e66a238e87
http/cves/2015/CVE-2015-2755.yaml:bf31e7b8b1378ea22488e9479c079eb7d97c82dd
http/cves/2015/CVE-2015-2807.yaml:94f57fc32f76db5a7ab536149475b125517b7414
http/cves/2015/CVE-2015-2863.yaml:c16c4110b5623ad016e5e26dc571e3a517839984
http/cves/2015/CVE-2015-2996.yaml:0b734d93bff3fc3a9f9013ecc20c41f9e8bef841
http/cves/2015/CVE-2015-3035.yaml:e7489a90679f0aa3cf2e9e439c62a9eb1d0dea1a
http/cves/2015/CVE-2015-3224.yaml:ae834273be7cb8923a0fbac14d95a425fb15e12e
http/cves/2015/CVE-2015-3337.yaml:59138b4f50a720df3a47d058a97f79aab7de2be2
http/cves/2015/CVE-2015-3648.yaml:8178a1f5e5128914b37e26f8f902aeb13a0d3eb1
http/cves/2015/CVE-2015-3897.yaml:c806c78669a2e218a8df2a3df721fa8a85fded37
http/cves/2015/CVE-2015-4050.yaml:039acab50e310d4c7a5ef0ff0a069721fbbb036f
http/cves/2015/CVE-2015-4062.yaml:73910b122dd5ce8de22cc13eca84bcedd3e88edd
http/cves/2015/CVE-2015-4063.yaml:f844ebc4d92fc2cb464482b640c2a76f85dfb302
http/cves/2015/CVE-2015-4074.yaml:29b62c344d94dc1908d26f0d7aeb4647f0041539
http/cves/2015/CVE-2015-4127.yaml:5bf239d70fe24d8c03ddb688788757f0e9a205aa
http/cves/2015/CVE-2015-4414.yaml:e5e5b695fb4ff2196186c799c1fca6189d6a129e
http/cves/2015/CVE-2015-4632.yaml:69719c20d9c7f2eaeb5c16fca693b57cf8d5a982
http/cves/2015/CVE-2015-4666.yaml:cad1f4c6f2d574b68c6ce8ba4c0690b6937b9c35
http/cves/2015/CVE-2015-4668.yaml:a7ef52eacc8f0278b3bbaac64fb2d9e1a45b64c2
http/cves/2015/CVE-2015-4694.yaml:5e8d6bdd3d01c2941b5ff5c9b886d0182642f767
http/cves/2015/CVE-2015-5354.yaml:b6bef97e181e06c03e0d6f8f0371633a68555f84
http/cves/2015/CVE-2015-5461.yaml:b3675f6849aef7d5d5e16664db8e0372c58002fd
http/cves/2015/CVE-2015-5469.yaml:e21413b786e2c00f0a1fb715fc49d23a06f1cf3f
http/cves/2015/CVE-2015-5471.yaml:5963c73a995bc99b79167952eb0c8744f1351039
http/cves/2015/CVE-2015-5531.yaml:cd962836b08272d0a93826b39632f85e1ce89958
http/cves/2015/CVE-2015-5688.yaml:9aafc192be103311a276772805056a23b37a4289
http/cves/2015/CVE-2015-6477.yaml:16ab3ec12438438f21b6fc7fb3243e8694e35e0d
http/cves/2015/CVE-2015-6544.yaml:531c5bef892fc62f8c64ec6da9b7cd7ab7a07d96
http/cves/2015/CVE-2015-6920.yaml:344cecf6a17f7b7d5ed83b598d295bd4afff7ef1
http/cves/2015/CVE-2015-7245.yaml:885f5df43eeb4a591215a51a924a2bd1f3bfc2bc
http/cves/2015/CVE-2015-7297.yaml:9c31fc283f2a109533bd1855932ac865ca51021d
http/cves/2015/CVE-2015-7377.yaml:1f518dd7c1f10279f68d7976780f90823e0372e3
http/cves/2015/CVE-2015-7450.yaml:7a363273a9ba70f7aae6b7914123a5741f908ba8
http/cves/2015/CVE-2015-7780.yaml:b320d432340394ffa1dc099d96484c8e798da90d
http/cves/2015/CVE-2015-7823.yaml:08d872c5aba85ff5b2fb443dcbf592eb32455ff4
http/cves/2015/CVE-2015-8349.yaml:a439ffb4dfd5ceafc232c03ff0ba1210e4cda706
http/cves/2015/CVE-2015-8399.yaml:4f4b845efa89b32e67ebc0e1ef41ba6026c3463f
http/cves/2015/CVE-2015-8813.yaml:e53cfc0756cac70a51a28ae4b6ddad1c33241954
http/cves/2015/CVE-2015-9312.yaml:15e388d87b0ebfec087990c52b32f4dab12d09f9
http/cves/2015/CVE-2015-9323.yaml:6f883c4162673d4f5b43309c1821195f185c6f6f
http/cves/2015/CVE-2015-9414.yaml:1e6c5dec5159410280f65ce0b34c10df8e0d1115
http/cves/2015/CVE-2015-9480.yaml:606bab4f61f7952dfaa956929f77f3fa4b7017c6
http/cves/2016/CVE-2016-0957.yaml:2e8db61d74f32037567199f53bba38a7597de6b7
http/cves/2016/CVE-2016-1000126.yaml:200e13e78dc40fb6853f95021b2b5d31c95f806c
http/cves/2016/CVE-2016-1000127.yaml:eeff65a38cf5e4551e38b55461fbac444bfd4e27
http/cves/2016/CVE-2016-1000128.yaml:036c054b27c33be7db36a422ce311d6b26fedbe2
http/cves/2016/CVE-2016-1000129.yaml:23ce658c75c9492f5f751e1a539e399f7bcddbcf
http/cves/2016/CVE-2016-1000130.yaml:f7cbba46ad8678e65594c8f8836fbac73b171f1c
http/cves/2016/CVE-2016-1000131.yaml:e9b5cc8b9f4c5a39df5579053c08039ccd1807c9
http/cves/2016/CVE-2016-1000132.yaml:3f4a7f52d1199a9956d378e7376c00baa44e2fc8
http/cves/2016/CVE-2016-1000133.yaml:646a0bc524a70a2c73afe9830cb5d8b861ed03d7
http/cves/2016/CVE-2016-1000134.yaml:bcea14f1e23381d706aef28dcfbed7df01748e3d
http/cves/2016/CVE-2016-1000135.yaml:18f9f6c7da51d3ca592bb40ccc48831b8167be11
http/cves/2016/CVE-2016-1000136.yaml:e3df2a9eb52a9c63d70e1894e737d6a8a8d56087
http/cves/2016/CVE-2016-1000137.yaml:ca82c09ff9f78ed898ed96b058ddc708e722cfe8
http/cves/2016/CVE-2016-1000138.yaml:2a595e1d9609b4c63eea12fb46658cfa1da8a5ab
http/cves/2016/CVE-2016-1000139.yaml:247c6d15c3e656a9dd2d6c6807853b9a80594b31
http/cves/2016/CVE-2016-1000140.yaml:c279959a4247aa8a9b64ce2c176c966e83d29af4
http/cves/2016/CVE-2016-1000141.yaml:3510a688d13f70807120371036a35b494daee81f
http/cves/2016/CVE-2016-1000142.yaml:6dacb544ed8c6c80b4c6cdc45a607aed9497fa37
http/cves/2016/CVE-2016-1000143.yaml:6ad20f23bdefc2287a51bd65ecf3ccf4ae805cf1
http/cves/2016/CVE-2016-1000146.yaml:7bc017050d5f7c334f3c949a4d3d60aeb07b0dd9
http/cves/2016/CVE-2016-1000148.yaml:5bdeaeb43b39098bf09b04166b177641211ba5ad
http/cves/2016/CVE-2016-1000149.yaml:b3d710cfadfef57b5cc80d4f122ebc4d373b33b6
http/cves/2016/CVE-2016-1000152.yaml:e25c8b79e2c6c6c7fd5b6630b9d114c2ea254fed
http/cves/2016/CVE-2016-1000153.yaml:7d2e8973054a82f9afd5ca66ca50f75460b2dea0
http/cves/2016/CVE-2016-1000154.yaml:61bd811fbdb2fedb8c28b39aaa6c859a74f37243
http/cves/2016/CVE-2016-1000155.yaml:f1698e2a12266c19bc49ed8d597990c7386f389f
http/cves/2016/CVE-2016-10033.yaml:f00e2dd47d5b9ecec18936a07ad16d59ea40074c
http/cves/2016/CVE-2016-10108.yaml:bddb21b1471d52c06c320dcdb6c053b57dd55570
http/cves/2016/CVE-2016-10134.yaml:d3c0f3f5ac5527773515d1d38d87f8af4a881b0a
http/cves/2016/CVE-2016-10367.yaml:6641c570cce6ef480422fac30815a63bcb99b469
http/cves/2016/CVE-2016-10368.yaml:ec846293049ba00d6caef96095bbe8f83739800b
http/cves/2016/CVE-2016-10924.yaml:6e7f57dcddc9d1c37be6d64c9da64c1cfc52cc99
http/cves/2016/CVE-2016-10940.yaml:904458c57358e3b4b8628a6983f12b031ffa4c7d
http/cves/2016/CVE-2016-10956.yaml:2f2619f124b225fe2a268f1f0f69db2fa2535ee7
http/cves/2016/CVE-2016-10960.yaml:36cd6711c988643a1ece706f53a9e5d4a0153d88
http/cves/2016/CVE-2016-10973.yaml:72cdcfd2ad3bb75f2766a504dc30d46226c1645a
http/cves/2016/CVE-2016-10993.yaml:1c0bd3c8bfbd749118c5489e554061dda48b5e05
http/cves/2016/CVE-2016-1555.yaml:04a439eeb2d2b8e03d89cf7e7d5aac1d469792ac
http/cves/2016/CVE-2016-2389.yaml:82767e9925522da528a3646fa4def9d6f8ab401e
http/cves/2016/CVE-2016-3081.yaml:140f6efaca3b9883f7c0db8c90e4a0d0a2a7da67
http/cves/2016/CVE-2016-3088.yaml:64da1d42181cf8e002485ce5c2ad83d218a003d0
http/cves/2016/CVE-2016-3978.yaml:88f43e54282f984db830bd850a4ddf4fe62e5385
http/cves/2016/CVE-2016-4437.yaml:5a6e676d43ca9afd7bc9384868e01a6309e775b4
http/cves/2016/CVE-2016-4975.yaml:fbdfa1e9d73f993f455aa5e28ccfb8d51dfb089b
http/cves/2016/CVE-2016-4977.yaml:f51336e37907b113c0eafbd28373464a5f28a43c
http/cves/2016/CVE-2016-5649.yaml:b863228b5f7ffda189d15a6c0144889b6988fccc
http/cves/2016/CVE-2016-6195.yaml:15f013136bba650a4d40b7087ab3f4bb8f15d7dc
http/cves/2016/CVE-2016-6277.yaml:7da7859ed05d2a1ad86e763a3da069f284cd875f
http/cves/2016/CVE-2016-6601.yaml:2c868c2f08b15b691929d4f4e6e075b35566a401
http/cves/2016/CVE-2016-7552.yaml:b2472284c780d930c3dd67faf22cbb44974b30e5
http/cves/2016/CVE-2016-7834.yaml:eb1d819545217487341e83b81b104712e7a8ad54
http/cves/2016/CVE-2016-7981.yaml:e5cb21bbfae6e9470583bfc1bf09d55e02cc08e1
http/cves/2016/CVE-2016-8527.yaml:3004c01e32bf7d4bfaa333cbdc5feeeb186d1cc2
http/cves/2017/CVE-2017-0929.yaml:4923be016e228c9bef5a6264c937dd7e4c57b205
http/cves/2017/CVE-2017-1000028.yaml:adc06fe3c9b5c9d5ad2f8a19ed0d834c0e841663
http/cves/2017/CVE-2017-1000029.yaml:c5d55b56ae257647aab8ed2985ae5d1bc636338a
http/cves/2017/CVE-2017-1000163.yaml:89fa1946bf84379183eee34c74ce3116df75494b
http/cves/2017/CVE-2017-1000170.yaml:33c528d0d88c4957d83c47e47de95dc17ed64f91
http/cves/2017/CVE-2017-1000486.yaml:93821abf0b7b68c95850a40e445754e3a881c48f
http/cves/2017/CVE-2017-10075.yaml:2da0789d118791da3e461b09ef8906739b249e3f
http/cves/2017/CVE-2017-10271.yaml:b91c17740eddbfdf706eb93cf92f040c96c20374
http/cves/2017/CVE-2017-10974.yaml:0da166f6f80c553012225cbe0a4073fb731c4941
http/cves/2017/CVE-2017-11165.yaml:0adc23697ffaac93ad0763fc5ca2908fb56001cd
http/cves/2017/CVE-2017-11444.yaml:d63d2cf37c008883adac575ccaf0c3c726c79e1a
http/cves/2017/CVE-2017-11512.yaml:4efe7ae65e4ebc4f0a51705706e41965eb09d2a7
http/cves/2017/CVE-2017-11586.yaml:42c8717104adebdd353ba62096cf559b092c0cce