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

Add -o option as phase1 options. #20

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

Conversation

spaetow
Copy link

@spaetow spaetow commented Mar 8, 2022

Default is "tls_disable_tlsv1_0=0 tls_disable_tlsv1_1=0 tls_disable_tlsv1_2=0 tls_disable_tlsv1_3=1"
For example, you can change PEAP versions by passing '-o "peapver=0"' or '-o "peapver=1"'.
This should also address #11 by disabling TLS 1.3 by default. To enable TLS 1.3, pass '-o "tls_disable_tlsv1_3=0"'.

Default is "tls_disable_tlsv1_0=0 tls_disable_tlsv1_1=0 tls_disable_tlsv1_2=0 tls_disable_tlsv1_3=1"
You can try PEAP versions by passing '-o "peapver=0"'
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