Skip to content

Commit 1b1859a

Browse files
LiraLira
Lira
authored and
Lira
committed
KeyLogger
1 parent 69ae8d3 commit 1b1859a

35 files changed

+593
-0
lines changed

KeyLogger.sln

+31
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
2+
Microsoft Visual Studio Solution File, Format Version 12.00
3+
# Visual Studio Version 17
4+
VisualStudioVersion = 17.5.002.0
5+
MinimumVisualStudioVersion = 10.0.40219.1
6+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "KeyloggerClient", "KeyLoggerClient\KeyloggerClient.csproj", "{8C2675E9-6351-41B6-9B3C-B13C63B3F583}"
7+
EndProject
8+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "KeyloggerServer", "KeyLoggerServer\KeyloggerServer.csproj", "{B0B6FD4E-A6AB-4127-8D08-2EA4E9E1191D}"
9+
EndProject
10+
Global
11+
GlobalSection(SolutionConfigurationPlatforms) = preSolution
12+
Debug|Any CPU = Debug|Any CPU
13+
Release|Any CPU = Release|Any CPU
14+
EndGlobalSection
15+
GlobalSection(ProjectConfigurationPlatforms) = postSolution
16+
{8C2675E9-6351-41B6-9B3C-B13C63B3F583}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
17+
{8C2675E9-6351-41B6-9B3C-B13C63B3F583}.Debug|Any CPU.Build.0 = Debug|Any CPU
18+
{8C2675E9-6351-41B6-9B3C-B13C63B3F583}.Release|Any CPU.ActiveCfg = Release|Any CPU
19+
{8C2675E9-6351-41B6-9B3C-B13C63B3F583}.Release|Any CPU.Build.0 = Release|Any CPU
20+
{B0B6FD4E-A6AB-4127-8D08-2EA4E9E1191D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
21+
{B0B6FD4E-A6AB-4127-8D08-2EA4E9E1191D}.Debug|Any CPU.Build.0 = Debug|Any CPU
22+
{B0B6FD4E-A6AB-4127-8D08-2EA4E9E1191D}.Release|Any CPU.ActiveCfg = Release|Any CPU
23+
{B0B6FD4E-A6AB-4127-8D08-2EA4E9E1191D}.Release|Any CPU.Build.0 = Release|Any CPU
24+
EndGlobalSection
25+
GlobalSection(SolutionProperties) = preSolution
26+
HideSolutionNode = FALSE
27+
EndGlobalSection
28+
GlobalSection(ExtensibilityGlobals) = postSolution
29+
SolutionGuid = {CFE3D503-33E4-4B11-AD84-5627219F568C}
30+
EndGlobalSection
31+
EndGlobal
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
// <autogenerated />
2+
using System;
3+
using System.Reflection;
4+
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v6.0", FrameworkDisplayName = ".NET 6.0")]
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
//------------------------------------------------------------------------------
2+
// <auto-generated>
3+
// This code was generated by a tool.
4+
//
5+
// Changes to this file may cause incorrect behavior and will be lost if
6+
// the code is regenerated.
7+
// </auto-generated>
8+
//------------------------------------------------------------------------------
9+
10+
using System;
11+
using System.Reflection;
12+
13+
[assembly: System.Reflection.AssemblyCompanyAttribute("KeyloggerClient")]
14+
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
15+
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
16+
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+69ae8d39748181033014439a7eaa663e797e5fa3")]
17+
[assembly: System.Reflection.AssemblyProductAttribute("KeyloggerClient")]
18+
[assembly: System.Reflection.AssemblyTitleAttribute("KeyloggerClient")]
19+
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
20+
[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
21+
[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
22+
23+
// Generated by the MSBuild WriteCodeFragment class.
24+
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
00be2cd99aaf2606e8feea7c2a0598f7a8f9101ba210fa344288001f043d0907
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
is_global = true
2+
build_property.ApplicationManifest =
3+
build_property.StartupObject =
4+
build_property.ApplicationDefaultFont =
5+
build_property.ApplicationHighDpiMode =
6+
build_property.ApplicationUseCompatibleTextRendering =
7+
build_property.ApplicationVisualStyles =
8+
build_property.TargetFramework = net6.0-windows
9+
build_property.TargetPlatformMinVersion = 7.0
10+
build_property.UsingMicrosoftNETSdkWeb =
11+
build_property.ProjectTypeGuids =
12+
build_property.InvariantGlobalization =
13+
build_property.PlatformNeutralAssembly =
14+
build_property.EnforceExtendedAnalyzerRules =
15+
build_property._SupportedPlatformList = Linux,macOS,Windows
16+
build_property.RootNamespace = KeyloggerClient
17+
build_property.ProjectDir = C:\Users\gabri\Downloads\KeyLogger\KeyLoggerClient\
18+
build_property.EnableComHosting =
19+
build_property.EnableGeneratedComInterfaceComImportInterop =
Binary file not shown.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,90 @@
1+
{
2+
"format": 1,
3+
"restore": {
4+
"C:\\Users\\gabri\\Downloads\\KeyLogger\\KeyLoggerClient\\KeyloggerClient.csproj": {}
5+
},
6+
"projects": {
7+
"C:\\Users\\gabri\\Downloads\\KeyLogger\\KeyLoggerClient\\KeyloggerClient.csproj": {
8+
"version": "1.0.0",
9+
"restore": {
10+
"projectUniqueName": "C:\\Users\\gabri\\Downloads\\KeyLogger\\KeyLoggerClient\\KeyloggerClient.csproj",
11+
"projectName": "KeyloggerClient",
12+
"projectPath": "C:\\Users\\gabri\\Downloads\\KeyLogger\\KeyLoggerClient\\KeyloggerClient.csproj",
13+
"packagesPath": "C:\\Users\\gabri\\.nuget\\packages\\",
14+
"outputPath": "C:\\Users\\gabri\\Downloads\\KeyLogger\\KeyLoggerClient\\obj\\",
15+
"projectStyle": "PackageReference",
16+
"configFilePaths": [
17+
"C:\\Users\\gabri\\AppData\\Roaming\\NuGet\\NuGet.Config",
18+
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
19+
],
20+
"originalTargetFrameworks": [
21+
"net6.0-windows"
22+
],
23+
"sources": {
24+
"C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
25+
"C:\\Program Files\\dotnet\\library-packs": {},
26+
"https://api.nuget.org/v3/index.json": {}
27+
},
28+
"frameworks": {
29+
"net6.0-windows7.0": {
30+
"targetAlias": "net6.0-windows",
31+
"projectReferences": {}
32+
}
33+
},
34+
"warningProperties": {
35+
"warnAsError": [
36+
"NU1605"
37+
]
38+
},
39+
"restoreAuditProperties": {
40+
"enableAudit": "true",
41+
"auditLevel": "low",
42+
"auditMode": "direct"
43+
}
44+
},
45+
"frameworks": {
46+
"net6.0-windows7.0": {
47+
"targetAlias": "net6.0-windows",
48+
"imports": [
49+
"net461",
50+
"net462",
51+
"net47",
52+
"net471",
53+
"net472",
54+
"net48",
55+
"net481"
56+
],
57+
"assetTargetFallback": true,
58+
"warn": true,
59+
"downloadDependencies": [
60+
{
61+
"name": "Microsoft.AspNetCore.App.Ref",
62+
"version": "[6.0.30, 6.0.30]"
63+
},
64+
{
65+
"name": "Microsoft.NETCore.App.Host.win-x64",
66+
"version": "[6.0.30, 6.0.30]"
67+
},
68+
{
69+
"name": "Microsoft.NETCore.App.Ref",
70+
"version": "[6.0.30, 6.0.30]"
71+
},
72+
{
73+
"name": "Microsoft.WindowsDesktop.App.Ref",
74+
"version": "[6.0.30, 6.0.30]"
75+
}
76+
],
77+
"frameworkReferences": {
78+
"Microsoft.NETCore.App": {
79+
"privateAssets": "all"
80+
},
81+
"Microsoft.WindowsDesktop.App.WindowsForms": {
82+
"privateAssets": "none"
83+
}
84+
},
85+
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.300\\RuntimeIdentifierGraph.json"
86+
}
87+
}
88+
}
89+
}
90+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
<?xml version="1.0" encoding="utf-8" standalone="no"?>
2+
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3+
<PropertyGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
4+
<RestoreSuccess Condition=" '$(RestoreSuccess)' == '' ">True</RestoreSuccess>
5+
<RestoreTool Condition=" '$(RestoreTool)' == '' ">NuGet</RestoreTool>
6+
<ProjectAssetsFile Condition=" '$(ProjectAssetsFile)' == '' ">$(MSBuildThisFileDirectory)project.assets.json</ProjectAssetsFile>
7+
<NuGetPackageRoot Condition=" '$(NuGetPackageRoot)' == '' ">$(UserProfile)\.nuget\packages\</NuGetPackageRoot>
8+
<NuGetPackageFolders Condition=" '$(NuGetPackageFolders)' == '' ">C:\Users\gabri\.nuget\packages\</NuGetPackageFolders>
9+
<NuGetProjectStyle Condition=" '$(NuGetProjectStyle)' == '' ">PackageReference</NuGetProjectStyle>
10+
<NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">6.10.0</NuGetToolVersion>
11+
</PropertyGroup>
12+
<ItemGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
13+
<SourceRoot Include="C:\Users\gabri\.nuget\packages\" />
14+
</ItemGroup>
15+
</Project>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
<?xml version="1.0" encoding="utf-8" standalone="no"?>
2+
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" />
+95
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,95 @@
1+
{
2+
"version": 3,
3+
"targets": {
4+
"net6.0-windows7.0": {}
5+
},
6+
"libraries": {},
7+
"projectFileDependencyGroups": {
8+
"net6.0-windows7.0": []
9+
},
10+
"packageFolders": {
11+
"C:\\Users\\gabri\\.nuget\\packages\\": {}
12+
},
13+
"project": {
14+
"version": "1.0.0",
15+
"restore": {
16+
"projectUniqueName": "C:\\Users\\gabri\\Downloads\\KeyLogger\\KeyLoggerClient\\KeyloggerClient.csproj",
17+
"projectName": "KeyloggerClient",
18+
"projectPath": "C:\\Users\\gabri\\Downloads\\KeyLogger\\KeyLoggerClient\\KeyloggerClient.csproj",
19+
"packagesPath": "C:\\Users\\gabri\\.nuget\\packages\\",
20+
"outputPath": "C:\\Users\\gabri\\Downloads\\KeyLogger\\KeyLoggerClient\\obj\\",
21+
"projectStyle": "PackageReference",
22+
"configFilePaths": [
23+
"C:\\Users\\gabri\\AppData\\Roaming\\NuGet\\NuGet.Config",
24+
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
25+
],
26+
"originalTargetFrameworks": [
27+
"net6.0-windows"
28+
],
29+
"sources": {
30+
"C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
31+
"C:\\Program Files\\dotnet\\library-packs": {},
32+
"https://api.nuget.org/v3/index.json": {}
33+
},
34+
"frameworks": {
35+
"net6.0-windows7.0": {
36+
"targetAlias": "net6.0-windows",
37+
"projectReferences": {}
38+
}
39+
},
40+
"warningProperties": {
41+
"warnAsError": [
42+
"NU1605"
43+
]
44+
},
45+
"restoreAuditProperties": {
46+
"enableAudit": "true",
47+
"auditLevel": "low",
48+
"auditMode": "direct"
49+
}
50+
},
51+
"frameworks": {
52+
"net6.0-windows7.0": {
53+
"targetAlias": "net6.0-windows",
54+
"imports": [
55+
"net461",
56+
"net462",
57+
"net47",
58+
"net471",
59+
"net472",
60+
"net48",
61+
"net481"
62+
],
63+
"assetTargetFallback": true,
64+
"warn": true,
65+
"downloadDependencies": [
66+
{
67+
"name": "Microsoft.AspNetCore.App.Ref",
68+
"version": "[6.0.30, 6.0.30]"
69+
},
70+
{
71+
"name": "Microsoft.NETCore.App.Host.win-x64",
72+
"version": "[6.0.30, 6.0.30]"
73+
},
74+
{
75+
"name": "Microsoft.NETCore.App.Ref",
76+
"version": "[6.0.30, 6.0.30]"
77+
},
78+
{
79+
"name": "Microsoft.WindowsDesktop.App.Ref",
80+
"version": "[6.0.30, 6.0.30]"
81+
}
82+
],
83+
"frameworkReferences": {
84+
"Microsoft.NETCore.App": {
85+
"privateAssets": "all"
86+
},
87+
"Microsoft.WindowsDesktop.App.WindowsForms": {
88+
"privateAssets": "none"
89+
}
90+
},
91+
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.300\\RuntimeIdentifierGraph.json"
92+
}
93+
}
94+
}
95+
}
+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"version": 2,
3+
"dgSpecHash": "UkSzj5MCAK8=",
4+
"success": true,
5+
"projectFilePath": "C:\\Users\\gabri\\Downloads\\KeyLogger\\KeyLoggerClient\\KeyloggerClient.csproj",
6+
"expectedPackageFiles": [
7+
"C:\\Users\\gabri\\.nuget\\packages\\microsoft.netcore.app.ref\\6.0.30\\microsoft.netcore.app.ref.6.0.30.nupkg.sha512",
8+
"C:\\Users\\gabri\\.nuget\\packages\\microsoft.windowsdesktop.app.ref\\6.0.30\\microsoft.windowsdesktop.app.ref.6.0.30.nupkg.sha512",
9+
"C:\\Users\\gabri\\.nuget\\packages\\microsoft.aspnetcore.app.ref\\6.0.30\\microsoft.aspnetcore.app.ref.6.0.30.nupkg.sha512",
10+
"C:\\Users\\gabri\\.nuget\\packages\\microsoft.netcore.app.host.win-x64\\6.0.30\\microsoft.netcore.app.host.win-x64.6.0.30.nupkg.sha512"
11+
],
12+
"logs": []
13+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"runtimeTarget": {
3+
"name": ".NETCoreApp,Version=v6.0",
4+
"signature": ""
5+
},
6+
"compilationOptions": {},
7+
"targets": {
8+
".NETCoreApp,Version=v6.0": {
9+
"KeyloggerServer/1.0.0": {
10+
"runtime": {
11+
"KeyloggerServer.dll": {}
12+
}
13+
}
14+
}
15+
},
16+
"libraries": {
17+
"KeyloggerServer/1.0.0": {
18+
"type": "project",
19+
"serviceable": false,
20+
"sha512": ""
21+
}
22+
}
23+
}
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"runtimeOptions": {
3+
"tfm": "net6.0",
4+
"framework": {
5+
"name": "Microsoft.NETCore.App",
6+
"version": "6.0.0"
7+
}
8+
}
9+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
// <autogenerated />
2+
using System;
3+
using System.Reflection;
4+
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v6.0", FrameworkDisplayName = ".NET 6.0")]
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
//------------------------------------------------------------------------------
2+
// <auto-generated>
3+
// This code was generated by a tool.
4+
//
5+
// Changes to this file may cause incorrect behavior and will be lost if
6+
// the code is regenerated.
7+
// </auto-generated>
8+
//------------------------------------------------------------------------------
9+
10+
using System;
11+
using System.Reflection;
12+
13+
[assembly: System.Reflection.AssemblyCompanyAttribute("KeyloggerServer")]
14+
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
15+
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
16+
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+69ae8d39748181033014439a7eaa663e797e5fa3")]
17+
[assembly: System.Reflection.AssemblyProductAttribute("KeyloggerServer")]
18+
[assembly: System.Reflection.AssemblyTitleAttribute("KeyloggerServer")]
19+
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
20+
21+
// Generated by the MSBuild WriteCodeFragment class.
22+
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
9eaea498aa24cd611b9cef91202b13b5e6f84163b56773c09795fd780761f80a
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
is_global = true
2+
build_property.TargetFramework = net6.0
3+
build_property.TargetPlatformMinVersion =
4+
build_property.UsingMicrosoftNETSdkWeb =
5+
build_property.ProjectTypeGuids =
6+
build_property.InvariantGlobalization =
7+
build_property.PlatformNeutralAssembly =
8+
build_property.EnforceExtendedAnalyzerRules =
9+
build_property._SupportedPlatformList = Linux,macOS,Windows
10+
build_property.RootNamespace = KeyloggerServer
11+
build_property.ProjectDir = c:\Users\gabri\Downloads\KeyLogger\KeyLoggerServer\
12+
build_property.EnableComHosting =
13+
build_property.EnableGeneratedComInterfaceComImportInterop =
Binary file not shown.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
44a0b4780e1c52ce11c1bab6ff8b33f197a14c5380c49e7d7de5cb73575b6c97

0 commit comments

Comments
 (0)