This repository was archived by the owner on Sep 2, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -1018,7 +1018,7 @@ private Task StartRestWriter(BlockingCollection<Wrapper<OutputBase>> output)
10181018 }
10191019 var remainingData = serializer . Serialize ( coll . GetStatements ( ) ) ;
10201020 var responseArray = client . UploadData ( _options . GetURI ( ) , "POST" , Encoding . Default . GetBytes ( remainingData ) ) ;
1021- Console . WriteLine ( Encoding . ASCII . GetString ( responseArray ) ) ;
1021+ // Console.WriteLine(Encoding.ASCII.GetString(responseArray));
10221022
10231023 }
10241024 } , TaskCreationOptions . LongRunning ) ;
Original file line number Diff line number Diff line change 55// General Information about an assembly is controlled through the following
66// set of attributes. Change these attribute values to modify the information
77// associated with an assembly.
8- [ assembly: AssemblyTitle ( "Sharphound " ) ]
9- [ assembly: AssemblyDescription ( "" ) ]
8+ [ assembly: AssemblyTitle ( "SharpHound " ) ]
9+ [ assembly: AssemblyDescription ( "The BloodHound C# Ingestor " ) ]
1010[ assembly: AssemblyConfiguration ( "" ) ]
1111[ assembly: AssemblyCompany ( "" ) ]
12- [ assembly: AssemblyProduct ( "Sharphound2 " ) ]
12+ [ assembly: AssemblyProduct ( "SharpHound " ) ]
1313[ assembly: AssemblyCopyright ( "Copyright © 2017" ) ]
1414[ assembly: AssemblyTrademark ( "" ) ]
1515[ assembly: AssemblyCulture ( "" ) ]
Original file line number Diff line number Diff line change 77 <ProjectGuid >{69415BF4-E2F3-47E8-A818-93A6DC54811C}</ProjectGuid >
88 <OutputType >Exe</OutputType >
99 <RootNamespace >Sharphound2</RootNamespace >
10- <AssemblyName >Sharphound </AssemblyName >
10+ <AssemblyName >SharpHound </AssemblyName >
1111 <TargetFrameworkVersion >v3.5</TargetFrameworkVersion >
1212 <FileAlignment >512</FileAlignment >
1313 <NuGetPackageImportStamp >
125125 </Target >
126126 <Import Project =" ..\packages\Costura.Fody.1.6.2\build\portable-net+sl+win+wpa+wp\Costura.Fody.targets" Condition =" Exists('..\packages\Costura.Fody.1.6.2\build\portable-net+sl+win+wpa+wp\Costura.Fody.targets')" />
127127 <PropertyGroup >
128- <PostBuildEvent >powershell -ep bypass -c ". '$(SolutionDir)\Sharphound2\PowerShell\Out-CompressedDLL.ps1';Out-CompressedDll -FilePath '$(TargetPath)' | Out-File -Encoding ASCII "BloodHound .ps1"</PostBuildEvent >
128+ <PostBuildEvent >powershell -ep bypass -c ". '$(SolutionDir)\Sharphound2\PowerShell\Out-CompressedDLL.ps1';Out-CompressedDll -FilePath '$(TargetPath)' | Out-File -Encoding ASCII "SharpHound .ps1"</PostBuildEvent >
129129 </PropertyGroup >
130130 <Import Project =" ..\packages\Fody.2.1.2\build\portable-net+sl+win+wpa+wp\Fody.targets" Condition =" Exists('..\packages\Fody.2.1.2\build\portable-net+sl+win+wpa+wp\Fody.targets')" />
131131</Project >
You can’t perform that action at this time.
0 commit comments