diff options
author | Kevin Robertson <Kevin-Robertson@users.noreply.github.com> | 2022-01-03 20:15:33 -0500 |
---|---|---|
committer | Kevin Robertson <Kevin-Robertson@users.noreply.github.com> | 2022-01-03 20:15:33 -0500 |
commit | eaf0227782e0d567447b639cebf2235a2ee71c0c (patch) | |
tree | 9250bee2fd74c2ad5617721d7ee48997ab286438 | |
parent | 1673eba26f1fd6223155b78c8113a17ca092617b (diff) | |
download | Inveigh-eaf0227782e0d567447b639cebf2235a2ee71c0c.tar.gz Inveigh-eaf0227782e0d567447b639cebf2235a2ee71c0c.zip |
ICMPv6TTL, output levels, bug fixes
Added ICMPv6TTL parameter for ICMPv6 attacks. more Console parameter output levels, and bug fixes.
-rw-r--r-- | Inveigh/Protocols/Quiddity/Quiddity/Quiddity.csproj | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Inveigh/Protocols/Quiddity/Quiddity/Quiddity.csproj b/Inveigh/Protocols/Quiddity/Quiddity/Quiddity.csproj index 4b462b6..24400e9 100644 --- a/Inveigh/Protocols/Quiddity/Quiddity/Quiddity.csproj +++ b/Inveigh/Protocols/Quiddity/Quiddity/Quiddity.csproj @@ -33,14 +33,14 @@ <ItemGroup Condition="'$(TargetFramework)' == 'net45'"> <PackageReference Include="System.DirectoryServices.Protocols"> - <Version>5.0</Version> + <Version>5.0.1</Version> </PackageReference> </ItemGroup> <ItemGroup Condition="'$(TargetFramework)' == 'net5.0'"> <PackageReference Include="System.DirectoryServices.Protocols"> - <Version>5.0</Version> + <Version>5.0.1</Version> </PackageReference> </ItemGroup> |