Skip to content

Surfboardv2ray/batch-fragment-scanner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Batch Fragment Scanner

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

Readme in 🇮🇷 Farsi

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 Xray-core 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 fragment 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.

  • Run 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 Listening port. This depends on your json config. Default is 10809.

✅ Enter number of requests per instance, i.e how many times a fragment set of values should be tested.

🎆 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.

🎆 Xray Core Logs are saved separately to xraylogs.txt so be sure to check it out after the run for detailed info and possible errors.

0

Stargazers

Stargazers over time