forked from projectdiscovery/nuclei-templates
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtemplates-checksum.txt
8956 lines (8956 loc) · 735 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:fd5611cd2a074075a7b62aa87ea892cef36731e8
README_KR.md:174470dbc5c69e81f83ff816655a52cc8c5d7f26
TEMPLATES-STATS.json:252ce84d9a78b8aa2f3c37a797658c62a96f4ab1
TEMPLATES-STATS.md:492c7a2b30ad732f7cd5d8aa33b7def55b4b4213
TOP-10.md:e6fbef9828cd278fee8b66c9a7f4754a6a724db6
cloud/aws/acm/acm-cert-expired.yaml:5c2330bf9034cad5cde868b85128ba737f45c37f
cloud/aws/acm/acm-cert-renewal-30days.yaml:ad88137bc1382a729e7b3f3a0172aab684af2743
cloud/aws/acm/acm-cert-renewal-45days.yaml:0cb9388dd736046c47748a973e9092c12ada2f79
cloud/aws/acm/acm-cert-validation.yaml:80abfd317bfc8f3b1135306fe1d088ae1f221b72
cloud/aws/acm/acm-wildcard-cert.yaml:548aae1e827932d43b49fb3d56a08adb940380a5
cloud/aws/aws-code-env.yaml:665ae1a8ac32081e7ed075778cacbee8e682f166
cloud/aws/cloudtrail/cloudtrail-data-events.yaml:4c389a00e057e38643fcdae14f4227c0f885c33a
cloud/aws/cloudtrail/cloudtrail-disabled.yaml:cbe94d6f388368b438f1f43df2ee3d51e1389f29
cloud/aws/cloudtrail/cloudtrail-dup-logs.yaml:c7b753e82b1328fdd2b6718f5e7c7297974c882f
cloud/aws/cloudtrail/cloudtrail-global-disabled.yaml:79a14ccd16ffa923a577a003733336c092fdd13f
cloud/aws/cloudtrail/cloudtrail-integrated-cloudwatch.yaml:791828a3019b05a4c14c4f60809012671d53b3f7
cloud/aws/cloudtrail/cloudtrail-log-integrity.yaml:9419b076bea5793e418525eaa7c8ce07d42e0f4f
cloud/aws/cloudtrail/cloudtrail-logs-not-encrypted.yaml:fb34a4989e724b4a4cfd25b15d25627ebc887871
cloud/aws/cloudtrail/cloudtrail-mfa-delete.yaml:09b70c57a35521518c0ed7d3a0fd8dc58617ca30
cloud/aws/cloudtrail/cloudtrail-mgmt-events.yaml:88e6c51f355b94ced869e714c9b56bb4488d4a83
cloud/aws/cloudtrail/cloudtrail-public-buckets.yaml:233aca72ce14eb8b6523a8ef09785d5dfe4c2f27
cloud/aws/cloudtrail/cloudtrail-s3-bucket-logging.yaml:3a67a177c3537b361b26b549a622c0a4647deee3
cloud/aws/cloudtrail/s3-object-lock-not-enabled.yaml:660261dce36382f203ec7e16e01d2e29f9bf7836
cloud/aws/cloudwatch/cw-alarm-action-set.yaml:b02b7e970b71be76717b5fc7e132b23adb5048e0
cloud/aws/cloudwatch/cw-alarms-actions.yaml:f0198d619bebd6afa41568d0c8c9bac456261021
cloud/aws/ec2/ec2-imdsv2.yaml:bb7909c4b9b433dd90c343b3a03122f9c5c310a0
cloud/aws/ec2/ec2-public-ip.yaml:5fb5ee7dd9d51781a4a2903a0cb05b21fa586f85
cloud/aws/ec2/ec2-sg-egress-open.yaml:047f551aa108926349f69ba8d47189d88b7aab01
cloud/aws/ec2/ec2-sg-ingress.yaml:a3ae5dd6493e18cb563cc617ec5deba14ff5ecb4
cloud/aws/ec2/ec2-unrestricted-cifs.yaml:7eabd6e954f8d0070f2b5f51fd484a61ccd5aced
cloud/aws/ec2/ec2-unrestricted-dns.yaml:28b9a572c9620e84a77538311fe8d5e285b60fff
cloud/aws/ec2/ec2-unrestricted-ftp.yaml:c2bca6e54611f703c31298bb5ad5f21a8f21cb8a
cloud/aws/ec2/ec2-unrestricted-http.yaml:732c9bb88f8052e7aa95835eee62f87a0b16ddaa
cloud/aws/ec2/ec2-unrestricted-https.yaml:7ea389c02de13d72b9ba7750026da8a8c52a86a9
cloud/aws/ec2/ec2-unrestricted-icmp.yaml:511f1efb4d2a047d9401475c9bab3f0fe1f8686a
cloud/aws/ec2/ec2-unrestricted-memcached.yaml:80c09f2ca4e5fae4b06aec30519592745a2651bc
cloud/aws/ec2/ec2-unrestricted-mongodb.yaml:3c2a25e08e3554eb01db64e859b82be8adfda45a
cloud/aws/ec2/ec2-unrestricted-mssql.yaml:71ce799db9bc59890d49b6692c050a4e5563efc6
cloud/aws/ec2/ec2-unrestricted-mysql.yaml:c9ed5296b8151d2a2edb0d50768425cce23feb15
cloud/aws/ec2/ec2-unrestricted-netbios.yaml:c33018e1545df10e65f562aa2ab4a2ca05ccf938
cloud/aws/ec2/ec2-unrestricted-opensearch.yaml:996b3a27227b3db26965ada192a613db5dfa719b
cloud/aws/ec2/ec2-unrestricted-oracle.yaml:22bf7a30e4fd9c7f8f88157722518c8a71abe217
cloud/aws/ec2/ec2-unrestricted-pgsql.yaml:6b9c96061660d70553762c6e06def179d07e8de6
cloud/aws/ec2/ec2-unrestricted-rdp.yaml:9429f5ac9754a5c9c222de547a047b34fc3d6164
cloud/aws/ec2/ec2-unrestricted-redis.yaml:900da1c9b31742203eda75afd776c3741bf4d3f8
cloud/aws/ec2/ec2-unrestricted-smtp.yaml:e0e56306e511d708334ff997489e4351104028a9
cloud/aws/ec2/ec2-unrestricted-ssh.yaml:92a1200da475f085c33d0f86edd3077ba19eea33
cloud/aws/ec2/ec2-unrestricted-telnet.yaml:d7f80cec0723d2723300c078552824ec1a8b641a
cloud/aws/ec2/publicly-shared-ami.yaml:49e3f4939b9991f5ac9db99fbb7f7caba021227d
cloud/aws/ec2/unencrypted-aws-ami.yaml:35fc4a61e70120df3aafba92b4153ffa5b8c92b6
cloud/aws/iam/iam-access-analyzer.yaml:f50b212fc028372e3aeba52e43c0417c845a01a9
cloud/aws/iam/iam-expired-ssl.yaml:a2ec4618352430440ddb4d7704058a4c7507d3f8
cloud/aws/iam/iam-full-admin-privileges.yaml:ab5d0948a725aa5a9a1059d6b7c0ae9f5d846d06
cloud/aws/iam/iam-key-rotation-90days.yaml:43618c5c22bb0c4152ed7895a9e5267ed075700f
cloud/aws/iam/iam-mfa-enable.yaml:e69f27aac73a18caece8e35bb884051cd21d34d9
cloud/aws/iam/iam-password-policy.yaml:0c0198bd8d1a51bb19a33eaca3eb0e0084ddb229
cloud/aws/iam/iam-root-mfa.yaml:5b82c6ccd615779185fd186e0a7c0455c02340fc
cloud/aws/iam/iam-ssh-keys-rotation.yaml:d3bb01e0e9eba3375cee6bf5bbde2c2b629b5cd3
cloud/aws/iam/iam-unapproved-policy.yaml:883cdcaea84c6970f6f99cc3289ffc2ed85bbac1
cloud/aws/iam/iam-user-password-change.yaml:99ffdaecc6bb1aa4200a5853b703163276a1b2af
cloud/aws/iam/ssl-cert-renewal.yaml:40622e59896e04627695c6d286e0015aaed13010
cloud/aws/rds/aurora-copy-tags-snap.yaml:9d0f7c95a0e76e441aa771fc7ee6c85a0f510736
cloud/aws/rds/aurora-delete-protect.yaml:4ff1aef5f611e5bdec4248c135e99db23c8c599e
cloud/aws/rds/iam-db-auth.yaml:8b12e2e629800d449708351652b27657e5854081
cloud/aws/rds/rds-backup-enable.yaml:cf8045353bdd93d67f9daf86df24ad7d94004cab
cloud/aws/rds/rds-deletion-protection.yaml:7b330b03c3a6066324dfe33af351de0b85cb4cd0
cloud/aws/rds/rds-encryption-check.yaml:c35b52675cf1ae565d3edd5a8864e1601a1fb498
cloud/aws/rds/rds-event-notify.yaml:03998790659d38696b70b1f3e6c64c6dffccc7a2
cloud/aws/rds/rds-event-sub-enable.yaml:10469f43441c8414c199458f88524419275a187b
cloud/aws/rds/rds-event-sub.yaml:f83dba6f60062de8a3accc50ed6ef2e83aca9e67
cloud/aws/rds/rds-gp-ssd-usage.yaml:bf522b4246d3285ca43b326e0565b532ad7315ac
cloud/aws/rds/rds-public-snapshot.yaml:c5d64997130a6c496154d96b3373904bd1fbebfd
cloud/aws/rds/rds-public-subnet.yaml:d2b63d178d24faa83223568a3bb5bb7ac2a53f46
cloud/aws/rds/rds-ri-payment-fail.yaml:905953edc8139ecfb370d3ee288b65e77eef65b0
cloud/aws/rds/rds-snapshot-encryption.yaml:fb8b45fa0dff44a66911abf6a70e32530de776f1
cloud/aws/s3/s3-access-logging.yaml:60f0011f6da935cef7d76840d5755de49e06730e
cloud/aws/s3/s3-auth-fullcontrol.yaml:b7bbb1b9edac9baef27465651bb5afcf41ff51e3
cloud/aws/s3/s3-bucket-key.yaml:0fe1d8b9f1b99dc0231d0c22ea3a68b2fdf2a7b6
cloud/aws/s3/s3-bucket-policy-public-access.yaml:0ee112198ff02870b91e7a4af42de448a2cd022d
cloud/aws/s3/s3-mfa-delete-check.yaml:520ae75fc517dda07b6f24db775b2a25d435c268
cloud/aws/s3/s3-public-read-acp.yaml:f30e8e04fe7f4a123778115fa3ec9d7f858786cb
cloud/aws/s3/s3-public-read.yaml:3bc4bb5f002b22ed9bbd15067b95f89184eb9258
cloud/aws/s3/s3-public-write-acp.yaml:3cb356eb0d36ac3d681edec2d7c7635adadb485e
cloud/aws/s3/s3-public-write.yaml:4f322fd5432d6efb07e0e01f174c9c59f24bde7c
cloud/aws/s3/s3-server-side-encryption.yaml:6148a203262dc65bf4f7de822e65f255e6c56f79
cloud/aws/s3/s3-versioning.yaml:c3c6bd9bb375fc3f91a9566f63d8e443388e2f40
cloud/aws/sns/sns-public-subscribe-access.yaml:cb5887c447b05ef4ab7c398963229371f9689be4
cloud/aws/sns/sns-topic-public-accessible.yaml:d17d97c8c3aee214711bedd4d32268a7096c559b
cloud/aws/vpc/nacl-open-inbound.yaml:364184b88817ca98ecccc4661c798e3f9929df49
cloud/aws/vpc/nacl-outbound-restrict.yaml:5c11a1c330cab97bd0f2cf1fcbe38db5a242f980
cloud/aws/vpc/nat-gateway-usage.yaml:4f8877ca0d721da30e72e5364afa29adb304a84d
cloud/aws/vpc/unrestricted-admin-ports.yaml:1a7fe922017306201eff8cd2f4b74d429db74d67
cloud/aws/vpc/vpc-endpoint-exposed.yaml:c24180f47180c6b0672101c7bb9336a70457d9ea
cloud/aws/vpc/vpc-endpoints-not-deployed.yaml:f377a04df391b4805fa907715678ae07560a0eba
cloud/aws/vpc/vpc-flowlogs-not-enabled.yaml:58d5b6db8dfc1a6a83d90e02a2513dd7596d0834
cloud/aws/vpc/vpn-tunnel-down.yaml:3dad3117b4dacf45609dd13e9c3a84777ec8e591
cloud/enum/aws-app-enum.yaml:61abc31cc0ae208df9ed070e7d238edde3e82f48
cloud/enum/aws-s3-bucket-enum.yaml:0d101b898bbaebceea4020963d11829f8167029f
cloud/enum/azure-db-enum.yaml:b1ec799e3d7c4b895f7b7a8c14c29c44621d91f1
cloud/enum/azure-vm-cloud-enum.yaml:4d4d888b6864d60e4aa01e8c6d5c63e4e0e7afba
cloud/enum/azure-website-enum.yaml:02e3fbd067ec765f0d87e069624d68b802323137
cloud/enum/gcp-app-engine-enum.yaml:735d4025743533df111b8bee9132eb2503019b92
cloud/enum/gcp-bucket-enum.yaml:954d5a61d8cceec64101392998396f4c48cb94c4
cloud/enum/gcp-firebase-app-enum.yaml:3fd3b413096838d123d31f2a7e3ccb02bc74dd73
cloud/enum/gcp-firebase-rtdb-enum.yaml:4bd510aa205a80e5b9db5572b16b90949d898842
code/cves/2019/CVE-2019-14287.yaml:4bac98e672bcc82f1fdb764079e0c1b087e59b12
code/cves/2021/CVE-2021-3156.yaml:4df2c2fa45f3503655f6ed1b743668b82afda3f5
code/cves/2023/CVE-2023-2640.yaml:08c6ebd7086926c0712bc1ecc78353604883a385
code/cves/2023/CVE-2023-49105.yaml:e0a0b7efc275eb11418c5e83d68fe1fdf2ab4fb1
code/cves/2023/CVE-2023-4911.yaml:42a625449ef87ff1c259f6dedeca315142e5269a
code/cves/2023/CVE-2023-6246.yaml:8058db855cf5f4eacb8c8c731b1febe24f11c6e1
code/cves/2024/CVE-2024-3094.yaml:5982cc7d1de61a63e86645d8735de6236c9a074d
code/privilege-escalation/linux/binary/privesc-aa-exec.yaml:03e874f0a174244627cc2c167c3d9829bf12f260
code/privilege-escalation/linux/binary/privesc-ash.yaml:a19a050317a19374ca4edc12474fd1de3600999b
code/privilege-escalation/linux/binary/privesc-awk.yaml:0fb5884b81ce822978b5c9fbbd5d266333e002be
code/privilege-escalation/linux/binary/privesc-bash.yaml:263829aab45da0cfa28bfd27d35fdde9d16ae22d
code/privilege-escalation/linux/binary/privesc-cdist.yaml:4284eca2da5ac3fdafc8e5369eafa904d0d8f61b
code/privilege-escalation/linux/binary/privesc-choom.yaml:2dec29e0401a6b2bb3015306c383499b426d91fc
code/privilege-escalation/linux/binary/privesc-cpulimit.yaml:583961db33de22e088045e96f1827ffd69300f5e
code/privilege-escalation/linux/binary/privesc-csh.yaml:8600b4f51015e633006c1f5ee6245fe23725da63
code/privilege-escalation/linux/binary/privesc-csvtool.yaml:514362d485e33bed47fd0af73b7cede79985ad6e
code/privilege-escalation/linux/binary/privesc-dash.yaml:53f21f2031f3b65aab2ccd5e25663d9707d4ea61
code/privilege-escalation/linux/binary/privesc-dc.yaml:d8dbac732cb2f9b1320b80c6ed9e7bc9a8a1d377
code/privilege-escalation/linux/binary/privesc-distcc.yaml:3699441bb48aadfe0ef06bf266ae718116b8ff5c
code/privilege-escalation/linux/binary/privesc-elvish.yaml:eb58e7cb41493578f46386f6875382bcc6ee9675
code/privilege-escalation/linux/binary/privesc-enscript.yaml:f5f0e0f38fe0a3bca395e1a641426f3095f35d09
code/privilege-escalation/linux/binary/privesc-env.yaml:74bceb5a18161fc743391bb87c8c7da8755f8f31
code/privilege-escalation/linux/binary/privesc-expect.yaml:e5093f4134402ecfe00f5f24c5b9ebd8b9d2073f
code/privilege-escalation/linux/binary/privesc-find.yaml:7f166986f5a105166994cbd6c983c99c6fafac70
code/privilege-escalation/linux/binary/privesc-fish.yaml:09ef7463c5995ab8f55d756b4495d12ee9e4a3d2
code/privilege-escalation/linux/binary/privesc-flock.yaml:ce4254b5fe712548c72d22a668212c5eea7ff906
code/privilege-escalation/linux/binary/privesc-gawk.yaml:25bb3a8aaa025630bbad912c68db9d2e8f7be923
code/privilege-escalation/linux/binary/privesc-grc.yaml:e7bf9d1965a16f370bfde09859c404cfd9526d0f
code/privilege-escalation/linux/binary/privesc-ionice.yaml:6ad1ed5e759f6e9f2dc1afc9ae76c1145cb0abdb
code/privilege-escalation/linux/binary/privesc-julia.yaml:12746e5fd02ca5f7bcfdda1680a5d4adb5a1c727
code/privilege-escalation/linux/binary/privesc-lftp.yaml:f7436c9f70846a7fd1aa8348d34f3e013d2de87a
code/privilege-escalation/linux/binary/privesc-ltrace.yaml:a81982dda7a1d028ced9d0625b461f51b3cb97a2
code/privilege-escalation/linux/binary/privesc-lua.yaml:f2b22d43900f61b3f05dbc802554dc53671d7079
code/privilege-escalation/linux/binary/privesc-mawk.yaml:09f8672433e0145373315622f79cd0ff91caf63e
code/privilege-escalation/linux/binary/privesc-multitime.yaml:c2e5b177592fe5e40e5683e6907d906e0d8bfd2e
code/privilege-escalation/linux/binary/privesc-mysql.yaml:e6d97d99e2f3cf70cf5140b56fdcf51f8667178e
code/privilege-escalation/linux/binary/privesc-nawk.yaml:ef024b7b2050a27cabd84be97aad59426c5879a4
code/privilege-escalation/linux/binary/privesc-nice.yaml:46d38ceec2ae777d74844a25b6c5832447626096
code/privilege-escalation/linux/binary/privesc-node.yaml:06dfdfdbdafc70d9949eeefeaf4618d0dacf05e2
code/privilege-escalation/linux/binary/privesc-nsenter.yaml:9101de808bed12dc738afa556a1123a3fe734a31
code/privilege-escalation/linux/binary/privesc-perl.yaml:91606710033bac4d018b667ad83027ca395d2396
code/privilege-escalation/linux/binary/privesc-pexec.yaml:7eab2cc974bab631a34f554dfa087a0aff6cc72c
code/privilege-escalation/linux/binary/privesc-php.yaml:262dcde94668c4908a4c682a375c684bbe314877
code/privilege-escalation/linux/binary/privesc-posh.yaml:934a4723025d66dc8ed3877480ca00b853341a70
code/privilege-escalation/linux/binary/privesc-python.yaml:9818cf0109e9b8d173810882f220cbb72fe1a189
code/privilege-escalation/linux/binary/privesc-rake.yaml:7515d7347a6a4c6277de7ac6a7ee980139692973
code/privilege-escalation/linux/binary/privesc-rc.yaml:be55001e2b9d975b643d1ca30187e1f98712b688
code/privilege-escalation/linux/binary/privesc-rlwrap.yaml:a25a323fe8acd7a88a37a654a70a449b2aca0e56
code/privilege-escalation/linux/binary/privesc-rpm.yaml:160761028920ab30c20589c3d48b98d93032443e
code/privilege-escalation/linux/binary/privesc-rpmdb.yaml:979d7bef3cd68aab5a93a4e67a7b07400f7f1717
code/privilege-escalation/linux/binary/privesc-rpmverify.yaml:d6274199e363a98898614ffc799615a73e676353
code/privilege-escalation/linux/binary/privesc-ruby.yaml:68f68e9285367ae1d8dadd5ef6cd47aa7866a53b
code/privilege-escalation/linux/binary/privesc-run-parts.yaml:f91f59e346a17b3e425a347beb03e8159d722944
code/privilege-escalation/linux/binary/privesc-sash.yaml:47db9ab06a4f468b98d650390198500ccc6ceac3
code/privilege-escalation/linux/binary/privesc-slsh.yaml:431c5dc758a7683b9da0da0e6beb24d934c70f9e
code/privilege-escalation/linux/binary/privesc-socat.yaml:037b6e4915a0c15a9fadd209acd67e814a0860fd
code/privilege-escalation/linux/binary/privesc-softlimit.yaml:657b4d5a9ffaa499869ef3b78bed2d150b67ea48
code/privilege-escalation/linux/binary/privesc-sqlite3.yaml:3cef3a8aa4ade6cd6547b1de157a7949e17f568a
code/privilege-escalation/linux/binary/privesc-ssh-agent.yaml:f0ebce1afdb3fd1eae222f9c7b6ea5a601af3ed0
code/privilege-escalation/linux/binary/privesc-sshpass.yaml:13b17781d68a728c2a05ba9c8d6bca1a72e93105
code/privilege-escalation/linux/binary/privesc-stdbuf.yaml:8102de9b345ef557aefd83e193797a65cdfb8258
code/privilege-escalation/linux/binary/privesc-strace.yaml:3e7f372e495dca6ba84152e6d639ba8da02ad819
code/privilege-escalation/linux/binary/privesc-tar.yaml:9adcdee8229c8b54000d68fcac0cb917e4b9ff82
code/privilege-escalation/linux/binary/privesc-tcsh.yaml:f3e9ff1927341367653db3069c8cdf146fac93c4
code/privilege-escalation/linux/binary/privesc-time.yaml:5f692f95c8b291382794fd704bb351a4e2feed4a
code/privilege-escalation/linux/binary/privesc-timeout.yaml:026045467bf1d94891fdc2b489e2e1b148bf5fef
code/privilege-escalation/linux/binary/privesc-tmate.yaml:b8c5000e5e9f8c669ff93c9d6ccc443b925faa5e
code/privilege-escalation/linux/binary/privesc-torify.yaml:44abc68b269888cc8b73b2cd1b38cf0d66c298cb
code/privilege-escalation/linux/binary/privesc-torsocks.yaml:a87cee0a3a542c9d3d8e8d447c2997900b0bd9c0
code/privilege-escalation/linux/binary/privesc-unshare.yaml:23eeb83ef423b6d7df028561faa13d11923ed69d
code/privilege-escalation/linux/binary/privesc-vi.yaml:2f1fc5e88774852efeda5e5edc03edd00980defd
code/privilege-escalation/linux/binary/privesc-view.yaml:eba257a8a4cb415d2785fca80964bea47c571f59
code/privilege-escalation/linux/binary/privesc-vim.yaml:0b095b22fb0e0385bfe1f41c1fb8f9846547ee62
code/privilege-escalation/linux/binary/privesc-xargs.yaml:e1ce412f0af9dbb90081d7fb9f166139df3c067d
code/privilege-escalation/linux/binary/privesc-xdg-user-dir.yaml:f33d3281a9151568ceea599728c96c5c109a34d7
code/privilege-escalation/linux/binary/privesc-yash.yaml:12526b00d02c792266be471353cbea47e4ce2702
code/privilege-escalation/linux/binary/privesc-zsh.yaml:a372f88df6b957618c20b1a2673f7366aacc67d5
code/privilege-escalation/linux/rw-shadow.yaml:e9cc69616fbbda31ffe6fda74384f13082fb3e43
code/privilege-escalation/linux/rw-sudoers.yaml:f974b1d1a68fd7a8cd24b6f1b61855dd3eb92c98
code/privilege-escalation/linux/sudo-nopasswd.yaml:3117c141f35b9229b6ebe1db10a4fef77aa6ee17
code/privilege-escalation/linux/writable-etc-passwd.yaml:c0ad4796f42aab9c901b52b52b91940172d070e9
contributors.json:951e2ab8bbae42da01f52da9ef0a14ce7f17e159
cves.json:a82e81b521b8ef2fa309bb79b5e254703f900f50
cves.json-checksum.txt:1a4855caa4afbcd48ef60adf60ca5639adb6634b
dast/cves/2018/CVE-2018-19518.yaml:3407e99af553fe5bdb0ffc001a4132e169c55730
dast/cves/2021/CVE-2021-45046.yaml:a52633e88957969fb09969be45c0a8606ee3d752
dast/cves/2022/CVE-2022-34265.yaml:e006df0567f928e43d40050f55d5928a3fbff17e
dast/cves/2022/CVE-2022-42889.yaml:bbcd3a85fcaf36a7198fde75caf5c415aa54df50
dast/vulnerabilities/cmdi/blind-oast-polyglots.yaml:cb0a13c0462df4852b6e80e43d710ae520cdd4d6
dast/vulnerabilities/cmdi/ruby-open-rce.yaml:89c6935b600f5037198944b00841ae4e650ee39b
dast/vulnerabilities/crlf/cookie-injection.yaml:47b5859ec897917dcc633dee9d83454b203d2ab8
dast/vulnerabilities/crlf/crlf-injection.yaml:b2a16bd3436b9429d72d4f929ab55ad5ee880a91
dast/vulnerabilities/csti/angular-client-side-template-injection.yaml:a76f2f0b28f4ec95a4d09add80ffff07e7a8f71d
dast/vulnerabilities/lfi/lfi-keyed.yaml:62584249ea749ce960527d6675421d9d857d1d7c
dast/vulnerabilities/lfi/linux-lfi-fuzz.yaml:bd17c8e51fd1ba5083eb381c1ca1a3792597ef65
dast/vulnerabilities/lfi/windows-lfi-fuzz.yaml:218f24aa37dd58a83d33318e22794a3d30c25c13
dast/vulnerabilities/redirect/open-redirect.yaml:4fa1fca9a4a36c7fd81faafd3f7bf474b4efa471
dast/vulnerabilities/rfi/generic-rfi.yaml:de3d066b0dc329ffbb333def6e7f1a5a4c1d5836
dast/vulnerabilities/sqli/sqli-error-based.yaml:13195b21140da0c8c21d2580efe17d40536dc75f
dast/vulnerabilities/sqli/time-based-sqli.yaml:c0bf67162953a70d11c3915a49e2a19a459b5f74
dast/vulnerabilities/ssrf/blind-ssrf.yaml:12e23b0638b7f0121088e6e0b9ed906a37a6fe26
dast/vulnerabilities/ssrf/response-ssrf.yaml:7860ce6af5f3856162386fc7c86d2da2ec4ed661
dast/vulnerabilities/ssti/reflection-ssti.yaml:cfefbcfec9ce4e1de812f0409c4a2461a4a7b851
dast/vulnerabilities/xss/dom-xss.yaml:397dd3f854c47a0aadd92ad3a9fc93aa77ec5253
dast/vulnerabilities/xss/reflected-xss.yaml:46717ee593fe9809385572b82e9b1a7265c3cf6f
dast/vulnerabilities/xxe/generic-xxe.yaml:c0dfcc8fa1d2879f2985806eff40727036cdf51a
dns/azure-takeover-detection.yaml:5295c90a6fa66f513eca7f6f30eee8745a41aa0a
dns/bimi-detect.yaml:bde903bfbcd370747978534ce2391131b12b08f0
dns/caa-fingerprint.yaml:71845ba0a32b1968e23b507166275ee4c1f84b24
dns/detect-dangling-cname.yaml:0c5204f22465c8ebb8ae31e6265ffa5c0cd4b6e2
dns/dmarc-detect.yaml:87b71635c4866ae570925ce93cc7dc8fdd7b7763
dns/dns-rebinding.yaml:45774e6d0aabacb2fcf032dc41deb3073c8abba6
dns/dns-saas-service-detection.yaml:d43ab2edca6bc38254ad1f4c4889e5cece34691e
dns/dns-waf-detect.yaml:305812728bc0395016f22f5b4c04f634a9fb4ad4
dns/dnssec-detection.yaml:ce828fea84336b2c79b18479063e1e1aaf083592
dns/ec2-detection.yaml:544cf70af17ae7387f072f7d0d6bfcd65530c286
dns/elasticbeanstalk-takeover.yaml:d6be1fd0a3ee4d72149e942bcf77b93c175c1588
dns/mx-fingerprint.yaml:fbf27fe4996aa0b33aa0b6ea7077de40078fbb66
dns/mx-service-detector.yaml:197d6c83e04011fc0ae267e999cad25e85a19d58
dns/nameserver-fingerprint.yaml:7a9247d4f45a9699418b4afed5cea0388b147735
dns/ptr-fingerprint.yaml:ecff55b058dba2ad98432eacea8b52ce1d8e7656
dns/servfail-refused-hosts.yaml:ee2505b5619921a20332494f2281664eaf01fa87
dns/soa-detect.yaml:5067a4ad0899097b0cefe504c2baef37378ab52d
dns/spf-record-detect.yaml:44d3ea4342f2ced1eb841a2b48d661da37768d69
dns/spoofable-spf-records-ptr.yaml:7cb8aa2d5fa1b19224a6ca0b17c5b46377892ee7
dns/txt-fingerprint.yaml:eca4bcdfb25f2922e233e4801f1beb27893f7e70
dns/txt-service-detect.yaml:8073cfe1ebe80b80b379fbacb55447fb5f258270
dns/worksites-detection.yaml:c54ce778fe66a138e794b87520392f285c8b6259
file/android/adb-backup-enabled.yaml:4ca96a12120754577166567e047e6735d1214891
file/android/biometric-detect.yaml:27a81bc01a126a6923c702d556dac9da857971d8
file/android/certificate-validation.yaml:0596a4c21296a1cde0158da8833abf18990f45f3
file/android/content-scheme.yaml:b5c188b727a8fb0d33f9761dae66d0f16796d397
file/android/debug-enabled.yaml:8f07fe46e8b42a01582e4d339d4d04b5b45c6b48
file/android/deep-link-detect.yaml:766f61acc92deea0f455412c3d1dc63416f7f010
file/android/dynamic-broadcast-receiver.yaml:3abc40b213b729ce75a98efb206f3251625b101e
file/android/file-scheme.yaml:5a56702bdde09645627e8947a336ea9ef689ae38
file/android/google-storage-bucket.yaml:43ebf99a23155bb48816d00092fdbff3e02e820e
file/android/provider-path.yaml:888922b54b8f574e51480c01e4a6c043d2906b25
file/android/webview-addjavascript-interface.yaml:a1ec17ba4c90f2ad08b7e0e04923804f575a8e6a
file/android/webview-javascript.yaml:f5c79f82c0cf6173c5a853e27811ebf807ecac2a
file/android/webview-load-url.yaml:c997a4c7928cec5b0c485639fd606e020f0645c6
file/android/webview-universal-access.yaml:25bf6a856e0e0abc39f51d07ef759873248ee068
file/audit/cisco/configure-aaa-service.yaml:8bba2e00b8c9281de99fb11e85c1d7679f3e8c0e
file/audit/cisco/configure-service-timestamps-debug.yaml:01881308f253f199baca1f2976d0f4183a4d91f9
file/audit/cisco/configure-service-timestamps-logmessages.yaml:a4527f4fb14c7c0e7f558d06dfe9fcb6503a2cd6
file/audit/cisco/disable-ip-source-route.yaml:e72b0f5aed3ee9da689938a0993b1ac7149c8c6e
file/audit/cisco/disable-pad-service.yaml:9d42939e476a089d4d1ab3470e923d58aed9de82
file/audit/cisco/enable-secret-for-user-and-password.yaml:057fd27cd437244495b4b5210c002526e96375a0
file/audit/cisco/logging-enable.yaml:93ec4d37603d9f0d94327ffaf4d3c2e035636592
file/audit/cisco/set-and-secure-passwords.yaml:3b452083499ab77f5571305b17c85e4f6eadbbc2
file/audit/fortigate/auto-usb-install.yaml:54d3e4abc94617506980c092c455fada7a8a695b
file/audit/fortigate/heuristic-scan.yaml:cba5452ec0149ca9627d5c72c2fbb1ae94c9c2dd
file/audit/fortigate/inactivity-timeout.yaml:352f01d259a6f23c4ffaabb707bc0d1ad3c93e7b
file/audit/fortigate/maintainer-account.yaml:0b6497535b311e8024d08355ff9895dfa44826ad
file/audit/fortigate/password-policy.yaml:74cf0a5679fd6e500c578db24b7cee48406ef219
file/audit/fortigate/remote-auth-timeout.yaml:5c7b7b8a545dd105db9b2fa62c5e2749bca50186
file/audit/fortigate/scp-admin.yaml:6a4ddf9cfe52ff49531ced9739a3506bd8ab979a
file/audit/fortigate/strong-ciphers.yaml:3d273a70613604ba2c8b6accac4f7fd3e4ff16b1
file/audit/pfsense/configure-dns-server.yaml:edc0269868d54bf745ccd6495c0d926ae6429ed6
file/audit/pfsense/configure-session-timeout.yaml:b6725cec4f7dd9eb6b390fa794c2d02aa1299f68
file/audit/pfsense/enable-https-protocol.yaml:30ef26ec09fcc8b3b3305d26b68962dfa07c49ec
file/audit/pfsense/known-default-account.yaml:fdd1da172b65a54f87fa7adb0947d537c2952f07
file/audit/pfsense/password-protected-consolemenu.yaml:a08599769bc838656766b258e350bcaedda26166
file/audit/pfsense/set-hostname.yaml:c123a3b395ce655438028aab12c18d25423dc136
file/bash/bash-scanner.yaml:5bc8d723949612cfaed57eddf1e19d8c45b15f6e
file/electron/electron-version-detect.yaml:9e6b4ced33952723bbf371889793cd69bfe918e2
file/electron/node-integration-enabled.yaml:772455563db410b4b9113615e1958a45a25965ff
file/js/js-analyse.yaml:d3c27e7fbd123cc86c0f4fbb3ad8f51cb363db41
file/keys/adafruit-key.yaml:dc4ce3917a2ca4d061ef45032d59ccd68b9e1551
file/keys/adobe/adobe-client.yaml:bb33624aa34163fabe1d338d33239c8f566ecc7a
file/keys/adobe/adobe-secret.yaml:e6e4152b3ff3a42223a8ac7169b0a38b0a622234
file/keys/age/age-identity-secret-key.yaml:0b296bdc45ff5ab7da2ad8908e227463ef316797
file/keys/age/age-recipient-public-key.yaml:4cafabc4c3d554f63d63d47c64f43cb74d18da03
file/keys/airtable-key.yaml:5478360df9deaf33f4e1ff208789ffb12f0489c7
file/keys/algolia-key.yaml:f2e14c44b47f83cd5e8ea1df1ab5e0b81ba9efdc
file/keys/alibaba/alibaba-key-id.yaml:7843513b802a21797f4e0a98418b6154eaac33e6
file/keys/alibaba/alibaba-secret-id.yaml:a35a54a2153957167b5cc11c0973d6dbf8ab8f4a
file/keys/amazon/amazon-account-id.yaml:6f7b64f9a526f1abe6a66db74ed26952709e194e
file/keys/amazon/amazon-mws-auth-token.yaml:dd4d2c578df0cd2f68e0bc493c5822b32309cb79
file/keys/amazon/amazon-session-token.yaml:cd41daf60ae63ebdff0d4584dddf206e624c75cc
file/keys/amazon/amazon-sns-token.yaml:12aff5722aac370f04ef6f69b485253f2fe16a87
file/keys/amazon/aws-access-id.yaml:3baced8946c49e9128644b030b02f821a18b6887
file/keys/amazon/aws-cognito.yaml:1f4f9d029e1941d5965313fbd4b1180628567374
file/keys/asana/asana-clientid.yaml:112a8e0c34b9ae77cbaa2fcbd44a73bbfbded327
file/keys/asana/asana-clientsecret.yaml:13ca51f6f04642a35abf8e4a5d8bb46ba48e524d
file/keys/atlassian/atlassian-api-token.yaml:639f614d6a7219f6a4b3e4ec4f734f85f68d6074
file/keys/azure/azure-connection-string.yaml:4c987940747689fce3798ac9d91d9fbff0eb9867
file/keys/beamer-api-token.yaml:05f4043fcf5b178698fd5ff0eec599e11a76c2cc
file/keys/bitbucket/bitbucket-client-id.yaml:dd19b595a3cd9db82e5ad135f76038d3cb29958d
file/keys/bitbucket/bitbucket-client-secret.yaml:e3e33d4485c3ff8862b83518b699dff4ee192760
file/keys/bittrex/bittrex-access-key.yaml:c312f555d40623a1ddeb2d223b56edf8dc975643
file/keys/bittrex/bittrex-secret-key.yaml:2051058a6093fc8b3de15aa75491d3a2791ebe15
file/keys/branch-key.yaml:78847777a4858b7b69c1ffff9a69869c9ca71af0
file/keys/clojars-api-token.yaml:c1f4dc2e49176e6cda24a4398336463d2413e60a
file/keys/cloudinary.yaml:72a01023984a975472c561c8bff399f1e17f500f
file/keys/code-climate-token.yaml:796c9b9b0f306c5894a6a21a83ac7ca6e3ed5284
file/keys/codecov-access-token.yaml:a746f499c68b8384a90aa5c9667ae5d866789807
file/keys/coinbase-access-token.yaml:cc438bc908dedbca23e91e2a168758d06932cb50
file/keys/confluent/confluent-access-token.yaml:22ef00e0d38ab3ff684399ecbc434ab09cf7688d
file/keys/confluent/confluent-secret-token.yaml:5bf255f39a1dd565761bdd3faef2d40474b6e8d9
file/keys/contentful-api-token.yaml:be395d34eb41b023482cb411bbf552776687b238
file/keys/cratesio-api-key.yaml:78dd41536f3722d2334681d08d0e2332c317875a
file/keys/credential-exposure-file.yaml:744eb01f428dc3d3bbaa36c97ef74b297cc44d36
file/keys/credentials.yaml:7d9557524fa206e8bb91295da81890e44084838f
file/keys/databricks-api-token.yaml:a9bfc986be3fff96341f96b4213700a370c852a4
file/keys/datadog-access-token.yaml:12b74598ee375f3a5ffbcd81ef8d526c9b852638
file/keys/dependency/dependency-track.yaml:9d4af12139dc253e1afa70ca7678f2b5a550e3c4
file/keys/digitalocean/digitalocean-access-token.yaml:29da3c43c8ff92cead04e92fd1961e8b8599c69a
file/keys/digitalocean/digitalocean-personal-access.yaml:8e82ebd4f3e85120abc293e1e9312cef25531950
file/keys/digitalocean/digitalocean-refresh-token.yaml:07071ed0e0a505395e4557e9d7d366a95ef4b668
file/keys/discord/discord-api-token.yaml:2dedd90e44f3c638beab645b83a757d31673b880
file/keys/discord/discord-cilent-secret.yaml:1ecb39bf91f8bb1190acb0c183867d7feeea1890
file/keys/discord/discord-client-id.yaml:987ee6636deb77670c3578276cd9f46681d87bdb
file/keys/docker/dockerhub-pat.yaml:929cef0af54303dafb5262cbd000758da94e76e9
file/keys/doppler/doppler-audit.yaml:e35727b74223049f36b0bb0ae61a6407a2b2796d
file/keys/doppler/doppler-cli.yaml:ab8577b4917f225376dadb06fa2291ff7cf3bf60
file/keys/doppler/doppler-scim.yaml:ac4dc0cd37e6e6f1088321cccdc3446b816c8986
file/keys/doppler/doppler-service-account.yaml:ee8d6ddbf75cb40624430ba3d054361e9fe43a20
file/keys/doppler/doppler-service.yaml:af6d77daa3c56bc765f263849c4cec53fb202ccc
file/keys/doppler-api-token.yaml:1c64194e0ee54ece342ac3be8abf4cd1e435cbab
file/keys/droneci-access-token.yaml:50eecf6767282a184e8e35bed455ddc90aa77f5a
file/keys/dropbox/dropbox-access.yaml:bb07dd2c5200bf2d3ac92eef0040005f3777edc6
file/keys/dropbox/dropbox-api-token.yaml:73c1e3c967b0c8c2869417f9b0fbd9943e571814
file/keys/dropbox/dropbox-longlived-token.yaml:c39f688533f912ff0482778740f03ad46183824c
file/keys/dropbox/dropbox-shortlived-token.yaml:4ede1ec7aa2b17ba7e8a60b3f01e5136ec4ec176
file/keys/duffel-api-token.yaml:1aafb95f12fb5e021b419c8a452c78084116584f
file/keys/dynatrace-token.yaml:16def8558c42099974f69d0cf9126894cc9588a6
file/keys/easypost/easypost-api-token.yaml:cd1ef7f17856683da0dd1959e67f62bd4109f0d7
file/keys/easypost/easypost-test-token.yaml:80b4cb064d159332a6b78a90e47afae22d48422d
file/keys/etsy-access-token.yaml:0958e9bbc06176dfa51cccfe55328421e6d7aab1
file/keys/facebook/facebook-api-token.yaml:daf8d6e606e21338dd4aaa36ab3e3e7bcfb6dd83
file/keys/facebook/facebook-client-id.yaml:9e23ba367d595d76bc2486ce4bd670f61d257843
file/keys/facebook/facebook-secret.yaml:a1f877f5e8ff39cf5f015786081a6ae1a2388511
file/keys/facebook/fb-access-token.yaml:8ac7444a9b496cb0263ee6222a2cd0e6169fabd8
file/keys/fastly-api-token.yaml:a6d697de133a905a4c918dfe8cec772d459c86fc
file/keys/fcm-api-key.yaml:6caefa4af50c79115f351dbc067b00230355703c
file/keys/figma-access-token.yaml:c9b171254e9fd06ef56e2e3068f757365cd1e366
file/keys/finicity/finicity-api-token.yaml:ecd473d4833b58194c9829d4b4e5e45620dfefd2
file/keys/finicity/finicity-client-secret.yaml:0c2f0ea2e05f8c17a4a457e555b435da5a54bf17
file/keys/finnhub-access-token.yaml:49da0342bb1ca59aca18476ddcb80a6fd147ef09
file/keys/firebase-database.yaml:fe4eb01504aa3b2b654233c16cd1603931491e1b
file/keys/flickr-access-token.yaml:9ba0166581e4b5f3907c4bfde56315a15f39991c
file/keys/flutter/flutterwave-encryption-key.yaml:0f367839767f33e9a3d93f4746891874efb0bfd0
file/keys/flutter/flutterwave-public-key.yaml:fcb9e9440cc4d1fa29262a7f267a3e5bed0a06cf
file/keys/flutter/flutterwave-secret-key.yaml:be589179bab84565efe347b82337dfcbc075fe07
file/keys/frameio-api-token.yaml:9fe29df2233266581221a7b498374e9a1771a63c
file/keys/freshbooks-access-token.yaml:ce90c7af48e49cb0c22a6b156f7e5e97a23431f6
file/keys/gcp-service-account.yaml:0b9cbe7d8b5f8df7e43448931a8ebd64b7ed3844
file/keys/github/github-app-token.yaml:385afa7a9b6034e16d1c1339210b22293f33e8a1
file/keys/github/github-oauth-token.yaml:095eb4e723266e32f33d519c0a0eda350313faa5
file/keys/github/github-outdated-key.yaml:4d10f17538324111a9c38fbe0a3cf2dd15e840b5
file/keys/github/github-personal-token.yaml:11b446721c6d366163580214f72b33fedf140828
file/keys/github/github-refresh-token.yaml:4442e678db49f670469491c53d4cb317d35bf0ec
file/keys/gitlab/gitlab-personal-accesstoken.yaml:4e737bb9edb5afd77cb283b742d6974f769e684f
file/keys/gitlab/gitlab-pipeline-triggertoken.yaml:e25bec6383d11ab20c616695d9f5938d37232d79
file/keys/gitlab/gitlab-runner-regtoken.yaml:187b3a683cabb36a6f6087c58c0c21698e3a619f
file/keys/gitter-access-token.yaml:30de91f4fd74a1e0300e5f2c4b6a333dc4a0b411
file/keys/gocardless-api-token.yaml:8d9bf926d862324aee5ba6f3b0a6f8f8ea1ce420
file/keys/google/google-api.yaml:5a0f5e35fb8f93e8dc0320be6a81ab9a515a885b
file/keys/google/google-clientid.yaml:69ac1931d82809da12ee969cd14e6d7f010b29aa
file/keys/google/google-oauth-clientsecret.yaml:e8752e04950731d8b5531fd133380421e159e9e7
file/keys/grafana/grafana-api-key.yaml:8cbdb789e6188705b84f479623aabfd36f34484e
file/keys/grafana/grafana-cloud-api-token.yaml:7866324b7ee666df3acdac0d3f66c23458a8fff9
file/keys/grafana/grafana-service-account-token.yaml:ab639575a2a2ee8e223f0e579c9fcd519b3bc2cd
file/keys/hashicorp-api-token.yaml:9bb83e6cda00977645b1f613864243fd126576d6
file/keys/heroku-key.yaml:591f63afb7e7ebf8e75644e8dc0131f6524cdf39
file/keys/huggingface/huggingface-user-access.yaml:cee36c254222da7a52d04a30522992c15bf0dd93
file/keys/jenkins-token.yaml:f48b5889c3815de3948e3eb5bb07fbd9e6902eb7
file/keys/kubernetes/kubernetes-dockercfg-secret.yaml:fdd22e6e0b0fac8772d949ba8bc6a296c9845074
file/keys/kubernetes/kubernetes-dockerconfigjson-secret.yaml:f7ada6c8e01ad6561cb6d97e31bec4c95a71de9c
file/keys/linkedin/linkedin-client.yaml:7c3b0741a3dd4093054efcbed23ca1e728b1dc46
file/keys/linkedin/linkedin-secret.yaml:6aebe5a012f34324a3d7f3bfbecdf707a8388614
file/keys/linkedin-id.yaml:39efe931f4ace6377fbc63d76bd12d88fcecd7e9
file/keys/mailchimp-api.yaml:5b1ee7bc57b19f46f705d27419e8d0b802258b71
file/keys/mailgun-api.yaml:7299dc580989b55622b2f460fce1c8724cbf7343
file/keys/mapbox-token.yaml:b911206f1ccba8f70d6e9387771ca97a18fee32a
file/keys/newrelic/newrelic-api-service.yaml:ef41de67162d12bedf4d6c5d90d74768214e57fe
file/keys/newrelic/newrelic-license-non.yaml:e7a7abb5354e833ee34a7f078aabd5529c2e4755
file/keys/newrelic/newrelic-license.yaml:c4c9f83dba1796287e40555a794632adb71e7afd
file/keys/newrelic/newrelic-pixie-apikey.yaml:6896635d7b4c891ffabb946ff9ab6deb8fba5d51
file/keys/newrelic/newrelic-pixie-deploykey.yaml:d038d136304e6c13d533f3302e1c1eafc39bdf38
file/keys/npm-accesstoken.yaml:a2ea270e9e7f1a236e7d4da33e833ab26031e5ce
file/keys/nuget-key.yaml:4c0a481dc9873f455ed2dc3d990c17a8550b243a
file/keys/odbc/odbc-connection.yaml:758733489bf7b3defba93b1cda11f384ed7da182
file/keys/okta/okta-api.yaml:e70809f9fbcaec530687ff077c63796b5eef3031
file/keys/openai-key.yaml:362b3e2c11d11f7183034aaa5cdb47f3b40700b9
file/keys/particle/particle-access.yaml:676becab681ec168bae43c74b13e552af4657f5c
file/keys/paypal-braintree-token.yaml:402e0754808e014fb8b0ebdb3fb1e0eb585c3be2
file/keys/pictatic-api-key.yaml:5d254108f9865c20a83080b3f92a3152b54d3c05
file/keys/postman-api-key.yaml:91b5bbc73ae8fc4430498d92e5ab029e332f8817
file/keys/private-key.yaml:c297f883a9ff39ab4807a35914edffc3f0cc01a9
file/keys/pypi-token.yaml:d5d89be532cce80e65a912bf277f94d7bcf8f1c2
file/keys/razorpay-client-id.yaml:a88d58769de655a660b4e5ee8a58aba9faeed91d
file/keys/react/reactapp-password.yaml:4613021cd4c5d458ab778000587b7229980e4238
file/keys/react/reactapp-username.yaml:deb652d737576b6ae7c84eb9de36f0b329baf0bd
file/keys/rubygems-key.yaml:fa5cdc44cbd4f734c9aedf00b112ccf27a073a50
file/keys/s3-bucket.yaml:5604162f278a70b8742678a1a006949ca62e64e2
file/keys/salesforce/salesforce-access.yaml:6cb655725ac01c05b073db6645b96cf9e7e7bf8d
file/keys/sauce-access-token.yaml:c9aa59af67698af4ffa2486af99819e3cb4147c3
file/keys/segment-public-api.yaml:a193504eea902e1c11b23f3e408a7b7593389b22
file/keys/sendgrid-api.yaml:15e1a6951aa39738c4fa1310f420a55340460f11
file/keys/shopify-custom-token.yaml:56eed6cd00cf62ad9fcd5638505ba9e33e5296df
file/keys/shopify-private-token.yaml:86071b5a6c319525acdb9cc23e9381173af12657
file/keys/shopify-public-access.yaml:b9e5137a5717414a382c46803e1986ebe199f2bd
file/keys/shopify-shared-secret.yaml:b479cc2d239a1ed52c12d4429fa9d1c2ff378758
file/keys/shopify-token.yaml:8f450868341df47ea2eaf32c54ed16f36ea5ddbb
file/keys/slack-api.yaml:af0d6898a956a6eb66f467b27d5a5a94f04294d1
file/keys/slack-webhook.yaml:f669eaa4c510d3db3713b37ed20e8b5e920b53b0
file/keys/square-access-token.yaml:6db1e547d11947ff2180a82f754da32ff86f36df
file/keys/square-oauth-secret.yaml:6d588fb6fcb3851617348b0cfa394d85824708f1
file/keys/stackhawk-api-key.yaml:0bfb39d55ad1ba8e731e72918dfc1b098059d1c8
file/keys/stripe-api-key.yaml:5df4a9e34d7acd181f0451c1e620cdbff2c8ff0b
file/keys/telegram-token.yaml:a7fbf76a80e8dbb51ae3876632d15afae04eb519
file/keys/thingsboard/thingsboard-access.yaml:2393412b4f8629f6fe28837cd394699e344c906e
file/keys/truenas/truenas-api.yaml:8cb5b99a4702f4fbe69c5ba1a09cc24b7093ba49
file/keys/twilio-api.yaml:b225fe4dd0f8f0f2bc7b76870aaac28f70993d12
file/keys/twitter/twitter-client.yaml:9bd5486ea151363def2820c6282b380da52d9b25
file/keys/twitter/twitter-secret.yaml:65827a76234f874f90f5323afd3ad625821d5b52
file/keys/wireguard/wireguard-preshared.yaml:f30e419b0c15a28facb053e105c9f0916e3ac9cb
file/keys/wireguard/wireguard-private.yaml:1fb9592fb98b0e4b26f90bc2d4a5029dd09644dd
file/keys/zapier-webhook.yaml:8d0f9312fd5acb2f63899a50b2ac8b670f389464
file/keys/zendesk-secret-key.yaml:cdf5d13a59f7036d60f6ea546087c7e48f016612
file/logs/django-framework-exceptions.yaml:84d8ecc728d13f3f5e756cf29b1b2691a64e031e
file/logs/python-app-sql-exceptions.yaml:642fe5cde1d6fa0a2c26106d439493b1a83ae01a
file/logs/ruby-on-rails-framework-exceptions.yaml:6c357afa4f44d0bf6fa861885548eefc02e93da1
file/logs/spring-framework-exceptions.yaml:7a14a57dbb0170b3f2e410acfac566d778c7ba7c
file/logs/suspicious-sql-error-messages.yaml:1bdcff04f67463c141f517c7cb968605e9633eb3
file/malware/aar-malware.yaml:3832fded0e9dd047597f0627f4dfaf7448714088
file/malware/adzok-malware.yaml:466147a93b286ee110611b00069127328afcb471
file/malware/alfa-malware.yaml:9ce71530c682d041c173698b9946485ace550aa9
file/malware/alienspy-malware.yaml:9933ee149c0c9927fc17e1dd777ab1d91ae8d829
file/malware/alina-malware.yaml:3e69bb3e9b823babfcfdb629e0eacf3d2fed2f5f
file/malware/alpha-malware.yaml:566c3ac82df0866733654e15c274c581dbceb232
file/malware/andromeda-malware.yaml:2631e50e8c294221d85a18d71a9ec1aa552f629d
file/malware/ap0calypse-malware.yaml:10e4a6e45afed53d675cad19fc2ed28cde1abf27
file/malware/arcom-malware.yaml:ad05367d4894fedec19a72d532afcbf0fceda56d
file/malware/arkei-malware.yaml:13b2270f8b30f03b2c22170263e13810935b77f5
file/malware/backoff-malware.yaml:3a0f195bdbe6b7312d6b1b356a11a9b0580e2230
file/malware/bandook-malware.yaml:6025f989f52ef9583b4a94c47a645c6d49c9a393
file/malware/basicrat-malware.yaml:30e90b04fe94977f63e0cd674b3cc2b4e7bc7d1f
file/malware/blacknix-malware.yaml:e95b47d8c05ee896050372814d81194d74bf93f5
file/malware/blackworm-malware.yaml:57694a9dbb8d329c51a630afc7923867e5df887f
file/malware/bluebanana-malware.yaml:64ff16dd7c0b6a20e617f49b5d400157804b7440
file/malware/bozok-malware.yaml:b997aa419b2d0ce9c6edf79c9031e4e943fd79a7
file/malware/bublik-malware.yaml:1ca6a30e1865b979a297ee0f5c92878ba68b57bb
file/malware/cap-hookexkeylogger-malware.yaml:6622fc9690427fb8d818e84d47bd268f49253261
file/malware/cerber-malware.yaml:8d600a1106a51bcd2709c8156127741cfbb5d0f5
file/malware/cerberus-malware.yaml:74b8c9a01b459e4eb65c460d32d7d149bfe54334
file/malware/clientmesh-malware.yaml:3450451cee310b336b87f7380015172d8c8b1e90
file/malware/crimson-malware.yaml:a882939cc1854f5853ab7b79bb7e263302507316
file/malware/crunchrat-malware.yaml:9700327529d967b11598c0d9550db4d5fb3ecf91
file/malware/cryptxxx-dropper-malware.yaml:6717bb0602c28fff1950987daa678d7cce67c0a0
file/malware/cryptxxx-malware.yaml:056c91d45bb8db79e32a0c783a57bb33fce3b3e3
file/malware/cxpid-malware.yaml:045df9498f389196c47737dd2f3bddeb64a10dd6
file/malware/cythosia-malware.yaml:364014ed24c7b17c345ac32592217fdfc4d20c6c
file/malware/darkrat-malware.yaml:73987d9532c7a08e2a6627c88614b9fce9e34001
file/malware/ddostf-malware.yaml:49778648c7482c305ff3fc5d78e66cdac8d94f93
file/malware/derkziel-malware.yaml:6ff91aadd6680443ef94940b59344a21db2e7f60
file/malware/dexter-malware.yaml:68b5b634bd2b4153d2098c990603d2ee5423833e
file/malware/diamondfox-malware.yaml:4ffc5fe2add1e16a40a0bcdd98ca3acaf8fe466c
file/malware/dmalocker-malware.yaml:28d51fca679841b51615e26ad4aa480f6c4bea9a
file/malware/doublepulsar-malware.yaml:7b2d488c73a57b563954ca742d04549ac0f1bf8d
file/malware/eicar-malware.yaml:5a7a4ba4e16d5c40eb56762b99cf25d5ce25cdfe
file/malware/erebus-malware.yaml:2591f00ef67c98b9278d52121557598095628d20
file/malware/ezcob-malware.yaml:fd3bef219e10a208113415ee69feb0134c00879e
file/malware/fudcrypt-malware.yaml:7238268ac28f50e0f0dcf82af59d4c37cb465b8d
file/malware/gafgyt-bash-malware.yaml:977fba0bb862cc17ba5c955c00ac87d93f81deae
file/malware/gafgyt-generic-malware.yaml:5f23e98932a80b1664b81d485ef9d3d4997519c5
file/malware/gafgyt-hihi-malware.yaml:8062cdd48d9925336c888707fd0ecd9180d96be0
file/malware/gafgyt-hoho-malware.yaml:eaf05baaafa662707230ca3e182147b461d2a60a
file/malware/gafgyt-jackmy-malware.yaml:ddf3f0a7a8bad9d897ef8b3f4f42bd4755af0a34
file/malware/gafgyt-oh-malware.yaml:c21e1edc81af594fa68657f3c92f8913bf55cbe4
file/malware/genome-malware.yaml:c1bdac2518e0ab6b256e16c9236209a6889548ee
file/malware/glass-malware.yaml:c02b7214096b92a32e182763d145af5c429c176c
file/malware/glasses-malware.yaml:4fd0a9f1d6830a0c4723f867919f7496555d43c8
file/malware/gozi-malware.yaml:3367af9619300eaceddcd92e7c771767a60bc411
file/malware/gpgqwerty-malware.yaml:fa5ad4427cbd567433ead29ae1d159ca427d56ce
file/malware/greame-malware.yaml:02217bf5927c58c56dde1043a656cc8b9f05f4a5
file/malware/grozlex-malware.yaml:bd6ee9393817d362ba0729a989f145547a38df15
file/malware/hash/anthem-deeppanda-malware-hash.yaml:bb3642fcf6638c330f08d8dae54afb75f1ecc596
file/malware/hash/applejeus-malware-hash.yaml:4865b8c3e03b53c144d9370b16a1befe92af894c
file/malware/hash/avburner-malware-hash.yaml:27fc3e8dad2eb7a775ae263fa06a573a91c45e4f
file/malware/hash/backwash-malware-hash.yaml:75e9529b4fa6c80619d2ab92063bc0b75bdb3aba
file/malware/hash/blackenergy-driver-amdide-hash.yaml:06705d8475df3472f50d63bf20cc95073923b3f5
file/malware/hash/blackenergy-driver-malware-hash.yaml:6b27b5f6419a81d81d495aaf0ea4055eb88d67e6
file/malware/hash/blackenergy-killdisk-malware-hash.yaml:417cb6add69482352064dedd30a62028527af0af
file/malware/hash/blackenergy-ssh-malware-hash.yaml:bd8231fc3a0966f01ec85bcd3c70ccfd54bed031
file/malware/hash/blackenergy-vbs-malware-hash.yaml:c2fde4cb8f242cfeb19608a407d58582c9343b0f
file/malware/hash/bluelight-malware-hash.yaml:99bb1b31963f87d0fbad5ed22ab4adc2a4b0cd24
file/malware/hash/bluetermite-emdivi-malware-hash.yaml:36e268444afbceabcf2f5483a3aaa24808aa9621
file/malware/hash/bluetermite-emdivi-sfx-hash.yaml:c9eb9b0b41d8ae159c81b1407f113a7deb0929af
file/malware/hash/charmingcypress-malware-hash.yaml:c0adf38e2eeffca3653820b7f805f988d22e3b0b
file/malware/hash/cheshirecat-malware-hash.yaml:9604a650af0f441b6f874ca2d12056b558171db3
file/malware/hash/cloudduke-malware-hash.yaml:ab9815166ddce10ac6e2539dd9f3cb67c02fc320
file/malware/hash/codoso-gh0st-malware.yaml:bec24823357fce8bac3b975f317987d6bb071024
file/malware/hash/codoso-malware-hash.yaml:d2ed48c424a243bea12f205148df4dcf9a4e3b9d
file/malware/hash/codoso-pgv-malware-hash.yaml:b7dbe66c57765e19962c2621e812e9606b5af808
file/malware/hash/codoso-plugx-malware-hash.yaml:ba969bbd44b1e410f970d3d6062b4803121b10cd
file/malware/hash/disgomoji-malware-hash.yaml:6d3ea4881c66e880e0b8a2ff638415b76579d59e
file/malware/hash/dubnium-malware-hash.yaml:0b2d45db1c9a2ce12b7197718142f03c65acad8d
file/malware/hash/dubnium-sshopenssl-malware-hash.yaml:809b70b1200603b6dd5aaebb7077335d0b3ac152
file/malware/hash/emissary-malware-hash.yaml:dbb7dcc6d2c27c0a8b20fd32d308164a3a77d7ae
file/malware/hash/evilbamboo-malware-hash.yaml:96959ef1b9d6c37fdeb7ec05d57e4ca114d38648
file/malware/hash/fakem-malware-hash.yaml:63503efa5c249ce3e74ee636b6b23baf07cf5658
file/malware/hash/flipflop-malware-hash.yaml:cc391b424f8cd13295e5eb5a0cf3957d25aed911
file/malware/hash/furtim-malware-hash.yaml:d3afd88f14a1e0c07b4c0823813b4106eccde549
file/malware/hash/gimmick-malware-hash.yaml:8f79ba611ebce3c6409114a95dc137fb98871586
file/malware/hash/godzilla-webshell-hash.yaml:0c9be2cab1c0480f0e4ced2ba48a6732b19492e7
file/malware/hash/greenbug-malware-hash.yaml:3a10f5d01d62a1606f3fdde277e33264914d4bb2
file/malware/hash/ico-malware-hash.yaml:2e3fc976be483a9db98285cf893e45cd90b7cb6b
file/malware/hash/industroyer-malware-hash.yaml:64c38a31f91f13c33709ec7db92f5389d4d082d7
file/malware/hash/ironPanda-htran-malware-hash.yaml:dbd480aa67e94e4c2232813f0372fa65f06aff0d
file/malware/hash/ironpanda-dnstunclient-malware-hash.yaml:fd30686f94f8dc352f776bd314f599561ab5543b
file/malware/hash/ironpanda-malware-hash.yaml:a0a2d303efe23e2f7b77434f5e9b16a1a40a7581
file/malware/hash/locky-ransomware-hash.yaml:5d567c1fcaf1703d2837c4a4af2e3bd889d8766d
file/malware/hash/minidionis-readerview-malware-hash.yaml:1ac390045933b5157feb70eb37a93ceacf147136
file/malware/hash/minidionis-vbs-malware-hash.yaml:40aaafab8cc281de9906e658e879c89251d8b291
file/malware/hash/naikon-apt-malware-hash.yaml:858e0f2954b8ce8f8a5eaf50d07a220a89ca009f
file/malware/hash/neuron2-malware-hash.yaml:d2626f562e3f7c7be40fdda0180affe41ea1b14b
file/malware/hash/oilrig-malware-hash.yaml:002591392ad1acf55c3034218b36bb7b992a442f
file/malware/hash/passcv-ntscan-malware-hash.yaml:faff7de8b889f5015b7cfaa428382850549fbb40
file/malware/hash/passcv-sabre-malware-hash.yaml:88556ab3408121a616af39d8fecbfe0447dd3777
file/malware/hash/passcv-signingcert-malware-hash.yaml:3da724d67f1832b5518c8b31054122e1f9aa9957
file/malware/hash/petya-ransomware-hash.yaml:a03e15bcf761711cdab594649cfe13fa9605f90e
file/malware/hash/poseidongroup-maldoc-malware-hash.yaml:466f570c989143ced35f2ab1e82b819ccb5e6887
file/malware/hash/poseidongroup-malware-hash.yaml:516f861330f2af629758648e3a7daf913ce2cce7
file/malware/hash/powerstar-malware-hash.yaml:b1dae0703f67f8c8d7b013687fb5a6b776192900
file/malware/hash/purplewave-malware-hash.yaml:4fa053d77fbcc0590656ffac1f8223dce12a4420
file/malware/hash/red-leaves-malware-hash.yaml:f8f0b24847246e20aa9bceefe02e2fad940a6e66
file/malware/hash/regeorg-webshell-hash.yaml:3b37f461bfcefbcb0c81d03fab96295456bf5f2a
file/malware/hash/revil-ransomware-hash.yaml:c79bfdbeea825f51a3c1e52768c48e02f197b5d5
file/malware/hash/rokrat-malware-hash.yaml:6aa086d47148b9abb0075fbe1f39eb24b552b18d
file/malware/hash/sauron-malware-hash.yaml:ba6ad6e4659c5250b159a3513107e3b458d0cc7a
file/malware/hash/seaduke-malware-hash.yaml:935de90d644686ad270d5ad8bd43a54916e213f9
file/malware/hash/sfx1-malware-hash.yaml:94f89690d19fa10b9e13d6140af359485918a85e
file/malware/hash/sfxrar-acrotray-malware-hash.yaml:fdcc260991bc3ed12e0566268d71b0163010b68b
file/malware/hash/sharpext-malware-hash.yaml:1429e0f3945825a0d22233cff4324d3f26ccf072
file/malware/hash/sofacy-Winexe-malware-hash.yaml:00af831740958fab0caeb02328c44cd5634404fc
file/malware/hash/sofacy-bundestag-malware-hash.yaml:6466262d1c892f4164698e994821b6d8c8fec552
file/malware/hash/sofacy-fybis-malware-hash.yaml:d1c0cabea022ae7879fd07c4baf0736d5d8f8b94
file/malware/hash/tidepool-malware-hash.yaml:97eb0160af7840836d232b97dcde0338051142ef
file/malware/hash/turla-malware-hash.yaml:1b3af3412c8f58e030b8ef4d99b1ddfeb25711df
file/malware/hash/unit78020-malware-hash.yaml:cd2661f5ae9b5196db45cdd7806b35a177889e77
file/malware/hash/upstyle-malware-hash.yaml:97dd29d1157acde770bd48f12fcf721fc1f828f6
file/malware/hash/wildneutron-malware-hash.yaml:ec0b7f268c19239dc1dbb1f4a93f902921a03381
file/malware/hawkeye-malware.yaml:7cfd7dcaa71a7e08f27724e24f49c8d9c8e60315
file/malware/hydracrypt-malware.yaml:8924311d2a7dff9d3a6b8f5d3fd0c294604f48a9
file/malware/imminent-malware.yaml:6443426fde4dc82ce34a2239251726cc95e8fa44
file/malware/infinity-malware.yaml:084486871882c45822723311be3f02e7c4f0e370
file/malware/insta11-malware.yaml:42d00997aff1d3804987ef169f17335735ad531d
file/malware/intel-virtualization-malware.yaml:03b317afac074389f3e7bab3524f0ddfe1572185
file/malware/iotreaper-malware.yaml:c233ea57c13c8d2fc44ca0e6aa7b86d2e6216da4
file/malware/linux-aesddos-malware.yaml:a16e742897c09465d23e963ba98457fa8515c67d
file/malware/linux-billgates-malware.yaml:9b4cccfee653b6d0857f001c3880a3a43ac0f3ff
file/malware/linux-elknot-malware.yaml:c1876b167fdd5f66f2e5f5d05a0aec0ebae37510
file/malware/linux-mrblack-malware.yaml:d4cc0d4f859a80b554a8edb4d95df26faa17b1e3
file/malware/linux-tsunami-malware.yaml:68f35a80353bde794db49738cd52f232d8bd360e
file/malware/locky-malware.yaml:9d6baa79f9043bde15e0c8ac0fe0f7c90947c2d9
file/malware/lostdoor-malware.yaml:21f4d47f390ac73a13e430fa00d7763206d88b7b
file/malware/luminositylink-malware.yaml:0006c17c7c58a860cb21260c21c929ab5836acc0
file/malware/luxnet-malware.yaml:f50e7ba98bd326b6848b1e9222e7d9bc082744c0
file/malware/macgyver-installer-malware.yaml:9bc736ba4bcd0e91838695a5a0fa3b34fc7ead95
file/malware/macgyver-malware.yaml:66f3965e79c7c6ca08b0d580c3072f127fd10b8e
file/malware/macos-bella-malware.yaml:50a82ab454737f5ed85ae8e26c8fb2a2891a207b
file/malware/madness-malware.yaml:b7e46d2eff3b283e2a361e5cb6b1da0f1cfb8bc7
file/malware/miner--malware.yaml:9d501197a59487e283882c375cf8ff8ee250d201
file/malware/miniasp3-malware.yaml:ebb570ea337a7e2a034e76bd556ff30f4af4e0fd
file/malware/naikon-malware.yaml:a4c3ecd2c078c7c2f8a78315f680a74bb5570ec6
file/malware/naspyupdate-malware.yaml:d1274c93e6ce006cfb03578f3fb57502567f1423
file/malware/notepad-malware.yaml:b83bcddd950a0428ba4c61b33ce8e0563b4f1060
file/malware/olyx-malware.yaml:2b211eedbf4868bbaf087e8d8016a79674b5e147
file/malware/osx-leverage-malware.yaml:b8b3de7bebc0bf46bfaa7ad206e807b8d58bc3b8
file/malware/paradox-malware.yaml:ed43d1103ded35ee78162336928adc1013fb3fbc
file/malware/petya-malware-variant-1.yaml:0549410ed49234ab730084cd5c4ac5df24fed960
file/malware/petya-malware-variant-3.yaml:d041da30f892302b42318ed5e46efaccafb00227
file/malware/petya-malware-variant-bitcoin.yaml:2fc0237bd7122032eb7622069e333d44adc8a7a4
file/malware/plasma-malware.yaml:30baa6f6422c282819f68082647f7680abf78467
file/malware/poetrat-malware.yaml:73dbc1891c3c623a7d62f474bd56083d09583d30
file/malware/pony-malware.yaml:fdf909ccef7a2d1de8edaad0ee24429d3c57f395
file/malware/pony-stealer-malware.yaml:e4fd8afaeb629f6b167c2db0c650f9f4066b776c
file/malware/powerware-malware.yaml:fc7cafe4afa2634bc0dc40fb75c3de7b60e44ac1
file/malware/pubsab-malware.yaml:1c1f07871574ae8c7fdc8be90d0e1ac491b87d16
file/malware/punisher-malware.yaml:2bb7683d79250962cbd83f95a3b60ae110deac5b
file/malware/pypi-malware.yaml:b423b88cf940420580433cf580a7253a767fde0b
file/malware/pythorat-malware.yaml:07b90a6be1383f0a128c1deb11d14413e229a79f
file/malware/qrat-malware.yaml:83f0758e3a02c0a9e4853b7ed994019173bc29a4
file/malware/satana-dropper-malware.yaml:4f8d5233d900f09449d78302509d6cdf5c91e2b1
file/malware/satana-malware.yaml:30e3f31d791cd871c810f5d1a185824d4c948048
file/malware/shimrat-malware.yaml:aeae244d7dbadb099702d73c76b79a57c179793f
file/malware/shimratreporter-malware.yaml:f011bd9621aa17056fb96a3495204115d2d7e036
file/malware/sigma-malware.yaml:8d19c3a5b317841fe6ee238da269d870542032f5
file/malware/smallnet-malware.yaml:6e0f0e42c51494f406af2c5c8c38e98cc6abc9ce
file/malware/snake-malware.yaml:17de525e3e5a03741082b1e6ec6a8cd3d8008bb2
file/malware/sub7nation-malware.yaml:b13ebb6b0205887a17056beb0c4de56390a8b647
file/malware/t5000-malware.yaml:45e4bcadefbd97b1e506e97f2d57ec4c21c0d7d0
file/malware/tedroo-malware.yaml:1e1b17e7b7fa99457fba23502f0448c468098fde
file/malware/terminator-malware.yaml:d641fcee07c5ef77cdd5a83e0355513f045ccadc
file/malware/teslacrypt-malware.yaml:ac6e31a310b3bd97ccc130eea7a600b6c6f6cc09
file/malware/tox-malware.yaml:c326ae66895d8bef24f39c4102f14a277a8882c0
file/malware/treasurehunt-malware.yaml:b7a79234d52605c1a26dc087826b4a4def7318e5
file/malware/trickbot-malware.yaml:bc285b120f14eebd7e55c6c9d44a5b4a23c9eb98
file/malware/trumpbot-malware.yaml:2818475450cc2c784446bae7558d0f0d12ada044
file/malware/universal-1337-malware.yaml:fd1526a6e0f28d47425759a7206c6ddb849b3628
file/malware/unrecom-malware.yaml:804c55212dd730762425001d81f9ced81526941b
file/malware/urausy-malware.yaml:702791414f6ae07a75454b767f7b2dc238acb482
file/malware/vertex-malware.yaml:dbbbe626d020ae4d7bbd344de80b6a54835ec6b5
file/malware/virusrat-malware.yaml:26139365e8bc1b4ca2b45a9490c34b19f986215e
file/malware/wabot-malware.yaml:7d2630471fae89dc585a6cbd284f9bf29e6259d7
file/malware/wannacry-malware.yaml:4d955739e936b2e11fa054b66bb3bcae8b924b49
file/malware/warp-malware.yaml:9c9807f855164bb0900194f0ed48bd194d310ea5
file/malware/xhide-malware.yaml:1014bac698098d85b1de13cce518523719c41021
file/malware/xor-ddos-malware.yaml:f5b4f72a7b0ed38d9d6010429fe0bb69181383ce
file/malware/yayih-malware.yaml:d0632e660caa87b47d08a264fd0625d587900dc8
file/malware/zeghost-malware.yaml:b22b2d2e5b9275d73783429a26bb3a4539c38eef
file/malware/zoxpng-malware.yaml:8a68576c8ae0fa4c9ade59a3a4a3305c0ea72036
file/malware/zrypt-malware.yaml:65317de67d8cc51c4ac510aef2b9db0ac4343307
file/nodejs/admzip-path-overwrite.yaml:b002b0c34d36f00d37fa4133fdf088bfae548bef
file/nodejs/express-lfr.yaml:092467a73e9ced0cfb29ab04ee9e9734cb2df623
file/nodejs/generic-path-traversal.yaml:0108d77fe8ff2b62ed30a2d1dfe6419ce003ad20
file/nodejs/tar-path-overwrite.yaml:0f92e145fd143bf524c0d9ac33684b59c87968dd
file/nodejs/xss-disable-mustache-escape.yaml:5789f72b913f4c617553350ceda81cfa81808e96
file/nodejs/zip-path-overwrite.yaml:dd882bde66cce627206423eb563b7d9c7b89b228
file/perl/perl-scanner.yaml:c2402eaaaf5d3a4ba9be2fa05e705bc9927f8780
file/php/php-scanner.yaml:798e59f21db88302cdfe2632929cd31f6a5f67d7
file/python/python-scanner.yaml:1a1fa479f9e4f79260380733e061e2a44d051ae6
file/url-analyse/url-extension-inspector.yaml:3dc272020bce701a429f74f92118f7c51f896a9f
file/webshell/asp-webshell.yaml:3d5fd63aebe784dc4f49b04478b7fef5f4e9e2c2
file/webshell/jsp-webshell.yaml:2d750d74431e61570c7d96d5ffeb4353d3820a1d
file/webshell/php-webshell.yaml:8465f2abe6a2b13a2f3ceaa3c277a7fdebdfaa41
file/xss/dom-invader-xss.yaml:9b911e2d4de98274f413c9a6a6689a4609c66eaa
headless/cves/2018/CVE-2018-25031.yaml:d1b98330ac63ebee28a14fc633dafbf039ed6c48
headless/dvwa-headless-automatic-login.yaml:4c1f2437b541a83dfda0e1239995b08a0315e478
headless/extract-urls.yaml:499408f8b8d77cb5315ed584ac23c90328823a3f
headless/headless-open-redirect.yaml:b18cf92bc09eff3df48ca7c7e4f0c6d4fef9b97c
headless/postmessage-outgoing-tracker.yaml:ab46f9315290cbae87c53ef2e270ae5659263bb4
headless/postmessage-tracker.yaml:50ac0789131cde4f308a4bbf78928549aed7e9ef
headless/prototype-pollution-check.yaml:e7e9713474a3f7376073cb23ae5f878973238f65
headless/screenshot.yaml:037205c1a1cb5617d119da0a545d1d6742629ef4
headless/technologies/js-libraries-detect.yaml:5c62ba8ad03afb53da2856ea757fe4fd20694567
headless/technologies/sap-spartacus.yaml:fd0c71b102c08d82bbc848c59b83b92634d13cc6
headless/webpack-sourcemap.yaml:de0976ebc4c4be771e050da56a5d08212e054a09
headless/window-name-domxss.yaml:d56b00173f38f50a27940e5beeaa9499d6cd7c2c
helpers/payloads/CVE-2018-25031.js:47b0062436e7afe62fc2f8251a29bb4d443327d2
helpers/payloads/CVE-2020-5776.csv:bb017fe08ae985c23145f7b69aab97cdffbbd8aa
helpers/payloads/citrix_paddings.txt:e88ad6e71d7fd4544e8efb87641083d630b1a7da
helpers/payloads/command-injection.txt:409a63a78f9f5a463437042971912fa06e4135bd
helpers/payloads/cve-2023-34039-keys/id_rsa_vnera_keypair_6.0.0_platform:d6910e0253e1a2a638c1d838cc72eba1b260ad32
helpers/payloads/cve-2023-34039-keys/id_rsa_vnera_keypair_6.0.0_proxy:eb2b1e56bfe2aa7378512e08b9c325026a932d9d
helpers/payloads/cve-2023-34039-keys/id_rsa_vnera_keypair_6.1.0_platform:d2a2259953057460ac08b8a3363f3bea895ff07b
helpers/payloads/cve-2023-34039-keys/id_rsa_vnera_keypair_6.1.0_proxy:2bf9f15427a69e6a877ff5abb6a51fdccea1d87f
helpers/payloads/cve-2023-34039-keys/id_rsa_vnera_keypair_6.10.0_collector:73ba49caf58d1d2b47822392d7914d886fb6e2a9
helpers/payloads/cve-2023-34039-keys/id_rsa_vnera_keypair_6.10.0_platform:e2a3f3f7ca4ca7b4e04f4efd1830589a77169d27
helpers/payloads/cve-2023-34039-keys/id_rsa_vnera_keypair_6.2.0_collector:4ef81a776654b0be06cd583fb9f7c2526c0b4f36
helpers/payloads/cve-2023-34039-keys/id_rsa_vnera_keypair_6.2.0_platform:a7fd2c45fa507d23e12d2f2e8980913f298dd69f
helpers/payloads/cve-2023-34039-keys/id_rsa_vnera_keypair_6.3.0_collector:d9153da93a8a3aef38c0dd17dcc151e61a302196
helpers/payloads/cve-2023-34039-keys/id_rsa_vnera_keypair_6.3.0_platform:510aae0b376df0ea0afd39c2c5f49dab43520750
helpers/payloads/cve-2023-34039-keys/id_rsa_vnera_keypair_6.4.0_collector:0f5d24c5bca78dd39d876fa0cf1e8ca4b52d97c7
helpers/payloads/cve-2023-34039-keys/id_rsa_vnera_keypair_6.4.0_platform:b5ee2fb144ae14b319a8bbab4ea174bce9739e0d
helpers/payloads/cve-2023-34039-keys/id_rsa_vnera_keypair_6.5.0_collector:fb3d2def02bc5431196675d24c62e81adda5a0d4
helpers/payloads/cve-2023-34039-keys/id_rsa_vnera_keypair_6.5.0_platform:727cac715206e597574eb50ffc681b621875d5e7
helpers/payloads/cve-2023-34039-keys/id_rsa_vnera_keypair_6.6.0_collector:352f8ff647dc39ebcdbb84044df76bf9dc2fbbe5
helpers/payloads/cve-2023-34039-keys/id_rsa_vnera_keypair_6.6.0_platform:352f8ff647dc39ebcdbb84044df76bf9dc2fbbe5
helpers/payloads/cve-2023-34039-keys/id_rsa_vnera_keypair_6.7.0_collector:9cc7b4e06707d49420b8c502012736ef3feada1c
helpers/payloads/cve-2023-34039-keys/id_rsa_vnera_keypair_6.7.0_platform:3faa0cfebe6758bc51d42a77559443b11768d804
helpers/payloads/cve-2023-34039-keys/id_rsa_vnera_keypair_6.8.0_collector:f6f7a105a9a0e8a4810cd6dfbdfb073df7df4d73
helpers/payloads/cve-2023-34039-keys/id_rsa_vnera_keypair_6.8.0_platform:f313761a10bf74d507008d99a995cf25f3f4fb12
helpers/payloads/cve-2023-34039-keys/id_rsa_vnera_keypair_6.9.0_collector:1efb4cc54ae18159e7ed9f94d71eb30df5c82db8
helpers/payloads/cve-2023-34039-keys/id_rsa_vnera_keypair_6.9.0_platform:7bae590cb5bef1589d32311f61d1a7728d3d9847
helpers/payloads/request-headers.txt:b85d7c53290237323b5374416fbec07237941aa9
helpers/payloads/swagger-payload:6e0a08fc7310a1ce07226a012520ba1f73029945
helpers/payloads/wp-social-warfare-rce.txt:6b93ad84c3035c6779d75057e645171476cbc530
helpers/wordlists/adminer-paths.txt:2ac24141ad5f28203b9ca35719bd51f39381aa36
helpers/wordlists/grafana-plugins.txt:0621c38f856c64ac8c96e53b96bc90881fe35704
helpers/wordlists/headers.txt:1d92a664669f50906e4ad90d299f78cbeb6f8687
helpers/wordlists/mdb-paths.txt:c380943cfa8a337ccb1ea38062e2856924960f1a
helpers/wordlists/mysql-passwords.txt:39cb7f9500b441097c09510fbf93b7c123cd77e9
helpers/wordlists/mysql-users.txt:d46fe9fd35f6b8d4de6901572e04bcc0845e8332
helpers/wordlists/numbers.txt:8084f0f10255c5e26605a1cb1f51c5e53f92df40
helpers/wordlists/params.txt:503c5527904f6c8846d31f87b1ac565c61d7c6c6
helpers/wordlists/prestashop-modules.txt:ae73ac19d088b28a943e8a9ce98ab4461e4dc029
helpers/wordlists/shiro_encrypted_keys.txt:3a072e8246dabee62eecfd62edef1b3977165f34
helpers/wordlists/ssh-passwords.txt:04aaf532580a605e8356df448196ac06939ad544
helpers/wordlists/ssh-users.txt:0b2b1baabe954785090807a6eb51a69a5e1c2fc8
helpers/wordlists/user-list.txt:0a02b5896b67f5ed213b6d8bc051c79cd1b9457a
helpers/wordlists/wordpress-plugins.txt:57232b538c5faddd4dd6e3adeb1864421764440d
helpers/wordlists/wordpress-themes.txt:3424134fa69db08604545ecf1441cf6330bf0982
helpers/wordlists/wp-passwords.txt:dd36d46539d71aa9d1ecbdc83c7b74b931986d56
helpers/wordlists/wp-users.txt:b07f7f79b1d6ed1832e37e1d3feea3fd2bfb764b
helpers/wordpress/plugins/ad-inserter.txt:08d2e98e6754af941484848930ccbaddfefe13d6
helpers/wordpress/plugins/add-to-any.txt:08d2e98e6754af941484848930ccbaddfefe13d6
helpers/wordpress/plugins/admin-menu-editor.txt:f84939ff21a1ffe63d6f3e405737228a6e174657
helpers/wordpress/plugins/adminimize.txt:ec155403800c88db49630516a63f68500f17d612
helpers/wordpress/plugins/advanced-custom-fields.txt:f454be7d464d6c09f200806744a41ceb54f6bcfd
helpers/wordpress/plugins/akismet.txt:fb52ada446f84acb5529ace8fe4f25e203a5dddb
helpers/wordpress/plugins/all-404-redirect-to-homepage.txt:e5d05199b7d43b0bd203a9cf2e8e874dad4ff45f
helpers/wordpress/plugins/all-in-one-seo-pack.txt:4a74356d25940a094bf92b6722f74e38e3ad55ec
helpers/wordpress/plugins/all-in-one-wp-migration.txt:41d75a1151922be816d326fae3463dc4a05124b0
helpers/wordpress/plugins/all-in-one-wp-security-and-firewall.txt:713afc477e35aa343e8d0dd831aa85fab6ba2e0f
helpers/wordpress/plugins/amp.txt:c955a071223dbc4ae3893b0d1dc4db00dd77d91f
helpers/wordpress/plugins/antispam-bee.txt:ce256ecfbb665c5366c1669a3e7c3a24c65a6fa2
helpers/wordpress/plugins/astra-sites.txt:97d362c1e174c59583bc075f9c4f790b095f0935
helpers/wordpress/plugins/astra-widgets.txt:386ef6797a9c4de50f240b16bd76bbeae35a5711
helpers/wordpress/plugins/autoptimize.txt:1889abba77b26fc1827431e5d46978a5e89769e6
helpers/wordpress/plugins/backwpup.txt:3ba1cdcd02c8fe15ffff21ff0cb646a3324830ca
helpers/wordpress/plugins/better-search-replace.txt:08d2e98e6754af941484848930ccbaddfefe13d6
helpers/wordpress/plugins/better-wp-security.txt:3fe0b3c91b9dd2a6f57c0d1e7ec7c05ac3858661
helpers/wordpress/plugins/black-studio-tinymce-widget.txt:b74c052eec677c340bd7f99d94e1557d1f1d5e53
helpers/wordpress/plugins/breadcrumb-navxt.txt:8470da5c818e6dc68d623fea21c1b507e075b906
helpers/wordpress/plugins/breeze.txt:12c708130d75c9e7150d0af82c0b82b66c6c85e0
helpers/wordpress/plugins/broken-link-checker.txt:47ac56ccfa5b6db61c32cb48c2dda8cc64d242cb
helpers/wordpress/plugins/child-theme-configurator.txt:fbd969c78e9a6d04b7b8fc3a74ee2ee96b5fb3d8
helpers/wordpress/plugins/classic-editor.txt:933c3d96b7fbc319e2e08dda5c340797d7c8d99f
helpers/wordpress/plugins/classic-widgets.txt:98250286db92ccc336dc6f622c10c8bc09286693
helpers/wordpress/plugins/click-to-chat-for-whatsapp.txt:83883f9a9f04a04af0c790df93d414e14826cfb7
helpers/wordpress/plugins/cloudflare.txt:95b4f085ec6b3a33a23781c7cfda78c317e5dca1
helpers/wordpress/plugins/cmb2.txt:6f2af731f80db655385d3795034b4b4bdd02a8bf
helpers/wordpress/plugins/coblocks.txt:1889abba77b26fc1827431e5d46978a5e89769e6
helpers/wordpress/plugins/code-snippets.txt:bcfacf8cd6cd2afbf752b95fba64c2c67f0c2e7b
helpers/wordpress/plugins/coming-soon.txt:08d2e98e6754af941484848930ccbaddfefe13d6
helpers/wordpress/plugins/complianz-gdpr.txt:47c3ed69e5609d2452fff4d1fa775f2f0aaa7d4c
helpers/wordpress/plugins/contact-form-7-honeypot.txt:488784591515bd4cdaa016be4ec9b172dc4e7caf
helpers/wordpress/plugins/contact-form-7.txt:2cb2c87ac5ebde3b1ed1d5d55a5747b6f05ee8f7
helpers/wordpress/plugins/contact-form-cfdb7.txt:87d8ffba80ba87401ae94d97363f39c9ca8aa639
helpers/wordpress/plugins/cookie-law-info.txt:bfab3aeb3ee470933c959fbaefb61840492ea8f8
helpers/wordpress/plugins/cookie-notice.txt:5b3fa59c8d983303bb4380265de5153b897ee87d
helpers/wordpress/plugins/copy-delete-posts.txt:a2048abb201b6201e7cd25e8b0262758a98d59da
helpers/wordpress/plugins/creame-whatsapp-me.txt:08d2e98e6754af941484848930ccbaddfefe13d6
helpers/wordpress/plugins/creative-mail-by-constant-contact.txt:8a49e162e780f4c3a1d7e6f60cbfde4d5158004e
helpers/wordpress/plugins/custom-css-js.txt:4ef690b935393e44a136931421e45fe50451b469
helpers/wordpress/plugins/custom-fonts.txt:c7e3a41454e034e5ad994df8bf12b61e9fb1e1bc
helpers/wordpress/plugins/custom-post-type-ui.txt:fcb074a94f4c6b8f87287f31608426312e7fb753
helpers/wordpress/plugins/disable-comments.txt:2ae3ad2f93cb6bc93d15eedb93cdf5051262687b
helpers/wordpress/plugins/disable-gutenberg.txt:7c49f6117c3f09ee90548ad70960b7a9b716deb8
helpers/wordpress/plugins/duplicate-page.txt:eb8938636fe209df72afeee0da7ccac88ff1f5b9
helpers/wordpress/plugins/duplicate-post.txt:59a7597c10f2e831aaf8a6526fb9a13e25ea680e
helpers/wordpress/plugins/duplicator.txt:157d57f2e8bde3f7ab25703a4e4a74dc578bd412
helpers/wordpress/plugins/duracelltomi-google-tag-manager.txt:68c9b7f7107e58a492677237912410e7d28c994b
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:01b1c534c2db2eebe8eb41bca1f0ffc4193b0e3f
helpers/wordpress/plugins/elementor.txt:2b0e38d303e042a2d07cda096a0cdeb1c652e196
helpers/wordpress/plugins/elementskit-lite.txt:b981b5efd3a591e7a7cda1a4740574ce3b34b19a
helpers/wordpress/plugins/enable-media-replace.txt:02c0165b5afcee9880bd9f9df6fd96ec80b231d4
helpers/wordpress/plugins/envato-elements.txt:56edf1b708bdabe845695022e07cf4185f4dcad7
helpers/wordpress/plugins/essential-addons-for-elementor-lite.txt:c2f6e33fb60b67b268545d3b0e259764776a283d
helpers/wordpress/plugins/ewww-image-optimizer.txt:870e5d450f9b724470527fe121b78fd6bbf6d9aa
helpers/wordpress/plugins/facebook-for-woocommerce.txt:bfab3aeb3ee470933c959fbaefb61840492ea8f8
helpers/wordpress/plugins/fast-indexing-api.txt:9179d5509f8564f9a9b7411a76b338ec2a3b721c
helpers/wordpress/plugins/favicon-by-realfavicongenerator.txt:08d2e98e6754af941484848930ccbaddfefe13d6
helpers/wordpress/plugins/flamingo.txt:555a5c5c92b230dccab828d90e89ec66847ab9ce
helpers/wordpress/plugins/fluentform.txt:62816587b37c8a986e8470456cb1ccaca418bd38
helpers/wordpress/plugins/font-awesome.txt:24081282f3a9a62c341308c388d8ed137057665d
helpers/wordpress/plugins/force-regenerate-thumbnails.txt:8bff12eeb621c3f4c18ae1d2809b3860778910f4
helpers/wordpress/plugins/formidable.txt:309bd303ec4d8c564bacf4b39075aa7866dcdea4
helpers/wordpress/plugins/forminator.txt:4069b806e5d27e95685e8ab99e1322abd02eb9d4
helpers/wordpress/plugins/ga-google-analytics.txt:685772c638221af0e5cd971e0621df348dbadc35
helpers/wordpress/plugins/gdpr-cookie-compliance.txt:2f4af87dfd67a2385a4e30cfbd4d57d669853135
helpers/wordpress/plugins/google-analytics-dashboard-for-wp.txt:bc9981e1c7ebf53d15d8cf9698c2bb6137881fc9
helpers/wordpress/plugins/google-analytics-for-wordpress.txt:ba46cbfd15f3e265cd93b9b01e7e97a6fbfa3a14
helpers/wordpress/plugins/google-listings-and-ads.txt:c3c414dd549c09cb265d8cf95aef8445bf875384
helpers/wordpress/plugins/google-site-kit.txt:b112d64c12ea14bbfa5671fe7ac7af8d575b1e0b
helpers/wordpress/plugins/google-sitemap-generator.txt:8219d4ef07eba68c05cb812b66a743661925aa25
helpers/wordpress/plugins/gtranslate.txt:16b08d6d2a65aa308add14852e0faea08001ef60
helpers/wordpress/plugins/gutenberg.txt:b6e10b645f3ab7a7a9d011ad1601bf695ace86af
helpers/wordpress/plugins/happy-elementor-addons.txt:8365908e3026803300d1009572fe7bf474d0927b
helpers/wordpress/plugins/header-and-footer-scripts.txt:bf64dd8c92190417a38d834b0c92eee4be757761
helpers/wordpress/plugins/header-footer-code-manager.txt:42c9dca141f2cd50ab7fcfa673255d29eac1fe9d
helpers/wordpress/plugins/header-footer-elementor.txt:e1e19bc7267dd9c0a93903ac4803a7f52de3d1d6
helpers/wordpress/plugins/header-footer.txt:e533118608a55d6ab1d3699c600fc5c59213df36
helpers/wordpress/plugins/health-check.txt:9b80ca131fbc6cb5a944359bf46b2f5f301b25fc
helpers/wordpress/plugins/hello-dolly.txt:534467bb06aa6d8cb7e27ce2f48b87742c795cad
helpers/wordpress/plugins/host-webfonts-local.txt:e00602f1c349065df0c9ef24dec6d03c9f5a1ecf
helpers/wordpress/plugins/hostinger.txt:2eb538e42b910c397ab801353b059c51f265f092
helpers/wordpress/plugins/image-optimization.txt:5e0ad8390d778d86a4a369e5ad6950036a8ebb86
helpers/wordpress/plugins/imagify.txt:53847c48faeb5e255ebcdd1a4762a53f7163d7f0
helpers/wordpress/plugins/imsanity.txt:6b6e01beb45fb7f89787efd83e89589ecafc6104
helpers/wordpress/plugins/insert-headers-and-footers.txt:1467c965873cc632279bc3b451f12414b23902fc
helpers/wordpress/plugins/instagram-feed.txt:08d2e98e6754af941484848930ccbaddfefe13d6
helpers/wordpress/plugins/intuitive-custom-post-order.txt:d1fd48333115227b181b4b132e5511e91d95bea5
helpers/wordpress/plugins/iwp-client.txt:6c3371737e84ab4219f83867466569f042741c0c
helpers/wordpress/plugins/jetpack-boost.txt:d8521792e123691f48a1df559885c477069c6c1d
helpers/wordpress/plugins/jetpack.txt:a861c6358fded34510ab1962eb66230220d77942
helpers/wordpress/plugins/kadence-blocks.txt:88e08e0e9092f4e08e09cd001ea68a3e37a33e66
helpers/wordpress/plugins/kirki.txt:9640fdbbae3c8e8f74e96e656f485284e8f8ed9d
helpers/wordpress/plugins/leadin.txt:d4a4068d21627778d982b009ccde0601fc6647b8
helpers/wordpress/plugins/limit-login-attempts-reloaded.txt:3996adb4a5baf85b23093a06a6e8607146c2380c
helpers/wordpress/plugins/limit-login-attempts.txt:08d2e98e6754af941484848930ccbaddfefe13d6
helpers/wordpress/plugins/litespeed-cache.txt:3a108f8e498bd0c9790af41f7f7d8093515044ff
helpers/wordpress/plugins/loco-translate.txt:0aa5278ef5ea1dbf030f22ea213474a6ac406d64
helpers/wordpress/plugins/loginizer.txt:cd50e5150f44bd97a823ab2dd4155dd014f5f646
helpers/wordpress/plugins/loginpress.txt:4ea93c6a1e320054f99d66f428e611b31355cd92
helpers/wordpress/plugins/mailchimp-for-woocommerce.txt:08d2e98e6754af941484848930ccbaddfefe13d6
helpers/wordpress/plugins/mailchimp-for-wp.txt:0ef6ca3504757e440dbb7f74dfc7956540130d09
helpers/wordpress/plugins/mailpoet.txt:ad3aa02dac0a1de91cab5427e583e6630dbfef45
helpers/wordpress/plugins/maintenance.txt:2a43381575a9307e0a57dabb66f98b0c79dfa944
helpers/wordpress/plugins/mainwp-child.txt:6746a82081d852d58b152584407d5b80d3ac43f3
helpers/wordpress/plugins/malcare-security.txt:ba9db54a3e9b0df9d1362a546f3b3e62f1aa032c
helpers/wordpress/plugins/megamenu.txt:054dae9d64c38d76a066c981fbdab975b1abbf53
helpers/wordpress/plugins/members.txt:2beef4f1a38f9db1c05a1e49977c956626624d66
helpers/wordpress/plugins/meta-box.txt:193731126fc28e1c2848ea069e492a3a46c5fcf4
helpers/wordpress/plugins/metform.txt:714503a3af828a0db664fd44681d548aba3ee3a7
helpers/wordpress/plugins/ml-slider.txt:80ed6599146b54137db225fcbb582290d8512149
helpers/wordpress/plugins/newsletter.txt:c8b9858b5f22b090d294062ac1a62f64a7de4d69
helpers/wordpress/plugins/nextend-facebook-connect.txt:f6eab21f4096ab86124a60f5d8ae48626e598de9
helpers/wordpress/plugins/nextgen-gallery.txt:8c695bf155c8053505aaa583b04fbde1a8491860
helpers/wordpress/plugins/ninja-forms.txt:a16cd18f1019f04b207109b189b504edbde41ab2
helpers/wordpress/plugins/ocean-extra.txt:18e9f01467bf3568b107a667570d1dd8c6440565
helpers/wordpress/plugins/official-facebook-pixel.txt:49f9230a0175e58b6964e60aa97809134e03c8ae
helpers/wordpress/plugins/one-click-demo-import.txt:998d4ef3e7a6039ddbf0f888a2fd1c5243f7318b
helpers/wordpress/plugins/optinmonster.txt:7d8b5404caa565138684fd608724173bbe20f2c6
helpers/wordpress/plugins/otter-blocks.txt:488784591515bd4cdaa016be4ec9b172dc4e7caf
helpers/wordpress/plugins/password-protected.txt:b74c052eec677c340bd7f99d94e1557d1f1d5e53
helpers/wordpress/plugins/pdf-embedder.txt:7c48bf349bc02741cd6e5bf188ef8ecd52f2a60c
helpers/wordpress/plugins/photo-gallery.txt:118daf97168a9a15434efdbbaa6d2dbe5614eec6
helpers/wordpress/plugins/php-compatibility-checker.txt:c117423da3e5e169d36e3111880b709d28e85308
helpers/wordpress/plugins/pinterest-for-woocommerce.txt:024e6d4f5d6db7d7e0b074cb50b41ad492ddb8c3
helpers/wordpress/plugins/pixelyoursite.txt:7484f12819849725f45fc1539fd2128bde3834ee
helpers/wordpress/plugins/polylang.txt:634ac7a7e33e6dc123884fef23157c442970fb87
helpers/wordpress/plugins/popup-builder.txt:8b367cc24dc19d310f9af1157021067beef77465
helpers/wordpress/plugins/popup-maker.txt:c25ed33c251bfc15583cad11462f17a56e46989d
helpers/wordpress/plugins/post-smtp.txt:71912467feb2c9dd9cf4980fe27207c145471f4c
helpers/wordpress/plugins/post-types-order.txt:f243f3446bb1226eacba3cdb8b904ef729d6ec9d
helpers/wordpress/plugins/premium-addons-for-elementor.txt:167005dc36e245ab157aa813a088cff941fda8d5
helpers/wordpress/plugins/pretty-link.txt:e45ae12a7326100f6ce5fbc5ad2c1260c5d71d13
helpers/wordpress/plugins/really-simple-captcha.txt:ce0d88c5002b6cf7664052f1fc7d652cbdadccec
helpers/wordpress/plugins/really-simple-ssl.txt:d97823538c9ba6289bac6fea78445ad90770264d
helpers/wordpress/plugins/redirection.txt:1d9a9eb3723d36c07bbcef114c168744dedfa05e
helpers/wordpress/plugins/redux-framework.txt:0ad85a556e9d4c9fd4bb8da0f81f4d28b598587b
helpers/wordpress/plugins/regenerate-thumbnails.txt:aba31d0ba474d83f50978833d17946c355cb20c4
helpers/wordpress/plugins/royal-elementor-addons.txt:a56cd29155af22769bebe0b88ece9fc6cfca3731
helpers/wordpress/plugins/safe-svg.txt:47ac56ccfa5b6db61c32cb48c2dda8cc64d242cb
helpers/wordpress/plugins/seo-by-rank-math.txt:c98fdfe8d33e88802886bd84d87d6117bcb8ad03
helpers/wordpress/plugins/sg-cachepress.txt:7035802a8f118b141c54f97b9e8bf36b7d7f53a2
helpers/wordpress/plugins/sg-security.txt:3591720dc29efed55da59e353bbd1e1ad90dedf6
helpers/wordpress/plugins/shortcodes-ultimate.txt:bd1b35ea2c8692269da8a819c39a7433032177ea
helpers/wordpress/plugins/shortpixel-image-optimiser.txt:850cfb66b1912fccfdb12a41362d2393042887e5
helpers/wordpress/plugins/simple-custom-post-order.txt:106ca8d85638866255a70e746e9653cec398864b
helpers/wordpress/plugins/simple-history.txt:2f4af87dfd67a2385a4e30cfbd4d57d669853135
helpers/wordpress/plugins/simple-page-ordering.txt:8f52888ff7e35fd5ca310231fa076be1206b49bd
helpers/wordpress/plugins/siteguard.txt:92c6bf6bc1f97136cb8bbe1a936cc4289dff178e
helpers/wordpress/plugins/siteorigin-panels.txt:f522f67ac832d3968e5b0a47580f0ac715e89f4b
helpers/wordpress/plugins/smart-slider-3.txt:ddd091c3f02b8a56a7a2d9a4a0f8387a12a347f9
helpers/wordpress/plugins/so-widgets-bundle.txt:222da8dca74c58580fd6817da4aef16582951efe
helpers/wordpress/plugins/ssl-insecure-content-fixer.txt:b74c052eec677c340bd7f99d94e1557d1f1d5e53
helpers/wordpress/plugins/sticky-header-effects-for-elementor.txt:a1231facbb4b8314300cb531105cd765f90c95f1
helpers/wordpress/plugins/stops-core-theme-and-plugin-updates.txt:3e2cb2d1f1740c5f32e24ad2ae43138ffd391c84
helpers/wordpress/plugins/sucuri-scanner.txt:418cebfead647b325cd7291fe371d7f92515a84f
helpers/wordpress/plugins/svg-support.txt:89941265e418c7729912b574c9b29eff77c5b172
helpers/wordpress/plugins/table-of-contents-plus.txt:412a33ae14746612317b013dc23213cd79b5f3f3
helpers/wordpress/plugins/tablepress.txt:c83b2e9f55420fa41efd48e4a45103566c9e4767
helpers/wordpress/plugins/taxonomy-terms-order.txt:d176141136f1fe969aeca56eb98e3734f24199ae
helpers/wordpress/plugins/templately.txt:08d2e98e6754af941484848930ccbaddfefe13d6
helpers/wordpress/plugins/the-events-calendar.txt:efb11eb82b4282760409042dd3fd4bff129bbec9
helpers/wordpress/plugins/themeisle-companion.txt:488784591515bd4cdaa016be4ec9b172dc4e7caf
helpers/wordpress/plugins/tinymce-advanced.txt:93ab266c89e9dcb536484607a605b05e657be940
helpers/wordpress/plugins/translatepress-multilingual.txt:14507aa9246588cbf1725303a1878c660615d91a
helpers/wordpress/plugins/ultimate-addons-for-gutenberg.txt:43d658fcb5e8bd6cac245dd878e485a7651c9a4f
helpers/wordpress/plugins/under-construction-page.txt:17bb8bf9f231900aaec8e0d2788c3fa060ef1c5c
helpers/wordpress/plugins/unyson.txt:08105b9ddd906ead00c6c2b76a45ffa54f0efc2d
helpers/wordpress/plugins/updraftplus.txt:e8615588a2454d2d3d48934cdf103f3177c30c37
helpers/wordpress/plugins/use-any-font.txt:76aa3af2b1beb37efc64c37b686676bbf23eb2bb
helpers/wordpress/plugins/user-role-editor.txt:9404e7a541d10e6480bcec6f52d5fabcf1fd9c4b
helpers/wordpress/plugins/velvet-blues-update-urls.txt:abe23e8d51de58b629ca74fce30438ee71509264
helpers/wordpress/plugins/w3-total-cache.txt:c3c414dd549c09cb265d8cf95aef8445bf875384
helpers/wordpress/plugins/webp-converter-for-media.txt:5769e56370d18865a0fe37bcd84f60e61f7026d7
helpers/wordpress/plugins/webp-express.txt:08d2e98e6754af941484848930ccbaddfefe13d6
helpers/wordpress/plugins/widget-importer-exporter.txt:92dd42eb7b198ffac6578eae5bcfc969383d138c
helpers/wordpress/plugins/woo-cart-abandonment-recovery.txt:2f748680a25a036bf7bc9ea657a46c211c9151dc
helpers/wordpress/plugins/woo-checkout-field-editor-pro.txt:d03f659256ae48f1c9a26c5aaec38d4360485288
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:c8b9858b5f22b090d294062ac1a62f64a7de4d69
helpers/wordpress/plugins/woocommerce-legacy-rest-api.txt:6288dca36116a23967560d315aa079e9c4f5da8c
helpers/wordpress/plugins/woocommerce-payments.txt:356ef5627363fd1b4d41745a26ed9916eeb9fe9b
helpers/wordpress/plugins/woocommerce-paypal-payments.txt:0aaa3cea7451675ff270540e13308210d8fce9ab
helpers/wordpress/plugins/woocommerce-pdf-invoices-packing-slips.txt:a16cd18f1019f04b207109b189b504edbde41ab2
helpers/wordpress/plugins/woocommerce-services.txt:b6ed966424606782d1fc2f9032f0fb0e4d237bd7
helpers/wordpress/plugins/woocommerce.txt:ef691a1cf1ef79929e634736f9069bccdc166400
helpers/wordpress/plugins/woosidebars.txt:a2048abb201b6201e7cd25e8b0262758a98d59da
helpers/wordpress/plugins/wordfence.txt:40c453bafd4ebdb4a4b38416eb90fd03d3073fc3
helpers/wordpress/plugins/wordpress-importer.txt:d195b61caef74dab647d06101869c0863fff7a69
helpers/wordpress/plugins/wordpress-seo.txt:09c7dcd2ea357796d879b24eb2600e9964417379
helpers/wordpress/plugins/worker.txt:488784591515bd4cdaa016be4ec9b172dc4e7caf
helpers/wordpress/plugins/wp-fastest-cache.txt:0489698a3b78229a8b5df0f360850ce63827cf67
helpers/wordpress/plugins/wp-file-manager.txt:8c4e6ce593239d9464a2d3eb48692924898625be
helpers/wordpress/plugins/wp-google-maps.txt:a7271cc82e11f6991ba3e441b86276cbfd98f338
helpers/wordpress/plugins/wp-mail-smtp.txt:9a0a06f6eb18bf496057acce15162dc100f43480
helpers/wordpress/plugins/wp-maintenance-mode.txt:b8693a006e8d4b4817ba2402c67eff9e73383a45
helpers/wordpress/plugins/wp-migrate-db.txt:b8693a006e8d4b4817ba2402c67eff9e73383a45
helpers/wordpress/plugins/wp-multibyte-patch.txt:01fa77eedfbdd7455e8cf0cf239a4deb3041acfd
helpers/wordpress/plugins/wp-optimize.txt:1ee09476b338ca8261ad83be6aefa18693436588
helpers/wordpress/plugins/wp-pagenavi.txt:53203701692767a1c2a24e47d94a090230bd8b3f
helpers/wordpress/plugins/wp-reset.txt:0676d107698477ab3fa1a4f94a324657de0f87fd
helpers/wordpress/plugins/wp-reviews-plugin-for-google.txt:99d481ff0df2b58220e9d619c86ddce4d61e9726
helpers/wordpress/plugins/wp-rollback.txt:9900ba1358421f36ec71073f65f6a41eed98f7c2
helpers/wordpress/plugins/wp-seopress.txt:60d712d9a12f5416daabb3565821281c3cba1d4c
helpers/wordpress/plugins/wp-sitemap-page.txt:b600bf3dacb5d620338f6412a343d3349ec570bf
helpers/wordpress/plugins/wp-smushit.txt:c7f53e91bcbfae4c21042e9d0833d24ed2cfc08c
helpers/wordpress/plugins/wp-statistics.txt:d2c05942fd98efff4c5130f3478ddaad1ed28f27
helpers/wordpress/plugins/wp-super-cache.txt:e2f2e225c4ff1ca0a8c0083ca61d7e9717bb61d5
helpers/wordpress/plugins/wp-user-avatar.txt:a7bfba4c08f393aabc53a4392dbd6b3d0f13baaa
helpers/wordpress/plugins/wpcf7-recaptcha.txt:c3000a6db3b2781a189fbfaa91a73e6d63d567c9
helpers/wordpress/plugins/wpcf7-redirect.txt:e533a0ddf49ac25eb565f7786d75249e411bd53a
helpers/wordpress/plugins/wpforms-lite.txt:62156312501df259d1213db5481c36daaa321adc
helpers/wordpress/plugins/wps-hide-login.txt:0a6497b3debb49e99679808d2c227d762982f1ae
helpers/wordpress/plugins/wpvivid-backuprestore.txt:59d7e64657a8b97484f080d8c51a6652e22d2a14
helpers/wordpress/plugins/yith-woocommerce-compare.txt:fc4929308af8b80845b3c743a30013a669a02875
helpers/wordpress/plugins/yith-woocommerce-wishlist.txt:bac19d8941e404675dba7142fecdc9ea1f371ad9
http/cnvd/2017/CNVD-2017-03561.yaml:79260d0e646db6519b46802fac2d8ec8589d1ba2
http/cnvd/2017/CNVD-2017-06001.yaml:5ce62ea8bef46ad255ccbd17bad1a3fa2ea4e651
http/cnvd/2018/CNVD-2018-13393.yaml:e365c4cc3cecc4451e7c34a6981ab065564b97cb
http/cnvd/2019/CNVD-2019-01348.yaml:00039f3ad05b482affa479dab2872b59519edae9
http/cnvd/2019/CNVD-2019-06255.yaml:6b4def981648c129b9f13689a45185a2979848c8
http/cnvd/2019/CNVD-2019-19299.yaml:cd50ea5ec3feef05ce24f3cc0156675d3c9c975e
http/cnvd/2019/CNVD-2019-32204.yaml:cebac2aca6a77c5ec79483cbdc162c22c158bd7e
http/cnvd/2020/CNVD-2020-23735.yaml:ad6eb9158cab78f80ed0a048f4e63b56890d46fd
http/cnvd/2020/CNVD-2020-26585.yaml:2e3188e7b6ea0580fa9485e86fec89f9d4fceb86
http/cnvd/2020/CNVD-2020-46552.yaml:05621c2868338a85504a3e8715500c4f60862159
http/cnvd/2020/CNVD-2020-56167.yaml:c59b9cefb584a365c6afeb2ae226ad1821ddda93
http/cnvd/2020/CNVD-2020-62422.yaml:b3899286b444be3f5203f241de63b137cc7b63bf
http/cnvd/2020/CNVD-2020-63964.yaml:e340531566025fec2a69c5b211366d34aabebdbf
http/cnvd/2020/CNVD-2020-67113.yaml:b6ed5ca5c479927c2d267a6beb708bdc782c1b8a
http/cnvd/2020/CNVD-2020-68596.yaml:4a1c644954b7d789b503a390644acfc1c459e1dc
http/cnvd/2021/CNVD-2021-01931.yaml:16f6c167f58030d3042772280faea486e8e19a7d
http/cnvd/2021/CNVD-2021-09650.yaml:c52190bcf210a731366792c944c5bfe8272296a8
http/cnvd/2021/CNVD-2021-10543.yaml:c1026547067fb7f3dd5601f3f71eec8793222778
http/cnvd/2021/CNVD-2021-14536.yaml:78b9c1a700aedb16c09fb174f3a2b87361e4d757
http/cnvd/2021/CNVD-2021-15822.yaml:2d07bfd7e2578a3cb23bf8d3efb74adf85abd035
http/cnvd/2021/CNVD-2021-15824.yaml:111185f7d3cb57f2493ddddcbebdeb89edaf17e6
http/cnvd/2021/CNVD-2021-17369.yaml:c6641a046b08f57aa90ed4aca983da8265404f8c
http/cnvd/2021/CNVD-2021-26422.yaml:3e323f0417f5e29dde9543fbb5ecbfe4dbcc6303
http/cnvd/2021/CNVD-2021-28277.yaml:68aff5e8d0140815c4acfff946b3f46f69f184b2
http/cnvd/2021/CNVD-2021-30167.yaml:f8061502c874193ed485ddaafe54cce5a5e13dc9
http/cnvd/2021/CNVD-2021-32799.yaml:2040dd5a60d1a100d83a32c393ddca9297424559
http/cnvd/2021/CNVD-2021-33202.yaml:456cb1010d88aa9d66fe49b798317401e910bba4
http/cnvd/2021/CNVD-2021-41972.yaml:49971c05dd60e8d14f8d2c7eb92cdad18f62d3b4
http/cnvd/2021/CNVD-2021-43984.yaml:e6c70dfee97d7b8446455c82c402305c19a27a73
http/cnvd/2021/CNVD-2021-49104.yaml:f766f0c4ece9bdf09fb8ca471323937485dce9c3
http/cnvd/2022/CNVD-2022-03672.yaml:f4d4974170f405875cfc0cd6f61574e1a39b2772
http/cnvd/2022/CNVD-2022-42853.yaml:3a6672aeea87cae4f92e10b0c2502fb5f367967d
http/cnvd/2022/CNVD-2022-43245.yaml:5517d85329dd0ed3f1e7ad377a975304030ce66b
http/cnvd/2022/CNVD-2022-86535.yaml:00d1bf41def187f5b792344c1393ae436a839513
http/cnvd/2023/CNVD-2023-08743.yaml:8c2c0d1a7f369a2570b604f2aa5820f2de976388
http/cnvd/2023/CNVD-2023-12632.yaml:20d2c023ba88ea69568ea70c9619a6f229c9a929
http/cnvd/2023/CNVD-2023-96945.yaml:af381634d92b6ad37814da12d2f652c60614fe75
http/cnvd/2023/CNVD-C-2023-76801.yaml:7a741a8fbfcf92c4df98e64eada67899895d8078
http/cnvd/2024/CNVD-2024-15077.yaml:d97b1860e5154481146b5ebaf48f57448f62ecd1
http/credential-stuffing/README.md:88a738a7af33e930f046a6681114389b2f341fa2
http/credential-stuffing/cloud/atechmedia-codebase-login-check.yaml:8362d36f1fa45da68449901d392ba84be2f4a368
http/credential-stuffing/cloud/atlassian-login-check.yaml:18f7078d79a54b1741f82227ef0ffad50287ba20
http/credential-stuffing/cloud/avnil-pdf-generator-check.yaml:17d8c44586b5fbc0d9523ff5ca9e8f34bceead17
http/credential-stuffing/cloud/chefio-login-check.yaml:cc4b935ea49996d2658e908d600a3a6158a1006f
http/credential-stuffing/cloud/codepen-login-check.yaml:d998d092dadd48e44d50e7e5d45decd1d505236b
http/credential-stuffing/cloud/datadog-login-check.yaml:dfb5b1bfb3e648c86c52d19ebe8da3614ec3a2ce
http/credential-stuffing/cloud/docker-hub-login-check.yaml:18eb2fb27d9ecb5962db2c361cc08804ebbbb86d
http/credential-stuffing/cloud/gitea-login-check.yaml:e8303330240af73046b07bbca56fc51b126959c8
http/credential-stuffing/cloud/github-login-check.yaml:09244e7149176bea5e614099bec4b4fe4a2e6a06
http/credential-stuffing/cloud/postman-login-check.yaml:464545693bee7ef4707f94e3710e04bc1c0be406
http/credential-stuffing/cloud/pulmi-login-check.yaml:ce532c48b5e65624cefb884818d58709610ca4c2
http/credential-stuffing/self-hosted/gitlab-login-check-self-hosted.yaml:24e33df8f32dc3625dd9ae3f8e98055a47dfeedd
http/credential-stuffing/self-hosted/grafana-login-check.yaml:0b82037ff4e9c72df81aa93d7c7f5c745866c664
http/credential-stuffing/self-hosted/jira-login-check.yaml:968e46885f51c77a83c0698e59e96c37b37ea8b8
http/cves/2000/CVE-2000-0114.yaml:ebdf6c20a94e575096700e3a5a2bcb88c9995708
http/cves/2001/CVE-2001-0537.yaml:de9c0ed411efc68bb0f84a002805c674f14077dc
http/cves/2002/CVE-2002-1131.yaml:adca734956f3016c9f8035e5ad9d3d5e7facd4f4
http/cves/2004/CVE-2004-0519.yaml:7968af9d55ad3d7db45d4978c04830f4b81a26ed
http/cves/2004/CVE-2004-1965.yaml:1f20050eb605b78c6c0307155707e90d3c3a5cd5
http/cves/2005/CVE-2005-2428.yaml:cbf013aa0397077f4c33e09aa3f56783421f5954
http/cves/2005/CVE-2005-3344.yaml:54a7b30968e8eff300d74083651ac78ba54a6b61
http/cves/2005/CVE-2005-3634.yaml:c3fd26c6ac6037bf1de96a1e74bd51d4a7f3d4d2
http/cves/2005/CVE-2005-4385.yaml:20057d0cba302dc1bad5953124947e0267033c89
http/cves/2006/CVE-2006-1681.yaml:3dab8b5c90252f5c915312e7ad02426c2d60f98f
http/cves/2006/CVE-2006-2842.yaml:8a7b90e8a3ee931cf054da360fa1f0402acd6aed
http/cves/2007/CVE-2007-0885.yaml:2bc9559f910da5a0f99cf4412fe56ab526bdb039
http/cves/2007/CVE-2007-3010.yaml:50262ff50d9740bca03dc27b3fedc1f5cc99ce1d
http/cves/2007/CVE-2007-4504.yaml:09f70f7c4bd05d9a2f38874308b2b97a0f22547b
http/cves/2007/CVE-2007-4556.yaml:74d58c6684bd7085f1b675e0fdb910c9bf5f45c9
http/cves/2007/CVE-2007-5728.yaml:96b48fa3515596a3a1a7a0b92aafe66060e4908f
http/cves/2008/CVE-2008-1059.yaml:a6e88a29e1382a7a92d2465b513ffd1223d870b9
http/cves/2008/CVE-2008-1061.yaml:6a79aa144d26030deb0f8e99d444e126f6467d33
http/cves/2008/CVE-2008-1547.yaml:030465bfc9044a23c8c77a5983ec17492eda3ef8
http/cves/2008/CVE-2008-2398.yaml:f5c4cb5d6dafa0a882eae29c89bb6a3982ba69a4
http/cves/2008/CVE-2008-2650.yaml:855fa8c9bcca0355512690ec9869315ac1096d81
http/cves/2008/CVE-2008-4668.yaml:dd5527612e924d9a59ac3c58c998cacc8e70441c
http/cves/2008/CVE-2008-4764.yaml:b61a8db01efa92c650b4605cabcf023653e9f153
http/cves/2008/CVE-2008-5587.yaml:ba752a8e77010e92044b95bbba5c182fc6b57129
http/cves/2008/CVE-2008-6080.yaml:4d19f123f5d5b550ed9a60f9115032044bd3e508
http/cves/2008/CVE-2008-6172.yaml:1b69d725cbe082350970da03b78cb1ab9616ae6f
http/cves/2008/CVE-2008-6222.yaml:49c094908bc759b30d38a2239f3f7a6cad5d51cb
http/cves/2008/CVE-2008-6465.yaml:83637140aca3827f7add0f0feb81e661fd9f0cd9