diff --git a/blockcheck.sh b/blockcheck.sh index e086097..0d26eb1 100755 --- a/blockcheck.sh +++ b/blockcheck.sh @@ -1086,7 +1086,7 @@ pktws_check_domain_http_bypass_() pktws_curl_test_update_vary $1 $2 $3 $desync $e && [ "$SCANLEVEL" = quick ] && return done } - for desync in split2 disorder2 fake,split2 fake,disorder2; do + for desync in split2 disorder2; do s="--dpi-desync=$desync" if [ "$sec" = 0 ]; then for pos in method host; do @@ -1098,7 +1098,7 @@ pktws_check_domain_http_bypass_() done fi for pos in 2 3 4 5 10 50; do - pktws_curl_test_update $1 $3 $s --dpi-desync-split-seqovl=$(($pos - 1)) --dpi-desync-split-pos=$pos $e && [ "$SCANLEVEL" = quick ] && return + pktws_curl_test_update $1 $3 $s --dpi-desync-split-seqovl=$(($pos - 1)) --dpi-desync-split-pos=$pos $e && [ "$SCANLEVEL" = quick ] && return done done for desync in $tests; do