Skip to content

Conversation

codebude
Copy link
Owner

@codebude codebude commented Nov 2, 2021

This PR introduces a new parameter for the WifiPayload generator called "escapeHexStrings" with default=true. Thus is default keeps the same behaviour as before this PR and can be called "non-breaking".

If set to "false" ssid and password passed to the WifiPayload generator won't be escaped, even if they are in HEX syntax. This behaviour is non-standard (the standard defines HEX escaping), but may be necessary for Apple devices, because they seem to be unable to handle those escaped strings.

@codebude codebude merged commit fe63074 into master Nov 2, 2021
@codebude codebude deleted the enhancement/wifi-payload-generator-improvement branch November 3, 2021 08:57
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.

1 participant