SkillAgentSearch skills...

CANAPE.Core

A network proxy library written in C# for .NET Core based on CANAPE

Install / Use

/learn @tyranid/CANAPE.Core
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

CANAPE.Core - (c) James Forshaw 2017

A network proxy library written in C# for .NET Core based on CANAPE. Licensed under GPLv3.

It should work on any platform with .NET Standard support 2.0, so .NET Core 2.0.5 and .NET Framework 4.7.1 on Windows, Linux and macOS should be suitable as well as recompiling for .NET framework and Mono.

To use either compile with Visual Studio 2017 with .NET Core support or from the command line do the following (replace netcoreapp3.0 with netcoreapp2.0 if using 2.X framework):

dotnet build CANAPE.Cli/CANAPE.Cli.csproj -c Release -f netcoreapp3.0
cd CANAPE.Cli/bin/Release/netcoreapp3.0
dotnet exec CANAPE.Cli.dll Examples/SocksProxy.csx --color

Related Skills

View on GitHub
GitHub Stars191
CategoryDevelopment
Updated29d ago
Forks46

Languages

C#

Security Score

95/100

Audited on Mar 2, 2026

No findings