-
-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathpackage_versions.txt
More file actions
4308 lines (4308 loc) · 719 KB
/
package_versions.txt
File metadata and controls
4308 lines (4308 loc) · 719 KB
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
NAME VERSION TYPE
7zip 26.00+dfsg-4 deb
@rails/actiontext 7.2.301 npm
Ascii85 2.0.1 gem
BrowserLauncher2 1_3 java-archive
CVE 2008-5353 java-archive
CVE 2009-3867 java-archive
CVE 2009-3869 java-archive
CVE 2012-0507 java-archive
CoreProviders 3.0.0.0 dotnet
DirBuster 1.0-RC1 java-archive
Humanizer.Core 2.14.1 dotnet
Json.More.Net 2.0.2 dotnet
Json.NET 13.0.3.27908 dotnet
JsonPointer.Net 5.0.2 dotnet
JsonSchema.Net 7.2.3 dotnet
Markdig.Signed 0.38.0 dotnet
Masky 1.0.0.0 dotnet
Microsoft Azure Client Pipeline 1.3800.24.12602 dotnet
Microsoft Azure.Identity Component 1.1100.424.31005 dotnet
Microsoft.ApplicationInsights 2.22.0 dotnet
Microsoft.Bcl.AsyncInterfaces 8.0.0 dotnet
Microsoft.Bcl.AsyncInterfaces 8.0.23.53103 dotnet
Microsoft.CSharp 9.0.1025.47515 dotnet
Microsoft.CodeAnalysis.CSharp 4.11.0 dotnet
Microsoft.CodeAnalysis.Common 4.11.0 dotnet
Microsoft.Extensions.FileProviders.Abstractions 6.0.21.52210 dotnet
Microsoft.Extensions.FileSystemGlobbing 6.0.21.52210 dotnet
Microsoft.Extensions.ObjectPool 8.0.21 dotnet
Microsoft.Extensions.Primitives 6.0.21.52210 dotnet
Microsoft.Identity.Client 4.61.3.0 dotnet
Microsoft.Identity.Client.Extensions.Msal 4.61.3.0 dotnet
Microsoft.IdentityModel.Abstractions 6.35.0.41201040912.c94c7fc235501d478221e979062bd8837a55575b dotnet
Microsoft.Management.Infrastructure 3.0.0 dotnet
Microsoft.Management.Infrastructure.Runtime.Unix 3.0.0 dotnet
Microsoft.PackageManagement 3.0.0.1 dotnet
Microsoft.PackageManagement.Archivers 3.0.0.0 dotnet
Microsoft.PackageManagement.MetaProvider.PowerShell 3.0.0.0 dotnet
Microsoft.PackageManagement.NuGetProvider 3.0.0.2 dotnet
Microsoft.PowerShell.Commands.Management 7.5.4 dotnet
Microsoft.PowerShell.Commands.Utility 7.5.4 dotnet
Microsoft.PowerShell.ConsoleHost 7.5.4 dotnet
Microsoft.PowerShell.MarkdownRender 7.2.1 dotnet
Microsoft.PowerShell.Native 7.4.0 dotnet
Microsoft.PowerShell.PSReadLine.Polyfiller 1.0.0.0 dotnet (+1 duplicate)
Microsoft.PowerShell.PSReadLine2 2.3.6+d2e770f93b7a53d8660a6402eb29d1ae1c35e767 dotnet
Microsoft.PowerShell.PSResourceGet 1.1.0.1+44697aed1740126153a8d9dd0ef368261b2fe45c dotnet
Microsoft.PowerShell.Pager 1.0.0.0 dotnet
Microsoft.PowerShell.SDK 7.5.4 dotnet
Microsoft.PowerShell.Security 7.5.4 dotnet
Microsoft.PowerShell.ThreadJob 2.0.1 dotnet
Microsoft.VisualBasic 9.0.1025.47515 dotnet
Microsoft.VisualBasic.Core 14.0.1025.47515 dotnet
Microsoft.Win32.Primitives 9.0.1025.47515 dotnet
Microsoft.Win32.Registry 9.0.1025.47515 dotnet
Microsoft.Win32.Registry.AccessControl 9.0.10 dotnet
Microsoft.Win32.SystemEvents 9.0.10 dotnet
Microsoft.Windows.Compatibility 9.0.10 dotnet
Newtonsoft.Json 13.0.4 dotnet
NuGet.Commands 6.9.1.3 dotnet
NuGet.Common 6.9.1.3 dotnet
NuGet.Configuration 6.9.1.3 dotnet
NuGet.Credentials 6.9.1.3 dotnet
NuGet.DependencyResolver.Core 6.9.1.3 dotnet
NuGet.Frameworks 6.9.1.3 dotnet
NuGet.LibraryModel 6.9.1.3 dotnet
NuGet.Packaging 6.9.1.3 dotnet
NuGet.ProjectModel 6.9.1.3 dotnet
NuGet.Protocol 6.9.1.3 dotnet
NuGet.Versioning 6.9.1.3 dotnet
POC_CloudFilter_ArbitraryFile_EoP 1.0.0.0 dotnet
PackageManagement 3.0.0.0 dotnet
SharpHound 1.1.0 dotnet
SilverApp1 1.0.0.0 dotnet
SqlClrPayload 1.0.0.0 dotnet (+7 duplicates)
System 9.0.1025.47515 dotnet
System.AppContext 9.0.1025.47515 dotnet
System.Buffers 4.6.28619.01 dotnet
System.Buffers 9.0.1025.47515 dotnet
System.CodeDom 9.0.10 dotnet
System.Collections 9.0.1025.47515 dotnet
System.Collections.Concurrent 9.0.1025.47515 dotnet
System.Collections.Immutable 9.0.1025.47515 dotnet
System.Collections.NonGeneric 9.0.1025.47515 dotnet
System.Collections.Specialized 9.0.1025.47515 dotnet
System.ComponentModel 9.0.1025.47515 dotnet
System.ComponentModel.Annotations 9.0.1025.47515 dotnet
System.ComponentModel.Composition 9.0.10 dotnet
System.ComponentModel.Composition.Registration 9.0.10 dotnet
System.ComponentModel.DataAnnotations 9.0.1025.47515 dotnet
System.ComponentModel.EventBasedAsync 9.0.1025.47515 dotnet
System.ComponentModel.Primitives 9.0.1025.47515 dotnet
System.ComponentModel.TypeConverter 9.0.1025.47515 dotnet
System.Configuration 9.0.1025.47515 dotnet
System.Configuration.ConfigurationManager 9.0.10 dotnet
System.Console 9.0.1025.47515 dotnet
System.Core 9.0.1025.47515 dotnet
System.Data 9.0.1025.47515 dotnet
System.Data.Common 9.0.1025.47515 dotnet
System.Data.DataSetExtensions 9.0.1025.47515 dotnet
System.Data.Odbc 9.0.10 dotnet
System.Data.OleDb 9.0.10 dotnet
System.Data.SqlClient 4.9.0 dotnet
System.Diagnostics.Contracts 9.0.1025.47515 dotnet
System.Diagnostics.Debug 9.0.1025.47515 dotnet
System.Diagnostics.DiagnosticSource 6.0.1523.11507 dotnet
System.Diagnostics.DiagnosticSource 9.0.1025.47515 dotnet
System.Diagnostics.EventLog 9.0.10 dotnet
System.Diagnostics.FileVersionInfo 9.0.1025.47515 dotnet
System.Diagnostics.PerformanceCounter 9.0.10 dotnet
System.Diagnostics.Process 9.0.1025.47515 dotnet
System.Diagnostics.StackTrace 9.0.1025.47515 dotnet
System.Diagnostics.TextWriterTraceListener 9.0.1025.47515 dotnet
System.Diagnostics.Tools 9.0.1025.47515 dotnet
System.Diagnostics.TraceSource 9.0.1025.47515 dotnet
System.Diagnostics.Tracing 9.0.1025.47515 dotnet
System.DirectoryServices 9.0.10 dotnet
System.DirectoryServices.AccountManagement 9.0.10 dotnet
System.DirectoryServices.Protocols 9.0.10 dotnet
System.Drawing 9.0.1025.47515 dotnet
System.Drawing.Common 9.0.10 dotnet
System.Drawing.Primitives 9.0.1025.47515 dotnet
System.Dynamic.Runtime 9.0.1025.47515 dotnet
System.Formats.Asn1 9.0.1025.47515 dotnet
System.Formats.Tar 9.0.1025.47515 dotnet
System.Globalization 9.0.1025.47515 dotnet
System.Globalization.Calendars 9.0.1025.47515 dotnet
System.Globalization.Extensions 9.0.1025.47515 dotnet
System.IO 9.0.1025.47515 dotnet
System.IO.Compression 9.0.1025.47515 dotnet
System.IO.Compression.Brotli 9.0.1025.47515 dotnet
System.IO.Compression.FileSystem 9.0.1025.47515 dotnet
System.IO.Compression.ZipFile 9.0.1025.47515 dotnet
System.IO.FileSystem 9.0.1025.47515 dotnet
System.IO.FileSystem.AccessControl 5.0.20.51904 dotnet
System.IO.FileSystem.AccessControl 9.0.1025.47515 dotnet
System.IO.FileSystem.DriveInfo 9.0.1025.47515 dotnet
System.IO.FileSystem.Primitives 9.0.1025.47515 dotnet
System.IO.FileSystem.Watcher 9.0.1025.47515 dotnet
System.IO.IsolatedStorage 9.0.1025.47515 dotnet
System.IO.MemoryMappedFiles 9.0.1025.47515 dotnet
System.IO.Packaging 9.0.10 dotnet
System.IO.Pipelines 9.0.1025.47515 dotnet
System.IO.Pipes 9.0.1025.47515 dotnet
System.IO.Pipes.AccessControl 9.0.1025.47515 dotnet
System.IO.Ports 9.0.10 dotnet
System.IO.UnmanagedMemoryStream 9.0.1025.47515 dotnet
System.Linq 9.0.1025.47515 dotnet
System.Linq.Expressions 9.0.1025.47515 dotnet
System.Linq.Parallel 9.0.1025.47515 dotnet
System.Linq.Queryable 9.0.1025.47515 dotnet
System.Management 9.0.10 dotnet
System.Management.Automation 7.5.4 dotnet
System.Memory 4.6.31308.01 dotnet
System.Memory 9.0.1025.47515 dotnet
System.Memory.Data 1.0.221.20802 dotnet
System.Net 9.0.1025.47515 dotnet
System.Net.Http 9.0.1025.47515 dotnet
System.Net.Http.Json 9.0.1025.47515 dotnet
System.Net.Http.WinHttpHandler 9.0.10 dotnet
System.Net.HttpListener 9.0.1025.47515 dotnet
System.Net.Mail 9.0.1025.47515 dotnet
System.Net.NameResolution 9.0.1025.47515 dotnet
System.Net.NetworkInformation 9.0.1025.47515 dotnet
System.Net.Ping 9.0.1025.47515 dotnet
System.Net.Primitives 9.0.1025.47515 dotnet
System.Net.Quic 9.0.1025.47515 dotnet
System.Net.Requests 9.0.1025.47515 dotnet
System.Net.Security 9.0.1025.47515 dotnet
System.Net.ServicePoint 9.0.1025.47515 dotnet
System.Net.Sockets 9.0.1025.47515 dotnet
System.Net.WebClient 9.0.1025.47515 dotnet
System.Net.WebHeaderCollection 9.0.1025.47515 dotnet
System.Net.WebProxy 9.0.1025.47515 dotnet
System.Net.WebSockets 9.0.1025.47515 dotnet
System.Net.WebSockets.Client 9.0.1025.47515 dotnet
System.Numerics 9.0.1025.47515 dotnet
System.Numerics.Vectors 4.6.26515.06 dotnet
System.Numerics.Vectors 9.0.1025.47515 dotnet
System.ObjectModel 9.0.1025.47515 dotnet
System.Private.ServiceModel 4.10.3 dotnet
System.Reflection 9.0.1025.47515 dotnet
System.Reflection.Context 9.0.10 dotnet
System.Reflection.DispatchProxy 9.0.1025.47515 dotnet
System.Reflection.Emit 9.0.1025.47515 dotnet
System.Reflection.Emit.ILGeneration 9.0.1025.47515 dotnet
System.Reflection.Emit.Lightweight 9.0.1025.47515 dotnet
System.Reflection.Extensions 9.0.1025.47515 dotnet
System.Reflection.Metadata 9.0.1025.47515 dotnet
System.Reflection.Primitives 9.0.1025.47515 dotnet
System.Reflection.TypeExtensions 9.0.1025.47515 dotnet
System.Resources.Reader 9.0.1025.47515 dotnet
System.Resources.ResourceManager 9.0.1025.47515 dotnet
System.Resources.Writer 9.0.1025.47515 dotnet
System.Runtime 9.0.1025.47515 dotnet
System.Runtime.Caching 9.0.10 dotnet
System.Runtime.CompilerServices.Unsafe 6.0.21.52210 dotnet
System.Runtime.CompilerServices.Unsafe 9.0.1025.47515 dotnet
System.Runtime.CompilerServices.VisualC 9.0.1025.47515 dotnet
System.Runtime.Extensions 9.0.1025.47515 dotnet
System.Runtime.Handles 9.0.1025.47515 dotnet
System.Runtime.InteropServices 9.0.1025.47515 dotnet
System.Runtime.InteropServices.JavaScript 9.0.1025.47515 dotnet
System.Runtime.InteropServices.RuntimeInformation 9.0.1025.47515 dotnet
System.Runtime.Intrinsics 9.0.1025.47515 dotnet
System.Runtime.Loader 9.0.1025.47515 dotnet
System.Runtime.Numerics 9.0.1025.47515 dotnet
System.Runtime.Serialization 9.0.1025.47515 dotnet
System.Runtime.Serialization.Formatters 9.0.1025.47515 dotnet
System.Runtime.Serialization.Json 9.0.1025.47515 dotnet
System.Runtime.Serialization.Primitives 9.0.1025.47515 dotnet
System.Runtime.Serialization.Xml 9.0.1025.47515 dotnet
System.Security 9.0.1025.47515 dotnet
System.Security.AccessControl 5.0.20.51904 dotnet
System.Security.AccessControl 9.0.1025.47515 dotnet
System.Security.Claims 9.0.1025.47515 dotnet
System.Security.Cryptography 9.0.1025.47515 dotnet
System.Security.Cryptography.Algorithms 9.0.1025.47515 dotnet
System.Security.Cryptography.Cng 9.0.1025.47515 dotnet
System.Security.Cryptography.Csp 9.0.1025.47515 dotnet
System.Security.Cryptography.Encoding 9.0.1025.47515 dotnet
System.Security.Cryptography.OpenSsl 9.0.1025.47515 dotnet
System.Security.Cryptography.Pkcs 9.0.10 dotnet
System.Security.Cryptography.Primitives 9.0.1025.47515 dotnet
System.Security.Cryptography.ProtectedData 4.700.19.56404 dotnet
System.Security.Cryptography.ProtectedData 9.0.10 dotnet
System.Security.Cryptography.X509Certificates 9.0.1025.47515 dotnet
System.Security.Cryptography.Xml 9.0.10 dotnet
System.Security.Permissions 9.0.10 dotnet
System.Security.Principal 9.0.1025.47515 dotnet
System.Security.Principal.Windows 5.0.20.51904 dotnet
System.Security.Principal.Windows 9.0.1025.47515 dotnet
System.Security.SecureString 9.0.1025.47515 dotnet
System.ServiceModel.Duplex 4.10.3 dotnet
System.ServiceModel.Http 4.10.3 dotnet
System.ServiceModel.NetTcp 4.10.3 dotnet
System.ServiceModel.Primitives 4.10.3 dotnet
System.ServiceModel.Security 4.10.3 dotnet
System.ServiceModel.Syndication 9.0.10 dotnet
System.ServiceModel.Web 9.0.1025.47515 dotnet
System.ServiceProcess 9.0.1025.47515 dotnet
System.ServiceProcess.ServiceController 9.0.10 dotnet
System.Speech 9.0.10 dotnet
System.Text.Encoding 9.0.1025.47515 dotnet
System.Text.Encoding.CodePages 9.0.1025.47515 dotnet
System.Text.Encoding.Extensions 9.0.1025.47515 dotnet
System.Text.Encodings.Web 8.0.23.53103 dotnet
System.Text.Encodings.Web 9.0.1025.47515 dotnet
System.Text.Json 8.0.1024.46610 dotnet
System.Text.Json 9.0.1025.47515 dotnet
System.Text.RegularExpressions 9.0.1025.47515 dotnet
System.Threading 9.0.1025.47515 dotnet
System.Threading.AccessControl 9.0.10 dotnet
System.Threading.Channels 9.0.1025.47515 dotnet
System.Threading.Overlapped 9.0.1025.47515 dotnet
System.Threading.Tasks 9.0.1025.47515 dotnet
System.Threading.Tasks.Dataflow 9.0.1025.47515 dotnet
System.Threading.Tasks.Extensions 4.6.28619.01 dotnet
System.Threading.Tasks.Extensions 9.0.1025.47515 dotnet
System.Threading.Tasks.Parallel 9.0.1025.47515 dotnet
System.Threading.Thread 9.0.1025.47515 dotnet
System.Threading.ThreadPool 9.0.1025.47515 dotnet
System.Threading.Timer 9.0.1025.47515 dotnet
System.Transactions 9.0.1025.47515 dotnet
System.Transactions.Local 9.0.1025.47515 dotnet
System.ValueTuple 4.6.26515.06 dotnet
System.ValueTuple 9.0.1025.47515 dotnet
System.Web 9.0.1025.47515 dotnet
System.Web.HttpUtility 9.0.1025.47515 dotnet
System.Web.Services.Description 8.0.0 dotnet
System.Windows 9.0.1025.47515 dotnet
System.Windows.Extensions 9.0.10 dotnet
System.Xml 9.0.1025.47515 dotnet
System.Xml.Linq 9.0.1025.47515 dotnet
System.Xml.ReaderWriter 9.0.1025.47515 dotnet
System.Xml.Serialization 9.0.1025.47515 dotnet
System.Xml.XDocument 9.0.1025.47515 dotnet
System.Xml.XPath 9.0.1025.47515 dotnet
System.Xml.XPath.XDocument 9.0.1025.47515 dotnet
System.Xml.XmlDocument 9.0.1025.47515 dotnet
System.Xml.XmlSerializer 9.0.1025.47515 dotnet
WindowsBase 9.0.1025.47515 dotnet
aarch64 3.0.0 gem
abbrev 0.1.2 gem (+1 duplicate)
accountsservice 23.13.9-8+b1 deb
actioncable 7.2.3.1 gem
actionmailbox 7.2.3.1 gem
actionmailer 7.2.3.1 gem
actionpack 7.2.3.1 gem
actiontext 7.2.3.1 gem
actionview 7.2.3.1 gem
activejob 7.2.3.1 gem
activemodel 7.2.3.1 gem
activerecord 7.2.3.1 gem
activestorage 7.2.3.1 gem
activesupport 7.2.2.2 gem
activesupport 7.2.3.1 gem
adblockparser 0.7 python
addressable 2.8.9 gem (+1 duplicate)
adduser 3.154 deb
adwaita-icon-theme 50.0-1 deb
aesedb 0.1.4 python
afm 1.0.0 gem
aiocmd 0.1.2 python
aioconsole 0.8.2 python
aiodns 4.0.0 python
aiofiles 25.1.0 python (+1 duplicate)
aiohappyeyeballs 2.6.1 python (+1 duplicate)
aiohttp 3.13.3 python
aiohttp 3.13.4 python
aiohttp-socks 0.10.1 python
aioice 0.10.2 python
aiomultiprocess 0.9.0 python
aioquic 1.2.0 python
aiosignal 1.4.0 python (+1 duplicate)
aiosmb 0.4.4 python
aiosqlite 0.21.0 python
aiowinreg 0.0.7 python
aircrack-ng 1:1.7+git20230807.4bf83f1a-2+b1 deb
ajpy 0.0.5 python
alembic 1.16.4 python
altgraph 0.17.5 python
amass 5.0.1-0kali4 deb
amqp 5.3.1 python
aniso8601 10.0.1 python
annotated-types 0.7.0 python
antlr4-python3-runtime 4.9.2 python
anyio 4.12.1 python
apache2 2.4.66-8 deb
apache2-bin 2.4.66-8 deb
apache2-data 2.4.66-8 deb
apache2-utils 2.4.66-8 deb
apispec 6.9.0 python
apispec-webframeworks 0.5.2 python
apt 3.1.16+kali1 deb
apt-transport-https 3.1.16+kali1 deb
apt-utils 3.1.16+kali1 deb
arc4 0.4.0 python
arel-helpers 2.17.0 gem
argcomplete 3.6.3 python
argon2-cffi 25.1.0 python
argon2-cffi-bindings 25.1.0 python
ark 4:25.12.3-1 deb
arp-scan 1.10.0-2+b1 deb
arping 2.28-1 deb
asciitree 0.3.3 python
asgiref 3.11.0 python
asn1crypto 1.5.1 python
asn1tools 0.166.0 python
asyauth 0.0.20 python
async-timeout 5.0.1 python
asysocks 0.2.12 python
at-spi2-common 2.59.1-2 deb
atftpd 0.8.0-8 deb
attrs 25.4.0 python
attrs 26.1.0 python
autobahn 24.4.2 python
autocommand 2.2.2 python (+2 duplicates)
automat 25.4.16 python
autopsy 2.24-6kali1 deb
av 17.0.0 python
aws-eventstream 1.4.0 gem
aws-partitions 1.1231.0 gem
aws-sdk-core 3.244.0 gem
aws-sdk-ec2 1.609.0 gem
aws-sdk-ec2instanceconnect 1.70.0 gem
aws-sdk-iam 1.142.0 gem
aws-sdk-kms 1.123.0 gem
aws-sdk-s3 1.217.0 gem
aws-sdk-ssm 1.212.0 gem
aws-sigv4 1.12.1 gem
axel 2.17.14-3 deb
backoff 2.2.1 python
backports-tarfile 1.2.0 python (+1 duplicate)
baloo6 6.23.0-1 deb
base-files 1:2026.1.1 deb
base-passwd 3.6.8 deb
base58 1.0.3 python
base64 0.2.0 gem
base64 0.3.0 gem (+1 duplicate)
bash 5.3-2 deb
bcrypt 3.1.22 gem
bcrypt 5.0.0 python
bcrypt_pbkdf 1.1.2 gem
beautifulsoup4 4.14.3 python
benchmark 0.3.0 gem
benchmark 0.5.0 gem
bidict 0.23.1 python
bigdecimal 3.1.5 gem
bigdecimal 4.0.1 gem
billiard 4.2.4 python
bind9-dnsutils 1:9.20.20-1 deb
bind9-host 1:9.20.20-1 deb
bind9-libs 1:9.20.20-1 deb
bindata 2.4.15 gem
binutils 2.46-3 deb
binutils-common 2.46-3 deb
binutils-mingw-w64-base 2.45.90.20260125-1+13.3 deb
binutils-mingw-w64-i686 2.45.90.20260125-1+13.3 deb
binutils-mingw-w64-x86-64 2.45.90.20260125-1+13.3 deb
binutils-x86-64-linux-gnu 2.46-3 deb
binwalk 2.4.3 python
binwalk 2.4.3+dfsg1-2 deb
binwalk3 3.1.0-0kali4 deb
bitstruct 8.22.0 python
bleach 6.3.0 python
blinker 1.9.0 python
bloodhound 1.9.0 python
bloodhound.py 1.9.0-0kali1 deb
bluez 5.85-4 deb
bluez-hcidump 5.85-4 deb
bootsnap 1.23.0 gem
bottle 0.13.2 python
breeze 4:6.5.4-1 deb
breeze-cursor-theme 4:6.5.4-1 deb
breeze-icon-theme 4:5.116.0-1 deb
breeze-wallpaper 4:6.5.4-1 deb
brotli 1.2.0 python
browser-cookie3 0.20.1 python
bsdextrautils 2.41.3-4 deb
bsdutils 1:2.41.3-4 deb
bson 5.2.0 gem
bubblewrap 0.11.0-2 deb
builder 3.3.0 gem (+1 duplicate)
bulk-extractor 2.1.1-0kali2+b1 deb
bully 1.4.00-2+b1 deb
bundler 2.5.22 gem
bundler 2.6.7 gem
bundler 2.6.7-2 deb
burpsuite 2026.2.4-0kali1 deb
burpsuite 46047 java-archive
busybox 1:1.37.0-10.1 deb
bzip2 1.0.8-6+b1 deb
ca-certificates 20250419 deb
ca-certificates-java 20260311 deb
ca-certificates-java UNKNOWN java-archive
cadaver 0.28+dfsg-2 deb
cargo 1.92.0+dfsg1-1 deb
carlospolop/sh2bin v0.0.0-20211229180403-7fcde31bcad6 go-module (+5 duplicates)
catatonit 0.2.1-2+b30 deb
cbor 1.0.0 python
celery 5.6.2 python
censys 2.2.19 python
certifi 2026.2.25 python
certipy-ad 5.0.4 python
certipy-ad 5.0.4-0kali3 deb
cewl 6.2.1-1 deb
cffi 2.0.0 python (+1 duplicate)
cgi 0.4.2 gem
cgi 0.5.1 gem
chardet 5.2.0 python
charset-normalizer 3.4.4 python
cheroot 11.1.2+ds1 python
cherrypy 18.10.0 python
cherrypy-cors 1.6 python
cherrytree 1.2.0+dfsg-1+b1 deb
chntpw 140201-1.3 deb
chunky_png 1.4.0 gem
cifs-utils 2:7.4-1 deb
clang 1:21.1.6-71+b1 deb
clang-18 1:18.1.8-20+b3 deb
clang-21 1:21.1.8-3+b1 deb
cli UNKNOWN binary
cli-32 UNKNOWN binary
cli-64 UNKNOWN binary
cli-arm64 UNKNOWN binary
cli-helpers 2.11.0 python
click 8.1.8 python
click-didyoumean 0.3.1 python
click-repl 0.3.0 python
cloud.google.com/go/auth v0.18.0 go-module
cloud.google.com/go/auth/oauth2adapt v0.2.8 go-module
cloud.google.com/go/compute/metadata v0.9.0 go-module
cloud.google.com/go/logging v1.13.1 go-module
cloud.google.com/go/longrunning v0.7.0 go-module
cmake 4.2.3-2 deb
cmake-data 4.2.3-2 deb
cmd UNKNOWN java-archive
cms_scanner 0.15.0 gem
code.cloudfoundry.org/clock v1.60.0 go-module
colorama 0.4.6 python
comerr-dev 2.1-1.47.2-3+b8 deb
commix 4.1-0kali1 deb
commons-codec 1.3 java-archive
commons-httpclient 3.1 java-archive
commons-logging 1.1.1 java-archive (+1 duplicate)
commons-logging-api 1.1.1 java-archive
concurrent-ruby 1.3.5 gem
concurrent-ruby 1.3.6 gem
concurrent-ruby-edge 0.7.2 gem
concurrent_ruby UNKNOWN java-archive (+1 duplicate)
configobj 5.0.9 python
connection_pool 3.0.2 gem (+1 duplicate)
console-data 2:1.12-10 deb
constantly 23.10.4 python
containerd.io 2.2.2-1~debian.12~bookworm deb
cookiejar 0.3.4 gem
coreboot-utils 25.09+dfsg-1 deb
coreutils 9.7-3 deb
cpio 2.15+dfsg-2.1 deb
cpp 4:15.2.0-5 deb
cpp-15 15.2.0-15 deb
cpp-15-x86-64-linux-gnu 15.2.0-15 deb
cpp-x86-64-linux-gnu 4:15.2.0-5 deb
crass 1.0.6 gem
creddump7 0.1+git20190429-1.1 deb
cron 3.0pl1-206 deb
cron-daemon-common 3.0pl1-206 deb
croniter 6.0.0 python
crunch 3.6-3.1 deb
cryptcat 20031202-5kali8 deb
cryptography 46.0.5 python
cryptsetup 2:2.8.4-1 deb
cryptsetup-bin 2:2.8.4-1 deb
cryptsetup-initramfs 2:2.8.4-1 deb
cryptsetup-nuke-password 9 deb
cssselect2 0.9.0 python
csv 3.2.8 gem
csv 3.3.5 gem (+1 duplicate)
curl 8.19.0-1 deb
cutycapt 0.0+20200623-1 deb
cvss 3.2 python
daemons 1.4.1 gem
dario.cat/mergo v1.0.2 go-module (+1 duplicate)
dash 0.5.12-12 deb
date 3.3.4 gem
date 3.4.1 gem
davtest 1.2+git20230307.34d31db-0kali1 deb
dbd 1.50-1kali7 deb
dbus 1.16.2-4 deb
dbus-bin 1.16.2-4 deb
dbus-daemon 1.16.2-4 deb
dbus-python 1.4.0 python
dbus-session-bus-common 1.16.2-4 deb
dbus-system-bus-common 1.16.2-4 deb
dbus-user-session 1.16.2-4 deb
dbus-x11 1.16.2-4 deb
dconf-cli 0.49.0-4 deb
dconf-gsettings-backend 0.49.0-4 deb
dconf-service 0.49.0-4 deb
dcraw 9.28-8 deb
debconf 1.5.92 deb
debian-archive-keyring 2025.1 deb
debianutils 5.23.2 deb
debug 1.9.2 gem
decorator 5.2.1 python
default-jre 2:1.21-76 deb
default-jre-headless 2:1.21-76 deb
default-mysql-server 1.1.1 deb
defusedxml 0.7.1 python
delegate 0.3.1 gem
deprecated 1.3.1 python
desktop-file-utils 0.28-1 deb
dictionaries-common 1.31.4 deb
dicttoxml 1.7.16 python
did_you_mean 1.6.3 gem
did_you_mean 2.0.0 gem
diff-lcs 1.6.2 gem
diffutils 1:3.12-1 deb
digest 3.1.1 gem
dirb 2.22+dfsg-7 deb
dirbuster 1.0-1kali6 deb
dirmngr 2.4.9-4 deb
distlib 0.4.0 python
distro 1.9.0 python
distro-info-data 0.68 deb
django 4.2.29 python
dmidecode 3.7-1 deb
dmitry 1.3a-8 deb
dmsetup 2:1.02.205-2+b1 deb
dns2tcp 0.5.2-4 deb
dnschef 0.4+git20190327-0kali4 deb
dnsenum 1.3.2-1 deb
dnslib 0.9.25 python
dnsmap 0.36-4 deb
dnspython 2.7.0 python
dnspython 2.8.0 python
dnsrecon 1.3.1-3 deb
dnsruby 1.73.1 gem
docker-buildx-plugin 0.31.1-1~debian.12~bookworm deb
docker-ce 5:29.3.1-1~debian.12~bookworm deb
docker-ce-cli 5:29.3.1-1~debian.12~bookworm deb
docker-compose-plugin 5.1.1-1~debian.12~bookworm deb
docopt 0.6.2 python
dolphin 4:25.12.1-1 deb
dolphin-data 4:25.12.1-1 deb
domain_name 0.6.20240107 gem (+1 duplicate)
donut-shellcode 1.1 python
dos2unix 7.5.4-1 deb
dpkg 1.23.5+kali1 deb
dploot 3.1.2 python
dracut-install 110-7 deb
dragonplayer 4:25.12.2-1 deb
drb 2.2.0 gem
drb 2.2.3 gem
drkonqi 6.5.4-2 deb
dropbox 12.0.2 python
dsinternals 1.2.4 python
dsniff 2.5a2-1 deb
dunamai 1.25.0 python
dunst 1.12.2-1 deb
ecdsa 0.19.1 python
ecj 3.38.0 java-archive
ed25519 1.4.0 gem
ed25519_jruby UNKNOWN java-archive
elastic-transport 9.2.1 python
elasticsearch 9.3.0 python
elftools 1.3.1 gem
elfutils 0.194-4 deb
em-http-request 1.1.7 gem
em-socksify 0.3.3 gem
emacsen-common 3.0.8 deb
email-validator 2.2.0 python
english 0.8.0 gem
enum4linux 0.9.1-0kali2 deb
ephem 4.2.1 python
erb 4.0.3 gem
erb 6.0.2 gem
error_highlight 0.6.0 gem
erubi 1.13.1 gem (+1 duplicate)
et-xmlfile 2.0.0 python
etc 1.4.3 gem
ethon 0.18.0 gem
ethtool 1:6.19-1 deb
ettercap-common 1:0.8.4-5 deb
evdev 1.9.3 python
eventmachine 1.2.7 gem
evil-winrm 3.9 gem
evil-winrm 3.9-0kali2 deb
exe2hexbat 1.5.1-0kali2 deb
exifread 3.0.0 python
exiv2 0.28.8+dfsg-1 deb
expect 5.45.4-4+b1 deb
exploitdb 20260304-0kali1 deb
faker 3.6.1 gem
faraday 2.14.1 gem
faraday 5.19.0-0kali1 deb
faraday-agent-parameters-types 1.9.1 python
faraday-net_http 3.4.2 gem
faraday-plugins 1.27.2 python
faraday-retry 2.4.0 gem
faradaysec 5.19.0 python
fastapi 0.118.0 python
faye-websocket 0.12.0 gem
fcntl 1.1.0 gem
fern-wifi-cracker 3.5-0kali1 deb
ffi 1.16.3 gem
ffi 1.17.3 gem
ffuf 2.1.0-1+b10 deb
fiddle 1.1.2 gem
fiddle 1.1.8 gem
fierce 1.6.0 python
fierce 1.6.0-2 deb
file 1:5.46-5+b1 deb
filedepot 0.5.2 python
filelock 3.25.2 python
filesize 0.2.0 gem
fileutils 1.7.2 gem
filippo.io/edwards25519 v1.1.0 go-module
filteralchemy 0.1.0 python
find 0.2.0 gem
findutils 4.10.0-3 deb
finger 0.17-17 deb
firebird4.0-common 4.0.6.3221.ds6-2 deb
firebird4.0-common-doc 4.0.6.3221.ds6-2 deb
firefox-esr 140.8.0esr-1 deb
firmware-amd-graphics 20260110-1 deb
firmware-linux-nonfree 20260110-1 deb
firmware-misc-nonfree 20260110-1 deb
flac 1.5.0+ds-5 deb
flasgger 0.9.7.2.dev2 python
flashrom 1.6.0-2+b1 deb
flask 3.1.2 python
flask-celery-helper 1.1.0 python
flask-classful 0.15.0.dev1 python
flask-kvsession-fork 0.6.4 python
flask-limiter 3.12 python
flask-login 0.6.3 python
flask-mail 0.9.1 python
flask-principal 0.4.0 python
flask-restful 0.3.10 python
flask-socketio 5.6.0 python
flask-sqlalchemy 3.1.1 python
flask-wtf 1.2.2 python
flatbuffers 23.5.26 python
flex 2.6.4-8.2+b5 deb
font-awesome 4.7.0 npm
fontconfig 2.17.1-5 deb
fontconfig-config 2.17.1-5 deb
fonts-cantarell 0.311-2 deb
fonts-firacode 6.2-3 deb
fonts-font-awesome 5.0.10+really4.7.0~dfsg-4.1 deb
fonts-freefont-ttf 20211204+svn4273-4 deb
fonts-lato 2.015-1 deb
fonts-noto-cjk 1:20240730+repack1-1 deb
fonts-noto-color-emoji 2.051-1 deb
fonts-noto-core 20201225-2 deb
fonts-noto-mono 20201225-2 deb
fonts-urw-base35 20200910-8 deb
fonttools 4.62.1 python
foot 1.26.1-1 deb
forwardable 1.3.3 gem
forwardable 1.4.0 gem
fping 5.1-1 deb
frameworkintegration6 6.23.0-1 deb
freetds-common 1.5.5+ds-1 deb
frozenlist 1.8.0 python (+1 duplicate)
ftp 20260211-1 deb
function 1.0.0 java-archive
fuse-overlayfs 1.14-1+b1 deb
fuse3 3.18.1-1 deb
g++ 4:15.2.0-5 deb
g++-15 15.2.0-15 deb
g++-15-x86-64-linux-gnu 15.2.0-15 deb
g++-x86-64-linux-gnu 4:15.2.0-5 deb
galera-4 26.4.25-2 deb
gawk 1:5.3.2-1 deb
gcc 4:15.2.0-5 deb
gcc-15 15.2.0-15 deb
gcc-15-base 15.2.0-15 deb
gcc-15-x86-64-linux-gnu 15.2.0-15 deb
gcc-16-base 16-20260308-1 deb
gcc-mingw-w64-base 15.2.0-12+28.3 deb
gcc-mingw-w64-i686-win32 15.2.0-12+28.3 deb
gcc-mingw-w64-i686-win32-runtime 15.2.0-12+28.3 deb
gcc-mingw-w64-x86-64-win32 15.2.0-12+28.3 deb
gcc-mingw-w64-x86-64-win32-runtime 15.2.0-12+28.3 deb
gcc-x86-64-linux-gnu 4:15.2.0-5 deb
gdb 17.1-4 deb
gdisk 1.0.10-2 deb
generic.dll 0.0.0.0 dotnet
geoip-database 20260113-1 deb
get_process_mem 1.0.0 gem
getoptlong 0.2.1 gem (+1 duplicate)
gevent 25.9.1 python
gevent-websocket 0.10.1 python
gir1.2-atk-1.0 2.59.1-2 deb
gir1.2-freedesktop 1.86.0-6 deb
gir1.2-gdkpixbuf-2.0 2.44.5+dfsg-4 deb
gir1.2-girepository-3.0 2.88.0-1 deb
gir1.2-glib-2.0 2.88.0-1 deb
gir1.2-gtk-3.0 3.24.51-4 deb
gir1.2-harfbuzz-0.0 12.3.2-2+b2 deb
gir1.2-packagekitglib-1.0 1.3.4-3 deb
gir1.2-pango-1.0 1.57.0-1 deb
gir1.2-vte-2.91 0.83.90-1+b1 deb
git 1:2.53.0-1 deb
git-man 1:2.53.0-1 deb
gitdb 4.0.12 python
github.com/99designs/gqlgen v0.17.78 go-module
github.com/AlecAivazis/survey/v2 v2.3.7 go-module
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.20.0 go-module
github.com/Azure/azure-sdk-for-go/sdk/internal v1.11.2 go-module
github.com/Azure/azure-sdk-for-go/sdk/storage/azblob v1.5.0 go-module
github.com/DefangLabs/secret-detector v0.0.0-20250403165618-22662109213e go-module
github.com/Graylog2/go-gelf v0.0.0-20191017102106-1550ee647df0 go-module
github.com/Masterminds/semver/v3 v3.4.0 go-module
github.com/Microsoft/hcsshim v0.14.0-rc.1 go-module (+2 duplicates)
github.com/OJ/gobuster UNKNOWN go-module
github.com/ProtonMail/go-crypto v1.3.0 go-module (+1 duplicate)
github.com/PuerkitoBio/goquery v1.10.3 go-module
github.com/PuerkitoBio/purell v1.2.1 go-module
github.com/RackSec/srslog v0.0.0-20180709174129-a4725f04ec91 go-module
github.com/VividCortex/ewma v1.2.0 go-module
github.com/VividCortex/gohistogram v1.0.0 go-module
github.com/acarl005/stripansi v0.0.0-20180116102854-5a71ef0e047d go-module
github.com/adrg/strutil v0.3.1 go-module
github.com/agext/levenshtein v1.2.3 go-module (+1 duplicate)
github.com/agnivade/levenshtein v1.2.1 go-module (+1 duplicate)
github.com/alecthomas/kingpin/v2 v2.4.0 go-module
github.com/alecthomas/units v0.0.0-20240927000941-0f3dac36c52b go-module
github.com/anchore/go-struct-converter v0.1.0 go-module
github.com/andybalholm/cascadia v1.3.3 go-module
github.com/apparentlymart/go-cidr v1.0.1 go-module
github.com/apparentlymart/go-textseg/v15 v15.0.0 go-module
github.com/armon/circbuf v0.0.0-20190214190532-5111143e8da2 go-module
github.com/armon/go-metrics v0.4.1 go-module
github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 go-module (+1 duplicate)
github.com/aws/aws-sdk-go-v2 v1.39.6 go-module
github.com/aws/aws-sdk-go-v2 v1.41.2 go-module
github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.7.5 go-module
github.com/aws/aws-sdk-go-v2/config v1.31.20 go-module
github.com/aws/aws-sdk-go-v2/config v1.32.10 go-module
github.com/aws/aws-sdk-go-v2/credentials v1.18.24 go-module
github.com/aws/aws-sdk-go-v2/credentials v1.19.10 go-module
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.18.13 go-module
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.18.18 go-module
github.com/aws/aws-sdk-go-v2/internal/configsources v1.4.13 go-module
github.com/aws/aws-sdk-go-v2/internal/configsources v1.4.18 go-module
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.7.13 go-module
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.7.18 go-module
github.com/aws/aws-sdk-go-v2/internal/ini v1.8.4 go-module (+1 duplicate)
github.com/aws/aws-sdk-go-v2/service/cloudwatchlogs v1.63.2 go-module
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.13.3 go-module
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.13.5 go-module
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.13.13 go-module
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.13.18 go-module
github.com/aws/aws-sdk-go-v2/service/signin v1.0.6 go-module
github.com/aws/aws-sdk-go-v2/service/sso v1.30.11 go-module
github.com/aws/aws-sdk-go-v2/service/sso v1.30.3 go-module
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.35.15 go-module
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.35.7 go-module
github.com/aws/aws-sdk-go-v2/service/sts v1.40.2 go-module
github.com/aws/aws-sdk-go-v2/service/sts v1.41.7 go-module
github.com/aws/smithy-go v1.23.2 go-module
github.com/aws/smithy-go v1.24.1 go-module
github.com/beorn7/perks v1.0.1 go-module (+3 duplicates)
github.com/bits-and-blooms/bitset v1.13.0 go-module
github.com/blang/semver v3.5.1+incompatible go-module (+1 duplicate)
github.com/buger/goterm v1.0.4 go-module
github.com/caffix/fullname_parser v0.0.0-20240817200809-1b9b04da88d0 go-module
github.com/caffix/jarm-go v0.0.0-20240920030848-1c7ab2423494 go-module
github.com/caffix/pipeline v0.2.5 go-module
github.com/caffix/queue v0.3.1 go-module
github.com/caffix/stringset v0.2.0 go-module
github.com/cenkalti/backoff/v4 v4.3.0 go-module
github.com/cenkalti/backoff/v5 v5.0.3 go-module (+2 duplicates)
github.com/cespare/xxhash/v2 v2.3.0 go-module (+3 duplicates)
github.com/checkpoint-restore/checkpointctl v1.4.0 go-module
github.com/checkpoint-restore/go-criu/v6 v6.3.0 go-module
github.com/checkpoint-restore/go-criu/v7 v7.2.0 go-module
github.com/cheggaaa/pb/v3 v3.1.7 go-module
github.com/chromedp/cdproto v0.0.0-20250803210736-d308e07a266d go-module
github.com/chromedp/chromedp v0.14.1 go-module
github.com/chromedp/sysutil v1.1.0 go-module
github.com/cilium/ebpf v0.16.0 go-module (+2 duplicates)
github.com/cilium/ebpf v0.17.3 go-module (+1 duplicate)
github.com/cloudflare/cfssl v1.6.5 go-module
github.com/cloudflare/circl v1.6.1 go-module
github.com/cloudflare/circl v1.6.3 go-module
github.com/compose-spec/compose-go/v2 v2.10.1 go-module
github.com/compose-spec/compose-go/v2 v2.9.1 go-module
github.com/container-storage-interface/spec v1.5.0 go-module
github.com/containerd/accelerated-container-image v1.3.0 go-module
github.com/containerd/btrfs/v2 v2.0.0 go-module
github.com/containerd/cgroups/v3 v3.1.2 go-module (+2 duplicates)
github.com/containerd/cgroups/v3 v3.1.3 go-module
github.com/containerd/console v1.0.5 go-module (+6 duplicates)
github.com/containerd/containerd/api v1.10.0 go-module (+5 duplicates)
github.com/containerd/containerd/v2 v2.2.1 go-module (+1 duplicate)
github.com/containerd/containerd/v2 v2.2.2 go-module (+3 duplicates)
github.com/containerd/continuity v0.4.5 go-module (+5 duplicates)
github.com/containerd/errdefs v1.0.0 go-module (+5 duplicates)
github.com/containerd/errdefs/pkg v0.3.0 go-module (+5 duplicates)
github.com/containerd/fifo v1.1.0 go-module (+3 duplicates)
github.com/containerd/go-cni v1.1.13 go-module (+2 duplicates)
github.com/containerd/go-runc v1.1.0 go-module (+3 duplicates)
github.com/containerd/imgcrypt/v2 v2.0.1 go-module
github.com/containerd/log v0.1.0 go-module (+6 duplicates)
github.com/containerd/nri v0.11.0 go-module (+1 duplicate)
github.com/containerd/otelttrpc v0.1.0 go-module
github.com/containerd/platforms v1.0.0-rc.2 go-module (+4 duplicates)
github.com/containerd/plugin v1.0.0 go-module (+3 duplicates)
github.com/containerd/stargz-snapshotter/estargz v0.18.2 go-module
github.com/containerd/ttrpc v1.2.7 go-module (+4 duplicates)
github.com/containerd/ttrpc v1.2.8 go-module
github.com/containerd/typeurl/v2 v2.2.3 go-module (+5 duplicates)
github.com/containerd/zfs/v2 v2.0.0 go-module
github.com/containernetworking/cni v1.3.0 go-module (+2 duplicates)
github.com/containernetworking/plugins v1.9.0 go-module (+1 duplicate)
github.com/containers/ocicrypt v1.2.1 go-module
github.com/coreos/go-semver v0.3.1 go-module
github.com/coreos/go-systemd/v22 v22.5.0 go-module
github.com/coreos/go-systemd/v22 v22.6.0 go-module (+2 duplicates)
github.com/coreos/go-systemd/v22 v22.7.0 go-module
github.com/cyberphone/json-canonicalization v0.0.0-20241213102144-19d51d7fe467 go-module (+1 duplicate)
github.com/cyphar/filepath-securejoin v0.5.1 go-module (+1 duplicate)
github.com/cyphar/filepath-securejoin v0.5.2 go-module
github.com/cyphar/filepath-securejoin v0.6.0 go-module
github.com/davecgh/go-spew v1.1.1 go-module (+1 duplicate)
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc go-module (+1 duplicate)
github.com/deckarep/golang-set/v2 v2.8.0 go-module
github.com/digitorus/pkcs7 v0.0.0-20230818184609-3a137a874352 go-module (+1 duplicate)
github.com/digitorus/timestamp v0.0.0-20231217203849-220c5c2851b7 go-module (+1 duplicate)
github.com/dimchansky/utfbom v1.1.1 go-module
github.com/distribution/reference v0.6.0 go-module (+4 duplicates)
github.com/docker/buildx v0.31.1 go-module (+1 duplicate)
github.com/docker/cli v29.1.5+incompatible go-module
github.com/docker/cli v29.2.1+incompatible go-module
github.com/docker/cli-docs-tool v0.11.0 go-module
github.com/docker/cli/cmd/docker UNKNOWN go-module
github.com/docker/compose/v5 v5.1.1 go-module
github.com/docker/distribution v2.8.3+incompatible go-module
github.com/docker/docker v28.5.2+incompatible go-module (+1 duplicate)
github.com/docker/docker-credential-helpers v0.9.5 go-module (+1 duplicate)
github.com/docker/go-connections v0.6.0 go-module (+2 duplicates)
github.com/docker/go-events v0.0.0-20190806004212-e31b211e4f1c go-module
github.com/docker/go-events v0.0.0-20250808211157-605354379745 go-module
github.com/docker/go-metrics v0.0.1 go-module (+1 duplicate)
github.com/docker/go-units v0.5.0 go-module (+6 duplicates)
github.com/dustin/go-humanize v1.0.1 go-module (+1 duplicate)
github.com/eiannone/keyboard v0.0.0-20220611211555-0d226195f203 go-module
github.com/emicklei/go-restful/v3 v3.13.0 go-module (+1 duplicate)
github.com/fatih/color v1.18.0 go-module
github.com/felixge/httpsnoop v1.0.4 go-module (+4 duplicates)
github.com/fernet/fernet-go v0.0.0-20240119011108-303da6aec611 go-module
github.com/ffuf/ffuf UNKNOWN go-module
github.com/fluent/fluent-logger-golang v1.10.1 go-module
github.com/fsnotify/fsnotify v1.9.0 go-module (+2 duplicates)
github.com/fvbommel/sortorder v1.1.0 go-module (+1 duplicate)
github.com/fxamacker/cbor/v2 v2.9.0 go-module (+2 duplicates)
github.com/geziyor/geziyor v0.0.0-20240812061556-229b8ca83ac1 go-module
github.com/glebarez/go-sqlite v1.22.0 go-module
github.com/glebarez/sqlite v1.11.0 go-module
github.com/go-gorp/gorp/v3 v3.1.0 go-module
github.com/go-ini/ini v1.67.0 go-module
github.com/go-jose/go-jose/v4 v4.1.3 go-module
github.com/go-json-experiment/json v0.0.0-20250813233538-9b1f9ea2e11b go-module
github.com/go-kit/kit v0.13.0 go-module
github.com/go-logr/logr v1.4.3 go-module (+4 duplicates)
github.com/go-logr/stdr v1.2.2 go-module (+4 duplicates)
github.com/go-openapi/analysis v0.24.1 go-module (+1 duplicate)
github.com/go-openapi/errors v0.22.4 go-module
github.com/go-openapi/errors v0.22.6 go-module
github.com/go-openapi/jsonpointer v0.22.1 go-module
github.com/go-openapi/jsonpointer v0.22.4 go-module
github.com/go-openapi/jsonreference v0.21.3 go-module
github.com/go-openapi/jsonreference v0.21.4 go-module
github.com/go-openapi/loads v0.23.2 go-module (+1 duplicate)
github.com/go-openapi/runtime v0.29.2 go-module (+1 duplicate)
github.com/go-openapi/spec v0.22.1 go-module
github.com/go-openapi/spec v0.22.3 go-module
github.com/go-openapi/strfmt v0.25.0 go-module (+1 duplicate)
github.com/go-openapi/swag v0.25.3 go-module
github.com/go-openapi/swag v0.25.4 go-module
github.com/go-openapi/swag/cmdutils v0.25.3 go-module
github.com/go-openapi/swag/cmdutils v0.25.4 go-module
github.com/go-openapi/swag/conv v0.25.3 go-module
github.com/go-openapi/swag/conv v0.25.4 go-module
github.com/go-openapi/swag/fileutils v0.25.3 go-module
github.com/go-openapi/swag/fileutils v0.25.4 go-module
github.com/go-openapi/swag/jsonname v0.25.3 go-module
github.com/go-openapi/swag/jsonname v0.25.4 go-module
github.com/go-openapi/swag/jsonutils v0.25.3 go-module
github.com/go-openapi/swag/jsonutils v0.25.4 go-module
github.com/go-openapi/swag/loading v0.25.3 go-module
github.com/go-openapi/swag/loading v0.25.4 go-module
github.com/go-openapi/swag/mangling v0.25.3 go-module
github.com/go-openapi/swag/mangling v0.25.4 go-module
github.com/go-openapi/swag/netutils v0.25.3 go-module
github.com/go-openapi/swag/netutils v0.25.4 go-module
github.com/go-openapi/swag/stringutils v0.25.3 go-module
github.com/go-openapi/swag/stringutils v0.25.4 go-module
github.com/go-openapi/swag/typeutils v0.25.3 go-module
github.com/go-openapi/swag/typeutils v0.25.4 go-module
github.com/go-openapi/swag/yamlutils v0.25.3 go-module
github.com/go-openapi/swag/yamlutils v0.25.4 go-module
github.com/go-openapi/validate v0.25.1 go-module (+1 duplicate)
github.com/go-sql-driver/mysql v1.9.3 go-module
github.com/go-viper/mapstructure/v2 v2.4.0 go-module (+2 duplicates)
github.com/go-viper/mapstructure/v2 v2.5.0 go-module
github.com/gobwas/glob v0.2.3 go-module
github.com/gobwas/httphead v0.1.0 go-module
github.com/gobwas/pool v0.2.1 go-module
github.com/gobwas/ws v1.4.0 go-module
github.com/godbus/dbus/v5 v5.1.0 go-module (+3 duplicates)
github.com/godbus/dbus/v5 v5.2.2 go-module
github.com/gofrs/flock v0.13.0 go-module (+2 duplicates)
github.com/gogo/protobuf v1.3.2 go-module (+5 duplicates)
github.com/golang-jwt/jwt/v5 v5.3.0 go-module (+1 duplicate)
github.com/golang/gddo v0.0.0-20210115222349-20d68f94ee1f go-module
github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8 go-module
github.com/golang/protobuf v1.5.4 go-module (+3 duplicates)
github.com/google/btree v1.1.3 go-module
github.com/google/certificate-transparency-go v1.3.2 go-module (+1 duplicate)
github.com/google/gnostic-models v0.7.0 go-module
github.com/google/go-cmp v0.7.0 go-module (+5 duplicates)
github.com/google/go-containerregistry v0.20.6 go-module
github.com/google/go-containerregistry v0.20.7 go-module
github.com/google/go-dap v0.12.1-0.20250904181021-d7a2259b058b go-module
github.com/google/s2a-go v0.1.9 go-module
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 go-module (+2 duplicates)
github.com/google/uuid v1.6.0 go-module (+4 duplicates)
github.com/googleapis/enterprise-certificate-proxy v0.3.9 go-module
github.com/googleapis/gax-go/v2 v2.16.0 go-module
github.com/gophish/gophish UNKNOWN go-module
github.com/gorilla/mux v1.8.1 go-module
github.com/gorilla/websocket v1.5.3 go-module
github.com/gorilla/websocket v1.5.4-0.20250319132907-e064f32e3674 go-module (+1 duplicate)
github.com/grafana/regexp v0.0.0-20240518133315-a468a5bfb3bc go-module
github.com/grpc-ecosystem/go-grpc-middleware/providers/prometheus v1.1.0 go-module
github.com/grpc-ecosystem/go-grpc-middleware/v2 v2.1.0 go-module
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0 go-module
github.com/grpc-ecosystem/grpc-gateway/v2 v2.26.1 go-module
github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.3 go-module (+1 duplicate)
github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.7 go-module
github.com/hashicorp/errwrap v1.1.0 go-module (+3 duplicates)
github.com/hashicorp/go-cleanhttp v0.5.2 go-module
github.com/hashicorp/go-cty-funcs v0.0.0-20250818135842-6aab67130928 go-module
github.com/hashicorp/go-immutable-radix v1.3.1 go-module
github.com/hashicorp/go-immutable-radix/v2 v2.1.0 go-module
github.com/hashicorp/go-memdb v1.3.5 go-module
github.com/hashicorp/go-msgpack v0.5.5 go-module
github.com/hashicorp/go-multierror v1.1.1 go-module (+3 duplicates)
github.com/hashicorp/go-sockaddr v1.0.7 go-module
github.com/hashicorp/go-version v1.8.0 go-module
github.com/hashicorp/golang-lru v0.5.4 go-module
github.com/hashicorp/golang-lru/v2 v2.0.7 go-module (+1 duplicate)
github.com/hashicorp/hcl/v2 v2.24.0 go-module
github.com/hashicorp/memberlist v0.4.0 go-module