MortezaBashsiz / CFScanner

Cloudflare scanner
GNU General Public License v3.0
1.49k stars 270 forks source link

Scan with TLS Hello Fragmented #591

Open A5DkjGQUZx opened 1 year ago

A5DkjGQUZx commented 1 year ago

Hi TLS Hello fragmentation is added to the new Xray Core release v1.8.3 (details here: https://github.com/XTLS/Xray-core/pull/2131 ) I suggest the Config.json file to be updated with support of the following new arguments:

"fragment": {
    "packets": "tlshello",
    "length": "100-200",
    "interval": "10-20" // ms
}