Fluxzy NET packages
Fluxzy .NET packages are a set of libraries that can be used to integrate in your own application, all the fluxzy features.
There are two main packages:
- Fluxzy.Core which contains the logics of the MITM mechanism with recording and altering feature through filters and action.
- Fluxzy.Core.Pcap is an add-on that enables raw packet capture along with HTTP Request.
Requirements
Fluxzy.Core and Fluxzy.Core.Pcap runs on .NET Standard 2.1. Specific binaries are available for .NET Core 6.0 and .NET 8.0.
Install
The recommended way to get the latest stable version of Fluxzy.Core
and Fluxzy.Core.Pcap
is to download it via nuget.org.
Fluxzy.Core
is a transitive dependency of Fluxzy.Core.Pcap
so you can install this later directly.
PM> Install-Package Fluxzy.Core.Pcap
If you don't need raw capturing feature, you can just go on with
PM> Install-Package Fluxzy.Core