Git Product home page Git Product logo

haga-rak / fluxzy.core Goto Github PK

View Code? Open in Web Editor NEW
85.0 85.0 3.0 46.44 MB

Fast and fully streamed Man-On-The-Middle engine and a CLI app to intercept, record and alter HTTP/1.1, H2, websocket traffic over plain or secure channels.

Home Page: https://docs.fluxzy.io

License: Other

Batchfile 0.01% C# 99.56% HTML 0.41% Shell 0.02% JavaScript 0.01%
csharp docker http http-archive http2 https mitm mitmproxy pcap

fluxzy.core's People

Contributors

dependabot[bot] avatar haga-rak avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

geesuth

fluxzy.core's Issues

Enable setting up user level default root certificate

Currently, the default root certificate used is embedded into the binary.

If the final user uses fluxzy in multiple instances and wishes to change the default root certificate, he has to configure the certificate retrieval mode for each instances.

This feature should simplify this inconvienience by enabling a default root certificate location at user level. The default certificate will be read through env var or via a fixed path on the user directory.

IStreamSubstitution Unable to Mock Request Body

Describe the bug
https://fluxzy.io/documentation/528-transport-errors">fluxzy.io/documentation/528-transport-errors

Describe the tool and the environment
Fluxzy.Core

To Reproduce
Steps to reproduce the behavior:

  1. fluxzySetting.WhenAll( the uri filter).Do(new ReqMockAction)
  2. create a class ReqMockAction:Action
  3. inside InternalAlter function -> context.RegisterRequestBodySubstitution(new RequestBodySubsitition());
  4. ActionScope => RequestHeaderReceivedFromClient
  5. create a class with RequestBodySubsitition: IStreamSubstitution
  6. for Substitute(Stream originalStream) -> await originalStream.FlushAsync();
  7. add some request body changing code and convert to new MemoryStream
    Expected behavior
    the request should be mocked

Remove `Microsoft.Win32.Registry` dependency

Microsoft.Win32.Registry depends on .NETCoreApp* which has known security issues with .NET standard 2.1.
This package is used only to setup system proxy on win32. Replace with straightforward pinvoke calls or any equivalent.

Issue with "Proxy-Authenticate" header

Describe the bug:
I'm not sure if this is a bug.

Is there a way to force the client to send a "Proxy-Authenticate" header after an HTTP CONNECT?
I'm trying to respond with HTTP 407, but before any rule fires, the library responds with HTTP 200 (x-fluxzy-message: enjoy your privacy)

Describe the tool and the environment
Fluxzy.Core 1.21.3

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.