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

adding long padding fuzzing strategy and a randomized flag for https #1

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

thomasgruebl
Copy link

Hi,

I'm proposing to add a "long padding" fuzzing strategy for the HTTP and HTTPS hostname/servername fields that generates paddings up to the maximum field size buffer of 255 characters.

I've also added a new "randomized" flag which provides the option to use the uTLS client HelloRandomized clientHelloID option instead of the HelloGolang option. This modifies the overall structure of the client hello message by rearranging or nesting fields differently and may help uncover vulnerabilities related to parsing and processing of TLS messages.

Best regards,

Thomas

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

Successfully merging this pull request may close these issues.

None yet

1 participant