Skip to content

Conversation

haga-rak
Copy link
Owner

@haga-rak haga-rak commented Jan 7, 2025

This feature allows to mimic the fingerprint of browsers in order to by pass some firewalls.

  • Add new action ImpersonateAtion
// Create a default run settings 
var fluxzyStartupSetting = FluxzySetting.CreateLocalRandomPort();

// Mandatory, BouncyCastle must be used to reproduce the fingerprints
fluxzyStartupSetting.UseBouncyCastleSslEngine();

// Add an impersonation rule for Chrome 131
fluxzyStartupSetting.AddAlterationRulesForAny(new ImpersonateAction(ImpersonateProfileManager.Chrome131Windows));
  • Built-in profile supported: CHROME 131 Windows/Android, Firefox 133, Edge 131 Windows

Note: Works only when BouncyCastle engine is used

@haga-rak haga-rak added enhancement New feature or request new-action New fluxzy action added labels Jan 7, 2025
@haga-rak haga-rak merged commit df25602 into main Jan 7, 2025
3 checks passed
@haga-rak haga-rak deleted the dev/ja3-job branch January 8, 2025 13:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request new-action New fluxzy action added
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant