Error if SSID with "space" and "dot (.)" in name#249
Open
simplevulnerabilitymanager wants to merge 968 commits intoderv82:masterfrom
Open
Error if SSID with "space" and "dot (.)" in name#249simplevulnerabilitymanager wants to merge 968 commits intoderv82:masterfrom
simplevulnerabilitymanager wants to merge 968 commits intoderv82:masterfrom
Conversation
Author
|
This is the fix of my error. |
Author
build(deps): bump pytest from 8.4.0 to 8.4.1
build(deps): bump setuptools from 75.8.2 to 80.9.0
…5-slim build(deps): bump python from 3.13.4-slim to 3.13.5-slim
Rename main script.
Bumps [setuptools](https://github.com/pypa/setuptools) from 75.8.2 to 78.1.1. - [Release notes](https://github.com/pypa/setuptools/releases) - [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst) - [Commits](pypa/setuptools@v75.8.2...v78.1.1) --- updated-dependencies: - dependency-name: setuptools dependency-version: 78.1.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
build(deps): bump setuptools from 75.8.2 to 78.1.1
…n permissions Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
Co-authored-by: kimocoder <[email protected]>
…o-v4 [WIP] Update CodeQL Action version to v4 in workflows
Co-authored-by: kimocoder <[email protected]>
…sues [WIP] Fix issues in .github/workflows/claude.yml
…ode-review workflow Co-authored-by: kimocoder <[email protected]>
…sions fix: grant write permissions to claude-code-review workflow
- Create wifite/config/__init__.py (434 lines, down from 1444) with slim Configuration class that delegates to sub-modules - Create wifite/config/defaults.py for default value initialization - Create wifite/config/validators.py for validation logic - Create wifite/config/manufacturers.py for OUI lazy-loading - Create wifite/config/parsers/ with 9 focused parser modules: settings, wep, wpa, wps, pmkid, eviltwin, attack_monitor, dual_interface, wpasec - Remove the now-dead wifite/config.py (superseded by package) - Add tests/test_config_refactor.py with 31 tests for the new structure All existing imports (from wifite.config import Configuration) continue to work unchanged. All 601 tests pass." Co-authored-by: kimocoder <[email protected]>
…-module Refactor: Split monolithic `config.py` into focused `config/` package
Co-authored-by: kimocoder <[email protected]>
…dshake Fix stale TODO comment around hidden WPA handshake --strip flag
Co-authored-by: kimocoder <[email protected]>
…sions fix: add id-token: write permission to claude.yml workflow
- actions/checkout: v4.x → v6.0.2 (node24) in all 9 workflows - actions/setup-python: v5.6.0 → v6.2.0 (node24) in checkpr-sourcery and python-publish - github/codeql-action: v3.28.3 → v4.33.0 (node24) in codeql-analysis - actions/dependency-review-action: v4.6.0 → v4.9.0 (latest, still node20) - github/ossar-action: v1 (node16) → v2.0.0 (node20, no node24 yet) Co-authored-by: kimocoder <[email protected]>
…to-node-24 chore: update GitHub Actions workflows to Node 24
Co-authored-by: kimocoder <[email protected]>
…iew-badge [WIP] Fix Claude Code Review badge status in README.md
…ite/config/parsers Co-authored-by: kimocoder <[email protected]>
…es-list fix: use find_packages() in setup.py to include wifite/config sub-packages
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.


If SSID have a space " " or un dot "." in name, the file in hs, no generate the same name of SSID and parameter in cowpatty -s is no correct.

For example.
The parameter "-s" is not correct.

You maybe fix this code:

in wifite/util/crack.py