Skip to content
This repository was archived by the owner on Sep 2, 2022. It is now read-only.

Commit 91700a7

Browse files
committed
Cosmetic fixes
1 parent ea3668e commit 91700a7

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Sharphound2/Enumeration/EnumerationRunner.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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);

Sharphound2/Properties/AssemblyInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
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("")]

Sharphound2/Sharphound2.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
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>
@@ -125,7 +125,7 @@
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>

0 commit comments

Comments
 (0)