SslCacheNet 1.0.4

The owner has unlisted this package. This could mean that the package is deprecated, has security vulnerabilities or shouldn't be used anymore.
dotnet tool install --global SslCacheNet --version 1.0.4                
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest # if you are setting up this repo
dotnet tool install --local SslCacheNet --version 1.0.4                
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=SslCacheNet&version=1.0.4                
nuke :add-package SslCacheNet --version 1.0.4                

SslCacheNet

Utility to list and purge client & server secure connection cache from SCHANNEL (lsass.exe)

Usage

SslCacheNet [operation] [flags]

Operations:

-?     Show usage
-l     List cache entries (default)
-i     List cache entries interactively
-p     Purge cache entries

flags:

-c      Include all client entries (default)
-s      Include all server entries

Examples

  • Show client & server SSL/TLS connection cache

    SslCacheNet -l -c -s
    
  • Show interactive client & server SSL/TLS connection cache with a 500ms refreshing time

    SslCacheNet -i500 -c -s
    
  • Purge client & server SSL/TLS connection cache

    # 1. Prompt in Admin
    # 2. Use PsExec from Sysinternals to permit SeTcbPrivilege to work
    
  •  PsExec.exe -s SslCacheNet.exe -p -c -s
    
Product Compatible and additional computed target framework versions.
.NET Framework net462 is compatible.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • .NETFramework 4.6.2

    • No dependencies.
Version Downloads Last updated