-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage_versions.txt
4376 lines (4376 loc) · 645 KB
/
package_versions.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
NAME VERSION TYPE
.NET Framework 2.0.50727.3053 dotnet
.NET Framework 2.0.50727.3074 dotnet
.NET Framework 2.0.50727.8922 dotnet (+4 duplicates)
.NET Framework 2.0.50727.9136 dotnet (+4 duplicates)
.NET Framework 3.5.30729.1 dotnet
.NET Framework 3.5.30729.8931 dotnet
.NET Framework 3.5.30729.9135 dotnet
.NET Framework 4.0.30319.1 dotnet (+2 duplicates)
.NET Framework 4.0.30319.18020 dotnet (+31 duplicates)
.NET Framework 4.7.3056.0 dotnet (+6 duplicates)
.NET Framework 4.8.3752.0 dotnet (+3 duplicates)
.NET Framework 4.8.3815.0 dotnet
.NET Framework 4.8.4121.0 dotnet
1to2 1.0.0 npm
7zip 24.09+dfsg-3 deb
@fastify/busboy 2.1.1 npm
@kasmtech/novnc 1.3.0 npm
@rails/actiontext 7.0.807 npm
@socket.io/component-emitter 3.1.2 npm
@socket.io/component-emitter UNKNOWN npm (+1 duplicate)
@types/brace-expansion 1.1.0 npm
@types/cookie 0.4.1 npm
@types/cors 2.8.17 npm
@types/node 20.17.6 npm
@types/node 22.10.7 npm
Apache HTTP Server 2.2.14 dotnet
Ascii85 2.0.1 gem
Assembly imported from type library 'CERTCLILib'. 1.0.0.0 dotnet (+2 duplicates)
Assembly imported from type library 'CERTENROLLLib'. 1.0.0.0 dotnet (+2 duplicates)
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
Confuser.Core 1.6.0.72 dotnet
Confuser.DynCipher 1.6.0.72 dotnet
Confuser.MSBuild.Tasks 1.1.0.52 dotnet
Confuser.Protections 1.6.0.72 dotnet
Confuser.Renamer 1.6.0.72 dotnet
Confuser.Runtime 1.6.0.72 dotnet
CoreProviders 3.0.0.0 dotnet
Cygwin 1.7.10 dotnet
DirBuster 1.0-RC1 java-archive
Donut.dll 0.0.0.0 dotnet
Dynamic Language Runtime Microsoft.Dynamic 1.3.0 dotnet (+1 duplicate)
Dynamic Language Runtime Microsoft.Scripting 1.3.0 dotnet (+1 duplicate)
Dynamic Language Runtime Microsoft.Scripting.Metadata 1.3.0 dotnet (+1 duplicate)
IronPython 3.4.0.0001 dotnet (+1 duplicate)
IronPython IronPython.Modules 3.4.0 dotnet (+1 duplicate)
IronPython IronPython.SQLite 3.4.0 dotnet (+1 duplicate)
IronPython IronPython.Wpf 3.4.0 dotnet (+1 duplicate)
Json.NET 13.0.1.25517 dotnet
Markdig.Signed 0.22.0.0 dotnet
Masky 1.0.0.0 dotnet
Metasploit 3, 0, 0, 0 dotnet
Microsoft .NET Framework Custom Marshalers 4.0.30319.18020 dotnet
Microsoft .NET Runtime Managed Symbol Wrappers 4.0.30319.18020 dotnet
Microsoft .NET Runtime Object Remoting 4.0.30319.18020 dotnet
Microsoft .NET Runtime Soap Serialization Library 4.0.30319.18020 dotnet
Microsoft .NET Services Native Thunks 4.0.30319.18020 dotnet (+1 duplicate)
Microsoft .NET Services Support Infrastructure 4.0.30319.18020 dotnet
Microsoft Common Language Runtime Class Library 2.0.50727.3074 dotnet
Microsoft Common Language Runtime Class Library 2.0.50727.8922 dotnet
Microsoft Common Language Runtime Class Library 4.0.30319.1 dotnet
Microsoft Common Language Runtime Class Library 4.0.30319.18020 dotnet
Microsoft Common Language Runtime Class Library 4.7.3110.0 dotnet
Microsoft.Activities.Build.dll 4.0.30319.18020 dotnet
Microsoft.ApplicationInsights 2.18.0.00315 dotnet
Microsoft.Bcl.AsyncInterfaces 5.0.20.51904 dotnet
Microsoft.Build.Conversion.v4.0.dll 4.0.30319.18020 dotnet
Microsoft.Build.Engine.dll 4.0.30319.18020 dotnet
Microsoft.Build.Framework.dll 4.0.30319.18020 dotnet
Microsoft.Build.Tasks.v4.0.dll 4.0.30319.18020 dotnet
Microsoft.Build.Utilities.v4.0.dll 4.0.30319.18020 dotnet
Microsoft.Build.dll 4.0.30319.18020 dotnet
Microsoft.CSharp 4.700.19.56404 dotnet
Microsoft.CSharp 6.0.822.36306 dotnet (+1 duplicate)
Microsoft.CSharp.dll 4.0.30319.18020 dotnet
Microsoft.CSharp.dll 4.6.81.0 dotnet
Microsoft.CodeAnalysis 4.0.121.55815 dotnet (+13 duplicates)
Microsoft.CodeAnalysis.CSharp 4.0.121.55815 dotnet (+13 duplicates)
Microsoft.Extensions.ObjectPool 5.0.1021.41022 dotnet
Microsoft.JScript.dll 11.0.50709.18020 dotnet
Microsoft.Management.Infrastructure 2.0.0-preview.1 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.2.6.500 dotnet
Microsoft.PowerShell.Commands.Utility 7.2.6.500 dotnet
Microsoft.PowerShell.ConsoleHost 7.2.6.500 dotnet
Microsoft.PowerShell.MarkdownRender 7.2.0.0 dotnet
Microsoft.PowerShell.PSReadLine2 2.1.0 dotnet
Microsoft.PowerShell.SDK 7.2.6.500 dotnet
Microsoft.PowerShell.Security 7.2.6.500 dotnet
Microsoft.PowerShell.ThreadJob 2.0.1 dotnet
Microsoft.VisualBasic 6.0.822.36306 dotnet (+1 duplicate)
Microsoft.VisualBasic.Core 11.100.822.36306 dotnet (+1 duplicate)
Microsoft.Win32.Primitives 6.0.822.36306 dotnet (+1 duplicate)
Microsoft.Win32.Registry 6.0.822.36306 dotnet (+1 duplicate)
Microsoft.Win32.Registry.AccessControl 6.0.21.52210 dotnet
Microsoft.Win32.SystemEvents 6.0.21.52210 dotnet
Microsoft® C Runtime Library 11.00.50709.18020 dotnet
NJsonSchema 10.5.2.0 dotnet
Namotion.Reflection 2.0.3.0 dotnet
POC_CloudFilter_ArbitraryFile_EoP 1.0.0.0 dotnet
POSIX WinThreads for Windows 1, 0, 0, 0 dotnet (+1 duplicate)
PackageManagement 3.0.0.0 dotnet
PeNet 1.1.1.0 dotnet
PresentationBuildTasks.dll 4.0.30319.18020 dotnet
PresentationCore.dll 4.0.30319.18020 dotnet
PresentationFramework.Aero.dll 4.0.30319.18020 dotnet
PresentationFramework.Aero2.dll 4.0.30319.18020 dotnet
PresentationFramework.AeroLite.dll 4.0.30319.18020 dotnet
PresentationFramework.Classic.dll 4.0.30319.18020 dotnet
PresentationFramework.Luna.dll 4.0.30319.18020 dotnet
PresentationFramework.Royale.dll 4.0.30319.18020 dotnet
PresentationFramework.dll 4.0.30319.18020 dotnet
PuTTY suite Release 0.78 dotnet
Radmin Viewer 3, 0, 0, 1 dotnet
ReachFramework.dll 4.0.30319.18020 dotnet
SharpHound 1.1.0 dotnet
SilverApp1 1.0.0.0 dotnet
Simple Launcher 1.1.0.14 dotnet (+5 duplicates)
SqlClrPayload 1.0.0.0 dotnet (+7 duplicates)
Symbolic Debugger Extensions 6.2.9200.16384 dotnet (+1 duplicate)
Symbolic Debugger for Windows 6.2.9200.16384 dotnet (+1 duplicate)
System 6.0.822.36306 dotnet (+1 duplicate)
System.Activities.Core.Presentation.dll 4.0.30319.18020 dotnet
System.Activities.DurableInstancing.dll 4.0.30319.18020 dotnet
System.Activities.Presentation.dll 4.0.30319.18020 dotnet
System.Activities.dll 4.0.30319.18020 dotnet
System.AppContext 6.0.822.36306 dotnet (+1 duplicate)
System.Buffers 4.6.28619.01 dotnet (+1 duplicate)
System.Buffers 6.0.822.36306 dotnet (+1 duplicate)
System.CodeDom 6.0.21.52210 dotnet
System.Collections 6.0.822.36306 dotnet (+1 duplicate)
System.Collections.Concurrent 6.0.822.36306 dotnet (+1 duplicate)
System.Collections.Immutable 6.0.822.36306 dotnet (+1 duplicate)
System.Collections.NonGeneric 6.0.822.36306 dotnet (+1 duplicate)
System.Collections.Specialized 6.0.822.36306 dotnet (+1 duplicate)
System.ComponentModel 6.0.822.36306 dotnet (+1 duplicate)
System.ComponentModel.Annotations 6.0.822.36306 dotnet (+1 duplicate)
System.ComponentModel.Composition 6.0.21.52210 dotnet
System.ComponentModel.Composition.Registration 6.0.21.52210 dotnet
System.ComponentModel.Composition.Registration.dll 4.0.30319.18020 dotnet
System.ComponentModel.Composition.dll 4.0.30319.18020 dotnet
System.ComponentModel.DataAnnotations 6.0.822.36306 dotnet (+1 duplicate)
System.ComponentModel.DataAnnotations.dll 4.0.30319.18020 dotnet
System.ComponentModel.EventBasedAsync 6.0.822.36306 dotnet (+1 duplicate)
System.ComponentModel.Primitives 6.0.822.36306 dotnet (+1 duplicate)
System.ComponentModel.TypeConverter 6.0.822.36306 dotnet (+1 duplicate)
System.Configuration 6.0.822.36306 dotnet (+1 duplicate)
System.Configuration.ConfigurationManager 6.0.21.52210 dotnet
System.Configuration.dll 4.0.30319.1 dotnet
System.Configuration.dll 4.0.30319.18020 dotnet
System.Console 6.0.822.36306 dotnet (+1 duplicate)
System.Core 6.0.822.36306 dotnet (+1 duplicate)
System.Data 6.0.822.36306 dotnet (+1 duplicate)
System.Data.Common 6.0.822.36306 dotnet (+1 duplicate)
System.Data.DataSetExtensions 6.0.822.36306 dotnet (+1 duplicate)
System.Data.Entity.Design.dll 4.0.30319.18020 dotnet
System.Data.Linq.dll 4.0.30319.18020 dotnet
System.Data.Odbc 6.0.21.52210 dotnet
System.Data.OleDb 6.0.21.52210 dotnet
System.Data.Services.Client.dll 4.0.30319.18020 dotnet
System.Data.Services.Design.dll 4.0.30319.18020 dotnet
System.Data.Services.dll 4.0.30319.18020 dotnet
System.Data.SqlClient 4.700.21.41603 dotnet
System.Deployment.dll 4.0.30319.18020 dotnet
System.Diagnostics.Contracts 6.0.822.36306 dotnet (+1 duplicate)
System.Diagnostics.Debug 6.0.822.36306 dotnet (+1 duplicate)
System.Diagnostics.DiagnosticSource 6.0.822.36306 dotnet (+1 duplicate)
System.Diagnostics.EventLog 6.0.21.52210 dotnet
System.Diagnostics.FileVersionInfo 6.0.822.36306 dotnet (+1 duplicate)
System.Diagnostics.PerformanceCounter 6.0.21.52210 dotnet
System.Diagnostics.Process 6.0.822.36306 dotnet (+1 duplicate)
System.Diagnostics.StackTrace 6.0.822.36306 dotnet (+1 duplicate)
System.Diagnostics.TextWriterTraceListener 6.0.822.36306 dotnet (+1 duplicate)
System.Diagnostics.Tools 6.0.822.36306 dotnet (+1 duplicate)
System.Diagnostics.TraceSource 6.0.822.36306 dotnet (+1 duplicate)
System.Diagnostics.Tracing 6.0.822.36306 dotnet (+1 duplicate)
System.DirectoryServices 6.0.21.52210 dotnet
System.DirectoryServices.AccountManagement 6.0.21.52210 dotnet
System.DirectoryServices.Protocols 6.0.21.52210 dotnet
System.Drawing 6.0.822.36306 dotnet (+1 duplicate)
System.Drawing.Common 6.0.21.52210 dotnet
System.Drawing.Primitives 6.0.822.36306 dotnet (+1 duplicate)
System.Dynamic.Runtime 6.0.822.36306 dotnet (+1 duplicate)
System.Formats.Asn1 6.0.822.36306 dotnet (+1 duplicate)
System.Globalization 6.0.822.36306 dotnet (+1 duplicate)
System.Globalization.Calendars 6.0.822.36306 dotnet (+1 duplicate)
System.Globalization.Extensions 6.0.822.36306 dotnet (+1 duplicate)
System.Globalization.dll 4.0.30319.18020 dotnet
System.IO 6.0.822.36306 dotnet (+1 duplicate)
System.IO.Compression 6.0.822.36306 dotnet (+1 duplicate)
System.IO.Compression.Brotli 6.0.822.36306 dotnet (+1 duplicate)
System.IO.Compression.FileSystem 6.0.822.36306 dotnet (+1 duplicate)
System.IO.Compression.FileSystem.dll 4.0.30319.18020 dotnet
System.IO.Compression.ZipFile 6.0.822.36306 dotnet (+1 duplicate)
System.IO.Compression.dll 4.0.30319.18020 dotnet
System.IO.FileSystem 6.0.822.36306 dotnet (+1 duplicate)
System.IO.FileSystem.AccessControl 6.0.822.36306 dotnet (+1 duplicate)
System.IO.FileSystem.DriveInfo 6.0.822.36306 dotnet (+1 duplicate)
System.IO.FileSystem.Primitives 6.0.822.36306 dotnet (+1 duplicate)
System.IO.FileSystem.Watcher 6.0.822.36306 dotnet (+1 duplicate)
System.IO.IsolatedStorage 6.0.822.36306 dotnet (+1 duplicate)
System.IO.Log.dll 4.0.30319.18020 dotnet
System.IO.MemoryMappedFiles 6.0.822.36306 dotnet (+1 duplicate)
System.IO.Packaging 6.0.21.52210 dotnet
System.IO.Pipes 6.0.822.36306 dotnet (+1 duplicate)
System.IO.Pipes.AccessControl 6.0.822.36306 dotnet (+1 duplicate)
System.IO.Ports 6.0.21.52210 dotnet
System.IO.UnmanagedMemoryStream 6.0.822.36306 dotnet (+1 duplicate)
System.IdentityModel.Selectors.dll 4.0.30319.18020 dotnet
System.IdentityModel.Services.dll 4.0.30319.18020 dotnet
System.IdentityModel.dll 3.0.4506.8931 dotnet (+1 duplicate)
System.IdentityModel.dll 4.0.30319.18020 dotnet
System.IdentityModel.dll 4.7.3056.0 dotnet (+1 duplicate)
System.Linq 6.0.822.36306 dotnet (+1 duplicate)
System.Linq.Expressions 6.0.822.36306 dotnet (+1 duplicate)
System.Linq.Parallel 6.0.822.36306 dotnet (+1 duplicate)
System.Linq.Queryable 6.0.822.36306 dotnet (+1 duplicate)
System.Management 6.0.21.52210 dotnet
System.Management.Automation 6.1.7601.17514 dotnet (+1 duplicate)
System.Management.Automation 7.2.6.500 dotnet
System.Memory 4.6.28619.01 dotnet (+1 duplicate)
System.Memory 6.0.822.36306 dotnet (+1 duplicate)
System.Net 6.0.822.36306 dotnet (+1 duplicate)
System.Net.Http 6.0.822.36306 dotnet (+1 duplicate)
System.Net.Http.Json 6.0.822.36306 dotnet (+1 duplicate)
System.Net.Http.WinHttpHandler 6.0.422.16404 dotnet
System.Net.HttpListener 6.0.822.36306 dotnet (+1 duplicate)
System.Net.Mail 6.0.822.36306 dotnet (+1 duplicate)
System.Net.NameResolution 6.0.822.36306 dotnet (+1 duplicate)
System.Net.NetworkInformation 6.0.822.36306 dotnet (+1 duplicate)
System.Net.Ping 6.0.822.36306 dotnet (+1 duplicate)
System.Net.Primitives 6.0.822.36306 dotnet (+1 duplicate)
System.Net.Quic 6.0.822.36306 dotnet
System.Net.Requests 6.0.822.36306 dotnet (+1 duplicate)
System.Net.Security 6.0.822.36306 dotnet (+1 duplicate)
System.Net.ServicePoint 6.0.822.36306 dotnet (+1 duplicate)
System.Net.Sockets 6.0.822.36306 dotnet (+1 duplicate)
System.Net.WebClient 6.0.822.36306 dotnet (+1 duplicate)
System.Net.WebHeaderCollection 6.0.822.36306 dotnet (+1 duplicate)
System.Net.WebProxy 6.0.822.36306 dotnet (+1 duplicate)
System.Net.WebSockets 6.0.822.36306 dotnet (+1 duplicate)
System.Net.WebSockets.Client 6.0.822.36306 dotnet (+1 duplicate)
System.Net.dll 4.0.30319.18020 dotnet
System.Numerics 6.0.822.36306 dotnet (+1 duplicate)
System.Numerics.Vectors 6.0.822.36306 dotnet (+1 duplicate)
System.ObjectModel 6.0.822.36306 dotnet (+1 duplicate)
System.Printing.dll 4.0.30319.18020 dotnet
System.Private.CoreLib 6.0.822.36306 dotnet
System.Private.DataContractSerialization 6.0.822.36306 dotnet
System.Private.ServiceModel 4.900.21.52002 dotnet (+13 duplicates)
System.Private.Uri 6.0.822.36306 dotnet
System.Private.Xml 6.0.822.36306 dotnet
System.Private.Xml.Linq 6.0.822.36306 dotnet
System.Reflection 6.0.822.36306 dotnet (+1 duplicate)
System.Reflection.Context 6.0.21.52210 dotnet
System.Reflection.Context.dll 4.0.30319.18020 dotnet
System.Reflection.DispatchProxy 6.0.822.36306 dotnet (+1 duplicate)
System.Reflection.Emit 6.0.822.36306 dotnet (+1 duplicate)
System.Reflection.Emit.ILGeneration 6.0.822.36306 dotnet (+1 duplicate)
System.Reflection.Emit.Lightweight 6.0.822.36306 dotnet (+1 duplicate)
System.Reflection.Extensions 6.0.822.36306 dotnet (+1 duplicate)
System.Reflection.Metadata 6.0.822.36306 dotnet (+1 duplicate)
System.Reflection.Primitives 6.0.822.36306 dotnet (+1 duplicate)
System.Reflection.TypeExtensions 6.0.822.36306 dotnet (+1 duplicate)
System.Resources.Reader 6.0.822.36306 dotnet (+1 duplicate)
System.Resources.ResourceManager 6.0.822.36306 dotnet (+1 duplicate)
System.Resources.Writer 6.0.822.36306 dotnet (+1 duplicate)
System.Runtime 6.0.822.36306 dotnet (+1 duplicate)
System.Runtime.Caching 6.0.21.52210 dotnet
System.Runtime.Caching.dll 4.0.30319.18020 dotnet
System.Runtime.CompilerServices.Unsafe 4.6.28619.01 dotnet (+1 duplicate)
System.Runtime.CompilerServices.Unsafe 6.0.822.36306 dotnet
System.Runtime.CompilerServices.VisualC 6.0.822.36306 dotnet (+1 duplicate)
System.Runtime.DurableInstancing.dll 4.0.30319.18020 dotnet
System.Runtime.Extensions 6.0.822.36306 dotnet (+1 duplicate)
System.Runtime.Handles 6.0.822.36306 dotnet (+1 duplicate)
System.Runtime.InteropServices 6.0.822.36306 dotnet (+1 duplicate)
System.Runtime.InteropServices.RuntimeInformation 6.0.822.36306 dotnet (+1 duplicate)
System.Runtime.Intrinsics 6.0.822.36306 dotnet (+1 duplicate)
System.Runtime.Loader 6.0.822.36306 dotnet (+1 duplicate)
System.Runtime.Numerics 6.0.822.36306 dotnet (+1 duplicate)
System.Runtime.Serialization 6.0.822.36306 dotnet (+1 duplicate)
System.Runtime.Serialization.Formatters 6.0.822.36306 dotnet (+1 duplicate)
System.Runtime.Serialization.Json 6.0.822.36306 dotnet (+1 duplicate)
System.Runtime.Serialization.Primitives 6.0.822.36306 dotnet (+1 duplicate)
System.Runtime.Serialization.Xml 6.0.822.36306 dotnet (+1 duplicate)
System.Runtime.Serialization.dll 4.0.30319.1 dotnet
System.Runtime.Serialization.dll 4.0.30319.18020 dotnet
System.Security 6.0.822.36306 dotnet (+1 duplicate)
System.Security.AccessControl 6.0.822.36306 dotnet (+1 duplicate)
System.Security.Claims 6.0.822.36306 dotnet (+1 duplicate)
System.Security.Cryptography.Algorithms 6.0.822.36306 dotnet (+1 duplicate)
System.Security.Cryptography.Cng 6.0.822.36306 dotnet (+1 duplicate)
System.Security.Cryptography.Csp 6.0.822.36306 dotnet (+1 duplicate)
System.Security.Cryptography.Encoding 6.0.822.36306 dotnet (+1 duplicate)
System.Security.Cryptography.OpenSsl 6.0.822.36306 dotnet (+1 duplicate)
System.Security.Cryptography.Pkcs 6.0.522.21309 dotnet
System.Security.Cryptography.Primitives 6.0.822.36306 dotnet (+1 duplicate)
System.Security.Cryptography.ProtectedData 6.0.21.52210 dotnet
System.Security.Cryptography.X509Certificates 6.0.822.36306 dotnet (+1 duplicate)
System.Security.Cryptography.Xml 6.0.21.52210 dotnet
System.Security.Permissions 6.0.21.52210 dotnet
System.Security.Principal 6.0.822.36306 dotnet (+1 duplicate)
System.Security.Principal.Windows 6.0.822.36306 dotnet (+1 duplicate)
System.Security.SecureString 6.0.822.36306 dotnet (+1 duplicate)
System.Security.dll 2.0.50727.9136 dotnet
System.Security.dll 4.0.30319.18020 dotnet
System.Security.dll 4.8.3752.0 dotnet
System.ServiceModel 4.900.21.52002 dotnet
System.ServiceModel.Activation.dll 4.0.30319.18020 dotnet
System.ServiceModel.Activities.dll 4.0.30319.18020 dotnet
System.ServiceModel.Channels.dll 4.0.30319.18020 dotnet
System.ServiceModel.Discovery.dll 4.0.30319.18020 dotnet
System.ServiceModel.Duplex 4.900.21.52002 dotnet
System.ServiceModel.Http 4.900.21.52002 dotnet
System.ServiceModel.NetTcp 4.900.21.52002 dotnet
System.ServiceModel.Primitives 4.900.21.52002 dotnet
System.ServiceModel.Routing.dll 4.0.30319.18020 dotnet
System.ServiceModel.Security 4.900.21.52002 dotnet
System.ServiceModel.Syndication 6.0.21.52210 dotnet
System.ServiceModel.Web 6.0.822.36306 dotnet (+1 duplicate)
System.ServiceModel.Web.dll 4.0.30319.18020 dotnet
System.ServiceModel.dll 4.0.30319.18020 dotnet
System.ServiceProcess 6.0.822.36306 dotnet (+1 duplicate)
System.ServiceProcess.ServiceController 6.0.21.52210 dotnet
System.Speech 6.0.21.52210 dotnet
System.Speech.dll 4.0.30319.18020 dotnet
System.Text.Encoding 6.0.822.36306 dotnet (+1 duplicate)
System.Text.Encoding.CodePages 6.0.822.36306 dotnet (+1 duplicate)
System.Text.Encoding.Extensions 6.0.822.36306 dotnet (+1 duplicate)
System.Text.Encodings.Web 6.0.822.36306 dotnet (+1 duplicate)
System.Text.Json 6.0.822.36306 dotnet (+1 duplicate)
System.Text.RegularExpressions 6.0.822.36306 dotnet (+1 duplicate)
System.Threading 6.0.822.36306 dotnet (+1 duplicate)
System.Threading.AccessControl 6.0.21.52210 dotnet
System.Threading.Channels 6.0.822.36306 dotnet (+1 duplicate)
System.Threading.Overlapped 6.0.822.36306 dotnet (+1 duplicate)
System.Threading.Tasks 6.0.822.36306 dotnet (+1 duplicate)
System.Threading.Tasks.Dataflow 6.0.822.36306 dotnet (+1 duplicate)
System.Threading.Tasks.Extensions 6.0.822.36306 dotnet (+1 duplicate)
System.Threading.Tasks.Parallel 6.0.822.36306 dotnet (+1 duplicate)
System.Threading.Thread 6.0.822.36306 dotnet (+1 duplicate)
System.Threading.ThreadPool 6.0.822.36306 dotnet (+1 duplicate)
System.Threading.Timer 6.0.822.36306 dotnet (+1 duplicate)
System.Transactions 6.0.822.36306 dotnet (+1 duplicate)
System.Transactions.Local 6.0.822.36306 dotnet (+1 duplicate)
System.ValueTuple 6.0.822.36306 dotnet (+1 duplicate)
System.Web 6.0.822.36306 dotnet (+1 duplicate)
System.Web.Abstractions.dll 4.0.30319.18020 dotnet
System.Web.ApplicationServices.dll 4.0.30319.18020 dotnet
System.Web.DataVisualization.Design.dll 4.0.30319.18020 dotnet
System.Web.DataVisualization.dll 4.0.30319.18020 dotnet
System.Web.DynamicData.Design.dll 4.0.30319.18020 dotnet
System.Web.DynamicData.dll 4.0.30319.18020 dotnet
System.Web.Extensions.Design.dll 4.0.30319.18020 dotnet
System.Web.Extensions.dll 3.5.30729.8935 dotnet
System.Web.Extensions.dll 4.0.30319.18020 dotnet
System.Web.Extensions.dll 4.7.3282.0 dotnet
System.Web.HttpUtility 6.0.822.36306 dotnet (+1 duplicate)
System.Web.Mobile.dll 4.0.30319.18020 dotnet
System.Web.RegularExpressions.dll 4.0.30319.18020 dotnet
System.Web.Routing.dll 4.0.30319.18020 dotnet
System.Web.Services.Description 4.900.21.52002 dotnet (+13 duplicates)
System.Web.dll 4.0.30319.18020 dotnet
System.Windows 6.0.822.36306 dotnet (+1 duplicate)
System.Windows.Controls.Ribbon.dll 4.0.30319.18020 dotnet
System.Windows.Extensions 6.0.21.52210 dotnet
System.Windows.Forms.DataVisualization.Design.dll 4.0.30319.18020 dotnet
System.Windows.Forms.DataVisualization.dll 4.0.30319.18020 dotnet
System.Windows.Input.Manipulations.dll 4.0.30319.18020 dotnet
System.Windows.Presentation.dll 4.0.30319.18020 dotnet
System.Windows.dll 4.0.30319.18020 dotnet
System.Workflow.Activities.dll 4.0.30319.18020 dotnet
System.Workflow.ComponentModel.dll 4.0.30319.18020 dotnet
System.Workflow.Runtime.dll 4.0.30319.18020 dotnet
System.WorkflowServices.dll 4.0.30319.18020 dotnet
System.Xaml.dll 4.0.30319.18020 dotnet
System.Xml 6.0.822.36306 dotnet (+1 duplicate)
System.Xml.Linq 6.0.822.36306 dotnet (+1 duplicate)
System.Xml.ReaderWriter 6.0.822.36306 dotnet (+1 duplicate)
System.Xml.Serialization 6.0.822.36306 dotnet (+1 duplicate)
System.Xml.Serialization.dll 4.0.30319.18020 dotnet
System.Xml.XDocument 6.0.822.36306 dotnet (+1 duplicate)
System.Xml.XPath 6.0.822.36306 dotnet (+1 duplicate)
System.Xml.XPath.XDocument 6.0.822.36306 dotnet (+1 duplicate)
System.Xml.XmlDocument 6.0.822.36306 dotnet (+1 duplicate)
System.Xml.XmlSerializer 6.0.822.36306 dotnet (+1 duplicate)
TightVNC Win32 Viewer 1, 3, 6, 0 dotnet
UIAutomationClient.dll 4.0.30319.18020 dotnet
UIAutomationClientsideProviders.dll 4.0.30319.18020 dotnet
UIAutomationProvider.dll 4.0.30319.18020 dotnet
UIAutomationTypes.dll 4.0.30319.18020 dotnet
Visual Basic Compatibility Runtime Library 11.0.50709.18020 dotnet (+1 duplicate)
Visual Basic Runtime Library 11.0.50709.18020 dotnet
Whoami - queries user information 5.00.2128.1 dotnet
Windows Presentation Foundation WindowsForms Integration Library 4.0.30319.18020 dotnet
WindowsBase 6.0.822.36306 dotnet (+1 duplicate)
WindowsBase.dll 4.0.30319.18020 dotnet
XamlBuildTask.dll 4.0.30319.18020 dotnet
aarch64 2.1.0 gem
abbrev 0.1.0 gem
abbrev 0.1.2 gem
accepts 1.3.8 npm
accountsservice 23.13.9-7 deb
acorn 8.8.1 npm
acorn-bigint 1.0.0 npm
acorn-class-fields 1.0.0 npm
acorn-dynamic-import 4.0.0 npm
acorn-export-ns-from 0.2.0 npm
acorn-globals 6.0.0 npm
acorn-import-assertions 1.8.0 npm
acorn-import-meta 1.1.0 npm
acorn-jsx 5.3.1 npm
acorn-loose 8.3.0 npm
acorn-node 2.0.1 npm
acorn-numeric-separator 0.3.4 npm
acorn-private-class-elements 1.0.0 npm
acorn-private-methods 1.0.0 npm
acorn-static-class-features 1.0.0 npm
acorn-walk 8.2.0 npm
actioncable 7.0.8.7 gem
actionmailbox 7.0.8.7 gem
actionmailer 7.0.8.7 gem
actionpack 7.0.8.7 gem
actiontext 7.0.8.7 gem
actionview 7.0.8.7 gem
activejob 7.0.8.7 gem
activemodel 7.0.8.7 gem
activerecord 7.0.8.7 gem
activestorage 7.0.8.7 gem
activesupport 6.1.7.3 gem
activesupport 7.0.8.7 gem
adblockparser 0.7 python
addressable 2.8.5 gem
addressable 2.8.7 gem
adduser 3.137 deb
adwaita-icon-theme 47.0-2 deb
aesedb 0.1.3 python
afm 0.2.2 gem
aiocmd 0.1.2 python
aioconsole 0.8.1 python
aiodns 3.2.0 python
aiofiles 24.1.0 python
aiohappyeyeballs 2.4.4 python
aiohttp 3.10.11 python
aiomultiprocess 0.9.0 python
aioquic 1.2.0 python
aiosignal 1.3.2 python
aiosmb 0.4.4 python
aiosqlite 0.20.0 python
aiowinreg 0.0.7 python
aircrack-ng 1:1.7+git20230807.4bf83f1a-2 deb
ajpy 0.0.5 python
alembic 1.13.2.dev0 python
altgraph 0.17.4 python
amass 4.2.0-0kali1 deb
amass-common 4.2.0-0kali1 deb
amqp 5.3.1 python
aniso8601 10.0.0 python
annotated-types 0.7.0 python
ansi-styles 4.3.0 npm
antlr4-python3-runtime 4.9.2 python
anyio 4.7.0 python
apache2 2.4.62-3+b1 deb
apache2-bin 2.4.62-3+b1 deb
apache2-data 2.4.62-3 deb
apache2-utils 2.4.62-3+b1 deb
apispec 6.7.1 python
apispec-webframeworks 0.5.2 python
apt 2.9.17 deb
apt-utils 2.9.17 deb
arc4 0.3.0 python
arel-helpers 2.16.0 gem
argcomplete 3.5.3 python
ark 4:24.12.0-1 deb
arp-scan 1.10.0-2+b1 deb
arping 2.25-1 deb
array-flatten 1.1.1 npm
asciitree 0.3.3 python
asgiref 3.8.1 python
asn1crypto 1.5.1 python
asn1tools 0.166.0 python
asyauth 0.0.20 python
async 3.2.6 npm
async-timeout 5.0.1 python
asysocks 0.2.12 python
at-spi2-common 2.55.0.1-1 deb
atftpd 0.8.0-6 deb
attrs 24.3.0 python
autobahn 23.1.2 python
autocommand 2.2.2 python (+1 duplicate)
automat 24.8.1 python
autopsy 2.24-6kali1 deb
aws-eventstream 1.3.0 gem
aws-partitions 1.1040.0 gem
aws-sdk-core 3.216.0 gem
aws-sdk-ec2 1.501.0 gem
aws-sdk-ec2instanceconnect 1.53.0 gem
aws-sdk-iam 1.115.0 gem
aws-sdk-kms 1.97.0 gem
aws-sdk-s3 1.178.0 gem
aws-sdk-ssm 1.187.0 gem
aws-sigv4 1.11.0 gem
axel 2.17.14-2 deb
backoff 2.2.1 python
backports-tarfile 1.2.0 python
balanced-match 1.0.2 npm
balanced-match 2.0.0 npm
baloo6 6.8.0-2 deb
base-files 1:2024.4.0 deb
base-passwd 3.6.5 deb
base58 1.0.3 python
base64 0.1.1 gem
base64 0.2.0 gem
base64id 2.0.0 npm
bash 5.2.37-1 deb
bc 1.07.1-4 deb
bcrypt 3.1.20 gem
bcrypt 4.2.0 python
bcrypt_pbkdf 1.1.1 gem
beautifulsoup4 4.12.3 python
benchmark 0.2.0 gem
benchmark 0.4.0 gem
bidict 0.23.1 python
bigdecimal 3.1.1 gem
bigdecimal 3.1.9 gem
billiard 4.2.1 python
binary-search 1.3.6 npm
bind9-dnsutils 1:9.20.4-3 deb
bind9-host 1:9.20.4-3 deb
bind9-libs 1:9.20.4-3 deb
bindata 2.4.15 gem
bindings 1.5.0 npm
binutils 2.43.50.20250108-1 deb
binutils-common 2.43.50.20250108-1 deb
binutils-mingw-w64-i686 2.43.1-5+12 deb
binutils-mingw-w64-x86-64 2.43.1-5+12 deb
binutils-x86-64-linux-gnu 2.43.50.20250108-1 deb
binwalk 2.4.3 python
binwalk 2.4.3+dfsg1-1 deb
bitstruct 8.19.0 python
bleach 6.2.0 python
blinker 1.9.0 python
bloodhound 1.8.0 python
bloodhound.py 1.8.0-0kali1 deb
blt 2.5.3+dfsg-7 deb
bluepy 1.3.0 python
bluez 5.79-1 deb
bluez-hcidump 5.79-1 deb
body-parser 1.20.3 npm
bootsnap 1.18.4 gem
bottle 0.13.2 python
brace-expansion 1.1.11 npm
brace-expansion 2.0.1 npm (+1 duplicate)
breeze 4:6.2.5-2 deb
breeze-cursor-theme 4:6.2.5-2 deb
breeze-icon-theme 4:5.115.0-4 deb
breeze-wallpaper 4:6.2.5-2 deb
brotli 1.1.0 python
bsdextrautils 2.40.4-1 deb
bsdutils 1:2.40.4-1 deb
bson 5.0.2 gem
builder 3.2.4 gem
builder 3.3.0 gem
bulk-extractor 2.1.1-0kali2 deb
bully 1.4.00-2+b1 deb
bundler 2.3.7 gem
bundler 2.4.20 gem
bundler 2.4.20-1 deb
burp_infiltrator_java UNKNOWN java-archive
burpsuite 2024.10.3-0kali2 deb
burpsuite 34230 java-archive
busybox 1:1.37.0-4 deb
bytes 3.1.2 npm
bzip2 1.0.8-6 deb
ca-certificates 20241223 deb
ca-certificates-java 20240118 deb
ca-certificates-java UNKNOWN java-archive
cadaver 0.26+dfsg-2 deb
call-bind-apply-helpers 1.0.1 npm
call-bound 1.0.3 npm
catatonit 0.2.0-1 deb
cbor 1.0.0 python
celery 5.4.0 python (+1 duplicate)
censys 2.2.16 python
certifi 2024.12.14 python
certipy-ad 4.8.2 python
certipy-ad 4.8.2-0kali1 deb
cewl 6.2.1-1 deb
cffi 1.17.1 python
cgi 0.3.5 gem
chalk 4.1.2 npm
chardet 5.2.0 python
charset-normalizer 3.4.0 python
cheroot 10.0.1+ds1 python
cherrypy 18.10.0 python
cherrypy-cors 1.6 python
cherrytree 1.1.2+dfsg-1+b2 deb
chntpw 140201-1.2 deb
chunky_png 1.4.0 gem
cifs-utils 2:7.1-1 deb
cjs-module-lexer 1.2.3 npm
clang 1:19.0-63 deb
clang-18 1:18.1.8-13+b1 deb
clang-19 1:19.1.6-1+b1 deb
cli-helpers 2.3.1 python
click 8.1.8 python
click-didyoumean 0.3.1 python
click-plugins 1.1.1 python
click-repl 0.3.0 python
cloud.google.com/go/compute/metadata v0.3.0 go-module
cloud.google.com/go/logging v1.9.0 go-module
cloud.google.com/go/longrunning v0.5.4 go-module
cmd UNKNOWN java-archive
cms_scanner 0.14.3 gem
code.cloudfoundry.org/clock v1.1.0 go-module
color-convert 2.0.1 npm
color-name 1.1.4 npm
colorama 0.4.6 python
comerr-dev 2.1-1.47.2-1 deb
commix 4.0-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
concat-map 0.0.1 npm
concurrent-ruby 1.2.3 gem
concurrent-ruby 1.3.4 gem
concurrent-ruby-edge 0.7.0 gem
concurrent_ruby UNKNOWN java-archive (+1 duplicate)
configobj 5.0.9 python
console-data 2:1.12-9 deb
constantly 23.10.4 python
containerd.io 1.7.25-1 deb
content-disposition 0.5.4 npm
content-type 1.0.5 npm
cookie 0.7.1 npm
cookie 0.7.2 npm
cookie-signature 1.0.6 npm
cookiejar 0.3.4 gem
coreboot-utils 24.08+dfsg-2 deb
corepack 0.24.0 npm
coreutils 9.5-1+b1 deb
cors 2.8.5 npm
cpio 2.15+dfsg-2 deb
cpp 4:14.2.0-1 deb
cpp-14 14.2.0-12 deb
cpp-14-x86-64-linux-gnu 14.2.0-12 deb
cpp-x86-64-linux-gnu 4:14.2.0-1 deb
crackmapexec 5.4.0 python
crackmapexec 5.4.0-0kali6 deb
crass 1.0.6 gem
creddump7 0.1+git20190429-1.1 deb
cron 3.0pl1-189 deb
cron-daemon-common 3.0pl1-189 deb
croniter 2.0.7 python
crunch 3.6-3 deb
cryptcat 20031202-5kali7 deb
cryptography 43.0.0 python
cryptsetup 2:2.7.5-1 deb
cryptsetup-bin 2:2.7.5-1 deb
cryptsetup-initramfs 2:2.7.5-1 deb
cryptsetup-nuke-password 6 deb
cssselect2 0.7.0 python
csv 3.2.2 gem
csv 3.3.2 gem
cups 2.4.10-2+b1 deb
cups-client 2.4.10-2+b1 deb
cups-common 2.4.10-2 deb
cups-core-drivers 2.4.10-2+b1 deb
cups-daemon 2.4.10-2+b1 deb
cups-filters 1.28.17-5 deb
cups-filters-core-drivers 1.28.17-5 deb
cups-ipp-utils 2.4.10-2+b1 deb
cups-ppdc 2.4.10-2+b1 deb
cups-server-common 2.4.10-2 deb
curl 8.11.1-1+b1 deb
curlftpfs 0.9.2-10 deb
cutycapt 0.0+20130714-1 deb
cvss 3.2 python
daemons 1.4.1 gem
dario.cat/mergo v1.0.0 go-module (+1 duplicate)
dario.cat/mergo v1.0.1 go-module
dash 0.5.12-9 deb
date 3.2.2 gem
date 3.4.1 gem
davtest 1.2+git20230307.34d31db-0kali1 deb
dbd 1.50-1kali7 deb
dbus 1.16.0-1 deb
dbus-bin 1.16.0-1 deb
dbus-daemon 1.16.0-1 deb
dbus-python 1.3.2 python
dbus-session-bus-common 1.16.0-1 deb
dbus-system-bus-common 1.16.0-1 deb
dbus-user-session 1.16.0-1 deb
dbus-x11 1.16.0-1 deb
dconf-gsettings-backend 0.40.0-5 deb
dconf-service 0.40.0-5 deb
dcraw 9.28-7 deb
debconf 1.5.87 deb
debian-archive-keyring 2023.4 deb
debianutils 5.21 deb
debug 1.4.0 gem
debug 2.6.9 npm
debug 4.3.7 npm (+3 duplicates)
decorator 5.1.1 python
default-jre 2:1.21-76 deb
default-jre-headless 2:1.21-76 deb
default-mysql-server 1.1.1 deb
delegate 0.2.0 gem
depd 2.0.0 npm
deprecated 1.2.15 python
desktop-file-utils 0.28-1 deb
destroy 1.2.0 npm
dictionaries-common 1.30.3 deb
dicttoxml 1.7.16 python
did_you_mean 1.6.1 gem
diff-lcs 1.5.1 gem
diffutils 1:3.10-1 deb
digest 3.1.0 gem
dirb 2.22+dfsg-5+b1 deb
dirbuster 1.0-1kali6 deb
dirmngr 2.2.45-2 deb
distlib 0.3.9 python
distro 1.9.0 python
distro-info-data 0.63 deb
django 4.2.18 python
dmidecode 3.6-2 deb
dmitry 1.3a-6 deb
dmsetup 2:1.02.201-1 deb
dnlib 3.4.0.0 dotnet
dns2tcp 0.5.2-3 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.6.1 python
dnsrecon 1.2.0-3 deb
dnsruby 1.72.3 gem
docker-buildx-plugin 0.19.3-1~debian.12~bookworm deb
docker-ce 5:27.5.0-1~debian.12~bookworm deb
docker-ce-cli 5:27.5.0-1~debian.12~bookworm deb
docker-compose-plugin 2.32.4-1~debian.12~bookworm deb
docopt 0.6.2 python
dolphin 4:24.12.0.1-3 deb
dolphin-data 4:24.12.0.1-3 deb
domain_name 0.6.20240107 gem (+1 duplicate)
donut-shellcode 0.9.3 python
dos2unix 7.5.2-1 deb
dpkg 1.22.11+kali2 deb
dploot 3.0.0 python
dracut-install 105-3 deb
dragonplayer 4:24.12.0-1 deb
drb 2.1.0 gem
drb 2.2.1 gem
drkonqi 6.2.5-1 deb
dropbox 12.0.2 python
dsinternals 1.2.4 python
dsniff 2.4b1+debian-34 deb
dunamai 1.23.0 python
dunder-proto 1.0.1 npm
dunst 1.11.0-1 deb
e2fsprogs 1.47.2-1 deb
ecdsa 0.19.0 python
ecj 3.38.0 java-archive
ed25519 1.3.0 gem
ed25519_jruby UNKNOWN java-archive
ee-first 1.1.1 npm
ejs 3.1.10 npm
elasticsearch 7.17.6 python
elftools 1.3.1 gem
em-http-request 1.1.7 gem
em-socksify 0.3.3 gem
emacsen-common 3.0.5 deb
email-validator 2.2.0 python
encodeurl 1.0.2 npm
encodeurl 2.0.0 npm
engine.io 6.6.2 npm
engine.io-parser 5.2.3 npm
engine.io-parser UNKNOWN npm (+1 duplicate)
english 0.7.1 gem
enum4linux 0.9.1-0kali2 deb
ephem 4.1.6 python
erb 2.2.3 gem
error_highlight 0.3.0 gem
erubi 1.12.0 gem
erubi 1.13.1 gem
es-define-property 1.0.1 npm
es-errors 1.3.0 npm
es-object-atoms 1.1.1 npm
escape-html 1.0.3 npm
et-xmlfile 2.0.0 python
etag 1.8.1 npm
etc 1.3.0 gem
ethon 0.16.0 gem
ethtool 1:6.11-1 deb
ettercap-common 1:0.8.3.1-14 deb
eventmachine 1.2.7 gem
evil-winrm 3.7 gem
evil-winrm 3.7-0kali1 deb
exe2hexbat 1.5.1-0kali2 deb
exifread 3.0.0 python
exiv2 0.28.3+dfsg-2 deb
expect 5.45.4-3+b1 deb
exploitdb 20241126-0kali1 deb
express 4.21.2 npm
faker 3.5.1 gem
faraday 2.7.11 gem
faraday 5.10.1-0kali1 deb
faraday-agent-parameters-types 1.7.2 python
faraday-net_http 3.0.2 gem
faraday-plugins 1.19.1 python
faraday-retry 2.2.1 gem
faradaysec 5.10.1 python
fastapi 0.115.5 python
faye-websocket 0.11.3 gem
fcntl 1.0.1 gem
fern-wifi-cracker 3.5-0kali1 deb
ffi 1.16.3 gem
ffi 1.17.0 gem (+1 duplicate)
ffmpeg 7:7.1-3+b1 deb
ffuf 2.1.0-1+b4 deb
fgdump 1.x 1, 0, 0, 0 dotnet
fiddle 1.1.0 gem
fiddle 1.1.6 gem
fierce 1.6.0 python
fierce 1.6.0-1 deb
file 1:5.45-3+b1 deb
file-uri-to-path 1.0.0 npm
filedepot 0.5.2 python
filelist 1.0.4 npm
filelock 3.16.1 python
filesize 0.2.0 gem
fileutils 1.6.0 gem
filteralchemy 0.1.0 python
finalhandler 1.3.1 npm
find 0.1.1 gem
findutils 4.10.0-3 deb
finger 0.17-17 deb
firebird3.0-common 3.0.12.ds7-6 deb
firebird3.0-common-doc 3.0.12.ds7-6 deb
firefox-esr 128.5.0esr-1 deb
flac 1.4.3+ds-4 deb
flasgger 0.9.7.2.dev2 python
flashrom 1.4.0-3 deb
flask 3.1.0 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.10.0 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.3.6 python
flask-sqlalchemy 3.1.1 python
flask-wtf 1.2.2 python
flatbuffers 23.5.26 python
flex 2.6.4-8.2+b4 deb
font-awesome 4.7.0 npm
fontconfig 2.15.0-2 deb
fontconfig-config 2.15.0-2 deb
fonts-cantarell 0.303.1-2 deb
fonts-firacode 6.2-2 deb
fonts-font-awesome 5.0.10+really4.7.0~dfsg-4.1 deb
fonts-freefont-ttf 20211204+svn4273-2 deb
fonts-lato 2.015-1 deb
fonts-noto-color-emoji 2.047-1 deb
fonts-noto-core 20201225-2 deb
fonts-noto-mono 20201225-2 deb
fonts-urw-base35 20200910-8 deb
fonttools 4.55.3 python
forwardable 1.3.2 gem
forwarded 0.2.0 npm
fping 5.1-1 deb
frameworkintegration6 6.8.0-1 deb
freetds-common 1.3.17+ds-2 deb
fresh 0.5.2 npm
frozenlist 1.5.0 python
fs 2.4.16 python
ftp 20230507-2 deb
function 1.0.0 java-archive
function-bind 1.1.2 npm
fuse-overlayfs 1.13-1 deb
fuse3 3.14.0-10 deb
galera-4 26.4.20-1 deb
gawk 1:5.2.1-2+b1 deb
gcc-14-base 14.2.0-12 deb
gcc-mingw-w64-base 13.3.0-8+26.6 deb
gcc-mingw-w64-i686-win32 13.3.0-8+26.6 deb
gcc-mingw-w64-i686-win32-runtime 13.3.0-8+26.6 deb
gcc-mingw-w64-x86-64-win32 13.3.0-8+26.6 deb
gcc-mingw-w64-x86-64-win32-runtime 13.3.0-8+26.6 deb
gdb-minimal 15.2-1+b1 deb
gdisk 1.0.10-2 deb
generic.dll 0.0.0.0 dotnet
geoip-database 20241014-1 deb
get-intrinsic 1.2.7 npm
get-proto 1.0.1 npm
get_process_mem 0.2.5 gem
getoptlong 0.1.1 gem
getoptlong 0.2.1 gem
gevent 24.11.1 python
gevent-websocket 0.10.1 python
ghostscript 10.04.0~dfsg-2+b1 deb
gir1.2-atk-1.0 2.55.0.1-1 deb
gir1.2-freedesktop 1.82.0-3 deb
gir1.2-gdkpixbuf-2.0 2.42.12+dfsg-1+b1 deb
gir1.2-girepository-2.0 1.82.0-3 deb
gir1.2-glib-2.0 2.82.4-1 deb
gir1.2-gtk-3.0 3.24.43-5 deb
gir1.2-harfbuzz-0.0 10.2.0-1 deb
gir1.2-packagekitglib-1.0 1.3.0-2 deb
gir1.2-pango-1.0 1.56.0-3 deb
gir1.2-vte-2.91 0.78.2-1 deb
git 1:2.45.2-1 deb
git-man 1:2.45.2-1 deb
gitdb 4.0.11 python
github.com/AlecAivazis/survey/v2 v2.3.7 go-module
github.com/AndreasBriese/bbloom v0.0.0-20190825152654-46b345b51c96 go-module
github.com/Graylog2/go-gelf v0.0.0-20191017102106-1550ee647df0 go-module
github.com/Masterminds/semver/v3 v3.2.1 go-module (+1 duplicate)
github.com/Microsoft/hcsshim v0.11.7 go-module (+1 duplicate)
github.com/Microsoft/hcsshim v0.12.8 go-module
github.com/PuerkitoBio/goquery v1.8.1 go-module
github.com/RackSec/srslog v0.0.0-20180709174129-a4725f04ec91 go-module
github.com/VividCortex/gohistogram v1.0.0 go-module
github.com/acarl005/stripansi v0.0.0-20180116102854-5a71ef0e047d go-module
github.com/agext/levenshtein v1.2.3 go-module (+1 duplicate)
github.com/anchore/go-struct-converter v0.0.0-20221118182256-c68fdcfa2092 go-module
github.com/andrew-d/go-termutil v0.0.0-20150726205930-009166a695a2 go-module (+1 duplicate)
github.com/andybalholm/cascadia v1.3.2 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/armon/go-socks5 v0.0.0-20160902184237-e75332964ef5 go-module (+1 duplicate)
github.com/aws/aws-sdk-go-v2 v1.24.1 go-module (+2 duplicates)
github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.5.4 go-module
github.com/aws/aws-sdk-go-v2/config v1.26.6 go-module (+2 duplicates)
github.com/aws/aws-sdk-go-v2/credentials v1.16.16 go-module (+2 duplicates)
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.14.11 go-module (+2 duplicates)
github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.10 go-module (+2 duplicates)
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.10 go-module (+2 duplicates)
github.com/aws/aws-sdk-go-v2/internal/ini v1.7.3 go-module (+2 duplicates)
github.com/aws/aws-sdk-go-v2/service/cloudwatchlogs v1.32.0 go-module
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.10.4 go-module (+2 duplicates)
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.10.10 go-module (+2 duplicates)
github.com/aws/aws-sdk-go-v2/service/sso v1.18.7 go-module (+2 duplicates)
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.21.7 go-module (+2 duplicates)
github.com/aws/aws-sdk-go-v2/service/sts v1.26.7 go-module (+2 duplicates)
github.com/aws/smithy-go v1.19.0 go-module (+2 duplicates)
github.com/benbjohnson/clock v1.3.5 go-module
github.com/beorn7/perks v1.0.1 go-module (+4 duplicates)
github.com/bits-and-blooms/bitset v1.13.0 go-module
github.com/blang/semver/v4 v4.0.0 go-module
github.com/buger/goterm v1.0.4 go-module
github.com/caffix/netmap v0.2.5 go-module
github.com/caffix/pipeline v0.2.2 go-module
github.com/caffix/queue v0.1.4 go-module
github.com/caffix/service v0.3.0 go-module
github.com/caffix/stringset v0.1.1 go-module
github.com/cenkalti/backoff/v4 v4.2.1 go-module
github.com/cenkalti/backoff/v4 v4.3.0 go-module (+2 duplicates)
github.com/cespare/xxhash/v2 v2.2.0 go-module (+1 duplicate)
github.com/cespare/xxhash/v2 v2.3.0 go-module (+2 duplicates)
github.com/checkpoint-restore/go-criu/v6 v6.3.0 go-module
github.com/chromedp/cdproto v0.0.0-20230909221021-38a8736298fe go-module
github.com/chromedp/chromedp v0.9.2 go-module
github.com/chromedp/sysutil v1.0.0 go-module
github.com/cilium/ebpf v0.12.3 go-module
github.com/cilium/ebpf v0.16.0 go-module
github.com/cilium/ebpf v0.9.1 go-module (+3 duplicates)
github.com/cjoudrey/gluaurl v0.0.0-20161028222611-31cbb9bef199 go-module
github.com/cloudflare/cfssl v1.6.4 go-module
github.com/compose-spec/compose-go/v2 v2.4.4 go-module
github.com/compose-spec/compose-go/v2 v2.4.7 go-module
github.com/container-storage-interface/spec v1.5.0 go-module
github.com/containerd/aufs v1.0.0 go-module
github.com/containerd/btrfs/v2 v2.0.0 go-module
github.com/containerd/cgroups v1.1.0 go-module (+1 duplicate)
github.com/containerd/cgroups/v3 v3.0.2 go-module (+3 duplicates)
github.com/containerd/cgroups/v3 v3.0.3 go-module
github.com/containerd/console v1.0.3 go-module (+4 duplicates)
github.com/containerd/console v1.0.4 go-module (+3 duplicates)
github.com/containerd/containerd v1.7.24 go-module (+2 duplicates)
github.com/containerd/containerd v1.7.25 go-module (+4 duplicates)
github.com/containerd/containerd/api v1.7.19 go-module (+2 duplicates)
github.com/containerd/containerd/api v1.8.0 go-module (+4 duplicates)
github.com/containerd/continuity v0.4.4 go-module (+4 duplicates)
github.com/containerd/continuity v0.4.5 go-module (+2 duplicates)
github.com/containerd/errdefs v0.3.0 go-module (+7 duplicates)
github.com/containerd/fifo v1.1.0 go-module (+5 duplicates)