Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Viralmaniar authored Apr 9, 2022
1 parent e602adc commit 1d91e74
Show file tree
Hide file tree
Showing 30 changed files with 4,755 additions and 0 deletions.
16 changes: 16 additions & 0 deletions DDWPasteRecon.csproj.user
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<PublishUrlHistory>publish\</PublishUrlHistory>
<InstallUrlHistory />
<SupportUrlHistory />
<UpdateUrlHistory />
<BootstrapperUrlHistory />
<ErrorReportUrlHistory />
<FallbackCulture>en-US</FallbackCulture>
<VerifyUploadedFiles>false</VerifyUploadedFiles>
</PropertyGroup>
<PropertyGroup>
<EnableSecurityDebugging>false</EnableSecurityDebugging>
</PropertyGroup>
</Project>
25 changes: 25 additions & 0 deletions DDWPasteRecon.sln
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31612.314
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DDWPasteRecon", "DDWPasteRecon.csproj", "{35556C77-C56A-49D6-83BF-FD737F553392}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{35556C77-C56A-49D6-83BF-FD737F553392}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{35556C77-C56A-49D6-83BF-FD737F553392}.Debug|Any CPU.Build.0 = Debug|Any CPU
{35556C77-C56A-49D6-83BF-FD737F553392}.Release|Any CPU.ActiveCfg = Release|Any CPU
{35556C77-C56A-49D6-83BF-FD737F553392}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {FC600056-9A82-4F7B-AD33-A6133018C551}
EndGlobalSection
EndGlobal
2,030 changes: 2,030 additions & 0 deletions Form1.Designer.cs

Large diffs are not rendered by default.

836 changes: 836 additions & 0 deletions Form1.cs

Large diffs are not rendered by default.

1,652 changes: 1,652 additions & 0 deletions Form1.resx

Large diffs are not rendered by default.

22 changes: 22 additions & 0 deletions Program.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using System.Windows.Forms;

namespace DDWPasteRecon
{
static class Program
{
/// <summary>
/// The main entry point for the application.
/// </summary>
[STAThread]
static void Main()
{
Application.EnableVisualStyles();
Application.SetCompatibleTextRenderingDefault(false);
Application.Run(new Form1());
}
}
}
Binary file added bin/Debug/DDWPasteRecon.exe
Binary file not shown.
6 changes: 6 additions & 0 deletions bin/Debug/DDWPasteRecon.exe.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.8" />
</startup>
</configuration>
Binary file added bin/Debug/DDWPasteRecon.pdb
Binary file not shown.
21 changes: 21 additions & 0 deletions bin/Release/DDWPasteRecon.application
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
<?xml version="1.0" encoding="utf-8"?>
<asmv1:assembly xsi:schemaLocation="urn:schemas-microsoft-com:asm.v1 assembly.adaptive.xsd" manifestVersion="1.0" xmlns:asmv1="urn:schemas-microsoft-com:asm.v1" xmlns="urn:schemas-microsoft-com:asm.v2" xmlns:asmv2="urn:schemas-microsoft-com:asm.v2" xmlns:xrml="urn:mpeg:mpeg21:2003:01-REL-R-NS" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:asmv3="urn:schemas-microsoft-com:asm.v3" xmlns:dsig="http://www.w3.org/2000/09/xmldsig#" xmlns:co.v1="urn:schemas-microsoft-com:clickonce.v1" xmlns:co.v2="urn:schemas-microsoft-com:clickonce.v2">
<assemblyIdentity name="DDWPasteRecon.application" version="1.0.0.0" publicKeyToken="0000000000000000" language="neutral" processorArchitecture="msil" xmlns="urn:schemas-microsoft-com:asm.v1" />
<description asmv2:publisher="DDWPasteRecon" asmv2:product="DDWPasteRecon" xmlns="urn:schemas-microsoft-com:asm.v1" />
<deployment install="true" mapFileExtensions="true" />
<compatibleFrameworks xmlns="urn:schemas-microsoft-com:clickonce.v2">
<framework targetVersion="4.8" profile="Full" supportedRuntime="4.0.30319" />
</compatibleFrameworks>
<dependency>
<dependentAssembly dependencyType="install" codebase="DDWPasteRecon.exe.manifest" size="5104">
<assemblyIdentity name="DDWPasteRecon.exe" version="1.0.0.0" publicKeyToken="0000000000000000" language="neutral" processorArchitecture="msil" type="win32" />
<hash>
<dsig:Transforms>
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
</dsig:Transforms>
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
<dsig:DigestValue>pfBKSb9YexQtctjciO+nYTz/Cp6tZMJ6FTgleRXcw4k=</dsig:DigestValue>
</hash>
</dependentAssembly>
</dependency>
</asmv1:assembly>
Binary file added bin/Release/DDWPasteRecon.exe
Binary file not shown.
6 changes: 6 additions & 0 deletions bin/Release/DDWPasteRecon.exe.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.8" />
</startup>
</configuration>
92 changes: 92 additions & 0 deletions bin/Release/DDWPasteRecon.exe.manifest
Original file line number Diff line number Diff line change
@@ -0,0 +1,92 @@
<?xml version="1.0" encoding="utf-8"?>
<asmv1:assembly xsi:schemaLocation="urn:schemas-microsoft-com:asm.v1 assembly.adaptive.xsd" manifestVersion="1.0" xmlns:asmv1="urn:schemas-microsoft-com:asm.v1" xmlns="urn:schemas-microsoft-com:asm.v2" xmlns:asmv2="urn:schemas-microsoft-com:asm.v2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:co.v1="urn:schemas-microsoft-com:clickonce.v1" xmlns:asmv3="urn:schemas-microsoft-com:asm.v3" xmlns:dsig="http://www.w3.org/2000/09/xmldsig#" xmlns:co.v2="urn:schemas-microsoft-com:clickonce.v2">
<asmv1:assemblyIdentity name="DDWPasteRecon.exe" version="1.0.0.0" publicKeyToken="0000000000000000" language="neutral" processorArchitecture="msil" type="win32" />
<description asmv2:iconFile="binocular_icon_129350.ico" xmlns="urn:schemas-microsoft-com:asm.v1" />
<application />
<entryPoint>
<assemblyIdentity name="DDWPasteRecon" version="1.0.0.0" language="neutral" processorArchitecture="msil" />
<commandLine file="DDWPasteRecon.exe" parameters="" />
</entryPoint>
<trustInfo>
<security>
<applicationRequestMinimum>
<PermissionSet version="1" class="System.Security.NamedPermissionSet" Name="LocalIntranet" Description="Default rights given to applications on the local intranet" Unrestricted="true" ID="Custom" SameSite="site" />
<defaultAssemblyRequest permissionSetReference="Custom" />
</applicationRequestMinimum>
<requestedPrivileges xmlns="urn:schemas-microsoft-com:asm.v3">
<!-- UAC Manifest Options
If you want to change the Windows User Account Control level replace the
requestedExecutionLevel node with one of the following.
<requestedExecutionLevel level="asInvoker" uiAccess="false" />
<requestedExecutionLevel level="requireAdministrator" uiAccess="false" />
<requestedExecutionLevel level="highestAvailable" uiAccess="false" />
Specifying requestedExecutionLevel element will disable file and registry virtualization.
Remove this element if your application requires this virtualization for backwards
compatibility.
-->
<requestedExecutionLevel level="asInvoker" uiAccess="false" />
</requestedPrivileges>
</security>
</trustInfo>
<dependency>
<dependentOS>
<osVersionInfo>
<os majorVersion="5" minorVersion="1" buildNumber="2600" servicePackMajor="0" />
</osVersionInfo>
</dependentOS>
</dependency>
<dependency>
<dependentAssembly dependencyType="preRequisite" allowDelayedBinding="true">
<assemblyIdentity name="Microsoft.Windows.CommonLanguageRuntime" version="4.0.30319.0" />
</dependentAssembly>
</dependency>
<dependency>
<dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="DDWPasteRecon.exe" size="226304">
<assemblyIdentity name="DDWPasteRecon" version="1.0.0.0" language="neutral" processorArchitecture="msil" />
<hash>
<dsig:Transforms>
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
</dsig:Transforms>
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
<dsig:DigestValue>ZUxXlGc2aGde6hGTjge4GXxMa/O40wXr+Fg1wqepAas=</dsig:DigestValue>
</hash>
</dependentAssembly>
</dependency>
<file name="binocular_icon_129350.ico" size="67646">
<hash>
<dsig:Transforms>
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
</dsig:Transforms>
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
<dsig:DigestValue>0/z5lzSd/dZxljjEnkNtt+soeYf61YkeXxiqP+rq6zY=</dsig:DigestValue>
</hash>
</file>
<file name="DDWPasteRecon.exe.config" size="187">
<hash>
<dsig:Transforms>
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
</dsig:Transforms>
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
<dsig:DigestValue>+CM46OnHRrXZXNLMx7+U3V3iubiYL//d8hGOR13lDhU=</dsig:DigestValue>
</hash>
</file>
<compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1">
<application>
<!-- A list of the Windows versions that this application has been tested on
and is designed to work with. Uncomment the appropriate elements
and Windows will automatically select the most compatible environment. -->
<!-- Windows Vista -->
<!--<supportedOS Id="{e2011457-1546-43c5-a5fe-008deee3d3f0}" />-->
<!-- Windows 7 -->
<!--<supportedOS Id="{35138b9a-5d96-4fbd-8e2d-a2440225f93a}" />-->
<!-- Windows 8 -->
<!--<supportedOS Id="{4a2f28e3-53b9-4441-ba9c-d69d4a4a6e38}" />-->
<!-- Windows 8.1 -->
<!--<supportedOS Id="{1f676c76-80e1-4239-95bb-83d0f6d0da78}" />-->
<!-- Windows 10 -->
<!--<supportedOS Id="{8e0f7a12-bfb3-4fe8-b9a5-48fd50a15a9a}" />-->
</application>
</compatibility>
</asmv1:assembly>
Binary file added bin/Release/DDWPasteRecon.pdb
Binary file not shown.
Binary file added bin/Release/app.publish/DDWPasteRecon.exe
Binary file not shown.
Binary file added obj/Debug/DDWPasteRecon.Form1.resources
Binary file not shown.
Binary file not shown.
Binary file not shown.
1 change: 1 addition & 0 deletions obj/Debug/DDWPasteRecon.csproj.CoreCompileInputs.cache
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
e76d5dabd9f15bc79849f4f7cd4decf3aaf156f3
10 changes: 10 additions & 0 deletions obj/Debug/DDWPasteRecon.csproj.FileListAbsolute.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
C:\Users\VM\source\repos\DDWPasteRecon\bin\Debug\DDWPasteRecon.exe.config
C:\Users\VM\source\repos\DDWPasteRecon\bin\Debug\DDWPasteRecon.exe
C:\Users\VM\source\repos\DDWPasteRecon\bin\Debug\DDWPasteRecon.pdb
C:\Users\VM\source\repos\DDWPasteRecon\obj\Debug\DDWPasteRecon.csproj.AssemblyReference.cache
C:\Users\VM\source\repos\DDWPasteRecon\obj\Debug\DDWPasteRecon.Form1.resources
C:\Users\VM\source\repos\DDWPasteRecon\obj\Debug\DDWPasteRecon.Properties.Resources.resources
C:\Users\VM\source\repos\DDWPasteRecon\obj\Debug\DDWPasteRecon.csproj.GenerateResource.cache
C:\Users\VM\source\repos\DDWPasteRecon\obj\Debug\DDWPasteRecon.csproj.CoreCompileInputs.cache
C:\Users\VM\source\repos\DDWPasteRecon\obj\Debug\DDWPasteRecon.exe
C:\Users\VM\source\repos\DDWPasteRecon\obj\Debug\DDWPasteRecon.pdb
Binary file not shown.
Binary file added obj/Debug/DDWPasteRecon.exe
Binary file not shown.
Binary file added obj/Debug/DDWPasteRecon.pdb
Binary file not shown.
Binary file added obj/Debug/DesignTimeResolveAssemblyReferences.cache
Binary file not shown.
Binary file not shown.
21 changes: 21 additions & 0 deletions obj/Release/DDWPasteRecon.application
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
<?xml version="1.0" encoding="utf-8"?>
<asmv1:assembly xsi:schemaLocation="urn:schemas-microsoft-com:asm.v1 assembly.adaptive.xsd" manifestVersion="1.0" xmlns:asmv1="urn:schemas-microsoft-com:asm.v1" xmlns="urn:schemas-microsoft-com:asm.v2" xmlns:asmv2="urn:schemas-microsoft-com:asm.v2" xmlns:xrml="urn:mpeg:mpeg21:2003:01-REL-R-NS" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:asmv3="urn:schemas-microsoft-com:asm.v3" xmlns:dsig="http://www.w3.org/2000/09/xmldsig#" xmlns:co.v1="urn:schemas-microsoft-com:clickonce.v1" xmlns:co.v2="urn:schemas-microsoft-com:clickonce.v2">
<assemblyIdentity name="DDWPasteRecon.application" version="1.0.0.0" publicKeyToken="0000000000000000" language="neutral" processorArchitecture="msil" xmlns="urn:schemas-microsoft-com:asm.v1" />
<description asmv2:publisher="DDWPasteRecon" asmv2:product="DDWPasteRecon" xmlns="urn:schemas-microsoft-com:asm.v1" />
<deployment install="true" mapFileExtensions="true" />
<compatibleFrameworks xmlns="urn:schemas-microsoft-com:clickonce.v2">
<framework targetVersion="4.8" profile="Full" supportedRuntime="4.0.30319" />
</compatibleFrameworks>
<dependency>
<dependentAssembly dependencyType="install" codebase="DDWPasteRecon.exe.manifest" size="5104">
<assemblyIdentity name="DDWPasteRecon.exe" version="1.0.0.0" publicKeyToken="0000000000000000" language="neutral" processorArchitecture="msil" type="win32" />
<hash>
<dsig:Transforms>
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
</dsig:Transforms>
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
<dsig:DigestValue>pfBKSb9YexQtctjciO+nYTz/Cp6tZMJ6FTgleRXcw4k=</dsig:DigestValue>
</hash>
</dependentAssembly>
</dependency>
</asmv1:assembly>
Binary file not shown.
1 change: 1 addition & 0 deletions obj/Release/DDWPasteRecon.csproj.CoreCompileInputs.cache
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
0aa92b32ce27e4da9043fdbde72ed5cfe2ee4c45
16 changes: 16 additions & 0 deletions obj/Release/DDWPasteRecon.csproj.FileListAbsolute.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
C:\Users\VM\source\repos\DDWPasteRecon\bin\Release\DDWPasteRecon.exe.config
C:\Users\VM\source\repos\DDWPasteRecon\bin\Release\DDWPasteRecon.exe.manifest
C:\Users\VM\source\repos\DDWPasteRecon\bin\Release\DDWPasteRecon.application
C:\Users\VM\source\repos\DDWPasteRecon\bin\Release\DDWPasteRecon.exe
C:\Users\VM\source\repos\DDWPasteRecon\bin\Release\DDWPasteRecon.pdb
C:\Users\VM\source\repos\DDWPasteRecon\obj\Release\DDWPasteRecon.csproj.AssemblyReference.cache
C:\Users\VM\source\repos\DDWPasteRecon\obj\Release\DDWPasteRecon.Form1.resources
C:\Users\VM\source\repos\DDWPasteRecon\obj\Release\DDWPasteRecon.Properties.Resources.resources
C:\Users\VM\source\repos\DDWPasteRecon\obj\Release\DDWPasteRecon.csproj.GenerateResource.cache
C:\Users\VM\source\repos\DDWPasteRecon\obj\Release\DDWPasteRecon.csproj.CoreCompileInputs.cache
C:\Users\VM\source\repos\DDWPasteRecon\obj\Release\DDWPasteRecon.TrustInfo.xml
C:\Users\VM\source\repos\DDWPasteRecon\obj\Release\DDWPasteRecon.exe.manifest
C:\Users\VM\source\repos\DDWPasteRecon\obj\Release\DDWPasteRecon.application
C:\Users\VM\source\repos\DDWPasteRecon\obj\Release\DDWPasteRecon.exe
C:\Users\VM\source\repos\DDWPasteRecon\obj\Release\DDWPasteRecon.pdb
C:\Users\VM\source\repos\DDWPasteRecon\obj\Release\DDWPasteRecon.csproj.SuggestedBindingRedirects.cache
Binary file not shown.

0 comments on commit 1d91e74

Please sign in to comment.