/batch-fragment-scanner

Batch Test v2ray fragment values to see which one works best on your network.

Primary LanguagePowerShellMIT LicenseMIT

Batch Fragment Scanner

Batch Test v2ray fragment values to see which one works best on your network.

How to - Windows 10

  • Ensure v2rayN is closed

To avoid conflicts, ensure any app using xray core is closed (otherwise the core process will be terminated)

  • Download Xray Core

Downlaod xray.exe from the official Github Repository and put it in the same folder as the powershell script.

  • Create a fragmented json config

Create config.json, can be vmess, vless or trojan. Make sure it has "fragment" attributes too, values don't matter (use tools like IRCF Space to create frag json config). Put it in the same folder as the powershell script as well.

  • Optional step: Edit the script for fragment values

✴️ Edit the .ps1 script at Arrays of possible values for "packets", "length", and "interval" based on your network. Values are used randomly in combination.

  • Open PowerShell script:

🧧 Confirm the Execution policy bypass via typing and sending y to run the script.

✅ Enter number of instances, i.e the rounds of random combination of fragment values.

✅ Enter the timeout for each ping test, i.e amount of time the test will wait for response.

✅ Enter HTTP Proxy port. This depends on your json config. The deafault is 10809.

🎆 After the code runs and finishes up, you'll get the top three (best) pings with their fragment values, and logs will be saved to pings.txt. The file contains response time with each fragment instance, with the average response time as well.