forked from rapid7/metasploit-framework
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6ac1d1e
commit 0179b65
Showing
6 changed files
with
1,023 additions
and
0 deletions.
There are no files selected for viewing
Binary file not shown.
31 changes: 31 additions & 0 deletions
31
external/source/exploits/CVE-2024-30085/cve-2024-30085/cve-2024-30085.sln
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
|
||
Microsoft Visual Studio Solution File, Format Version 12.00 | ||
# Visual Studio Version 16 | ||
VisualStudioVersion = 16.0.34601.136 | ||
MinimumVisualStudioVersion = 10.0.40219.1 | ||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "cve-2024-30085", "cve-2024-30085\cve-2024-30085.vcxproj", "{EE5BBC16-E201-4B28-81A8-06250B1D8E7D}" | ||
EndProject | ||
Global | ||
GlobalSection(SolutionConfigurationPlatforms) = preSolution | ||
Debug|x64 = Debug|x64 | ||
Debug|x86 = Debug|x86 | ||
Release|x64 = Release|x64 | ||
Release|x86 = Release|x86 | ||
EndGlobalSection | ||
GlobalSection(ProjectConfigurationPlatforms) = postSolution | ||
{EE5BBC16-E201-4B28-81A8-06250B1D8E7D}.Debug|x64.ActiveCfg = Debug|x64 | ||
{EE5BBC16-E201-4B28-81A8-06250B1D8E7D}.Debug|x64.Build.0 = Debug|x64 | ||
{EE5BBC16-E201-4B28-81A8-06250B1D8E7D}.Debug|x86.ActiveCfg = Debug|Win32 | ||
{EE5BBC16-E201-4B28-81A8-06250B1D8E7D}.Debug|x86.Build.0 = Debug|Win32 | ||
{EE5BBC16-E201-4B28-81A8-06250B1D8E7D}.Release|x64.ActiveCfg = Release|x64 | ||
{EE5BBC16-E201-4B28-81A8-06250B1D8E7D}.Release|x64.Build.0 = Release|x64 | ||
{EE5BBC16-E201-4B28-81A8-06250B1D8E7D}.Release|x86.ActiveCfg = Release|Win32 | ||
{EE5BBC16-E201-4B28-81A8-06250B1D8E7D}.Release|x86.Build.0 = Release|Win32 | ||
EndGlobalSection | ||
GlobalSection(SolutionProperties) = preSolution | ||
HideSolutionNode = FALSE | ||
EndGlobalSection | ||
GlobalSection(ExtensibilityGlobals) = postSolution | ||
SolutionGuid = {8A8177DD-0AB0-45C3-A797-4B308F03BDF0} | ||
EndGlobalSection | ||
EndGlobal |
Oops, something went wrong.