Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dpi desync does not work on http by default #150

Closed
bol-van opened this issue Nov 1, 2019 · 0 comments
Closed

dpi desync does not work on http by default #150

bol-van opened this issue Nov 1, 2019 · 0 comments

Comments

@bol-van
Copy link

bol-van commented Nov 1, 2019

If only --set-ttl and/or --wrong checksum options are enabled, dpi desync attack does not happen on http traffic.

                else if (addr.Direction == WINDIVERT_DIRECTION_OUTBOUND && 
                        packet_dataLen > 16 &&
                        (do_http_allports ? 1 : (ppTcpHdr->DstPort == htons(80))) &&
                        find_http_method_end(packet_data,
                                             (do_fragment_http ? http_fragment_size : 0u),
                                             &http_req_fragmented) &&
                        (do_host || do_host_removespace ||
                        do_host_mixedcase || do_fragment_http_persistent))

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant