Skip to content

Error if SSID with "space" and "dot (.)" in name - #249

Open
simplevulnerabilitymanager wants to merge 1086 commits into
derv82:masterfrom
kimocoder:master
Open

Error if SSID with "space" and "dot (.)" in name#249
simplevulnerabilitymanager wants to merge 1086 commits into
derv82:masterfrom
kimocoder:master

Conversation

@simplevulnerabilitymanager

@simplevulnerabilitymanager simplevulnerabilitymanager commented Dec 23, 2019

Copy link
Copy Markdown

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.
image

image

image

The parameter "-s" is not correct.
image

image

You maybe fix this code:
image

in wifite/util/crack.py

@simplevulnerabilitymanager

Copy link
Copy Markdown
Author

This is the fix of my error.

@simplevulnerabilitymanager

Copy link
Copy Markdown
Author

image

image

kimocoder and others added 26 commits October 31, 2025 19:23
Fix: stricter handshake validation to avoid aircrack-only false positives (fixes #419)
Bumps python from 3.14.0-slim to 3.14.1-slim.

---
updated-dependencies:
- dependency-name: python
  dependency-version: 3.14.1-slim
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
…1-slim

build(deps): bump python from 3.14.0-slim to 3.14.1-slim
Bumps python from 3.14.1-slim to 3.15.0a2-slim.

---
updated-dependencies:
- dependency-name: python
  dependency-version: 3.15.0a2-slim
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
…0a2-slim

build(deps): bump python from 3.14.1-slim to 3.15.0a2-slim
…8f823e1cde2

[Snyk] Security upgrade urllib3 from 2.0.7 to 2.6.0
The AttackPMKID.run() method was not returning the result of run_hashcat() or run_aircrack(). 
This caused the main attack loop (AttackAll) to receive None instead of True when a PMKID was successfully cracked.

As a result:
1. The attack loop continued to the next step (WPA handshake capture) unnecessarily.
2. If the subsequent WPA capture failed, the target was marked as failed.
3. The successfully cracked PMKID password was never saved to cracked.json because the success flag was lost.

This commit adds the missing return statements to ensure the success status is propagated correctly, allowing Wifite to save the cracked key and stop attacking the target immediately.
dependabot Bot and others added 30 commits June 19, 2026 11:52
Updates the requirements on [pytest](https://github.com/pytest-dev/pytest) to permit the latest version.
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](pytest-dev/pytest@9.0.3...9.1.1)

---
updated-dependencies:
- dependency-name: pytest
  dependency-version: 9.1.1
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [actions/checkout](https://github.com/actions/checkout) from 6.0.3 to 7.0.0.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v6.0.3...v7.0.0)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: 7.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
build(deps-dev): update pytest requirement from >=9.0.3 to >=9.1.1
…ons/checkout-7.0.0

build(deps): bump actions/checkout from 6.0.3 to 7.0.0
Comment out urllib3 dependency to avoid vulnerability.
Comment out urllib3 dependency to avoid vulnerability.
Four undefined-name bugs that would raise NameError at runtime, all in
error/edge paths where they'd mask the real failure:

- wpa.py: subprocess used in two except clauses but never imported
- interface_assignment.py: log_error used in handlers but not imported
- wpa3_tools.py: f-strings used {C}/{W}/{O} as variable interpolation
  instead of literal color codes, breaking the tool-status report
- system_check.py: InterfaceManager referenced without import (chipset
  detection silently failed)

Also make EvilTwinAttackState a TYPE_CHECKING import so the forward-ref
annotations resolve cleanly.

Test fixes:
- test_cleanup: patch subprocess at its real call site
  (wifite.util.process) instead of a dead import in wifite.util.cleanup
- test_wpa3_detection_performance: replace three wall-clock ratio
  assertions (intermittently failing, e.g. 1.57x < 2x) with
  deterministic behavioural checks of the cache / early-return logic

Plus ruff safe autofixes: remove unused imports (incl. the ambiguous
HcxDumpTool import from hashcat, leaving the hcxdumptool one), drop
placeholder-less f-strings, and remove redundant local re-imports.

All 629 tests pass.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
…in path expression

Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
Potential fix for code scanning alert no. 16: Uncontrolled data used in path expression
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 6.2.0 to 6.3.0.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](actions/setup-python@v6.2.0...v6.3.0)

---
updated-dependencies:
- dependency-name: actions/setup-python
  dependency-version: 6.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
…ons/setup-python-6.3.0

build(deps): bump actions/setup-python from 6.2.0 to 6.3.0
Updates the requirements on [setuptools](https://github.com/pypa/setuptools) to permit the latest version.
- [Release notes](https://github.com/pypa/setuptools/releases)
- [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst)
- [Commits](pypa/setuptools@v82.0.1...v83.0.0)

---
updated-dependencies:
- dependency-name: setuptools
  dependency-version: 83.0.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [step-security/harden-runner](https://github.com/step-security/harden-runner) from 2.19.4 to 2.20.0.
- [Release notes](https://github.com/step-security/harden-runner/releases)
- [Commits](step-security/harden-runner@v2.19.4...v2.20.0)

---
updated-dependencies:
- dependency-name: step-security/harden-runner
  dependency-version: 2.20.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
…83.0.0

build(deps): update setuptools requirement from >=82.0.1 to >=83.0.0
…-security/harden-runner-2.20.0

build(deps): bump step-security/harden-runner from 2.19.4 to 2.20.0
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 6.3.0 to 7.0.0.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](actions/setup-python@v6.3.0...v7.0.0)

---
updated-dependencies:
- dependency-name: actions/setup-python
  dependency-version: 7.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [actions/checkout](https://github.com/actions/checkout) from 7.0.0 to 7.0.1.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v7.0.0...v7.0.1)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: 7.0.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [shundor/python-bandit-scan](https://github.com/shundor/python-bandit-scan) from ab1d87dfccc5a0ffab88be3aaac6ffe35c10d6cd to 9955228c1cbdc5aeb5e511e0fa232154e2ed2b67.
- [Release notes](https://github.com/shundor/python-bandit-scan/releases)
- [Commits](shundor/python-bandit-scan@ab1d87d...9955228)

---
updated-dependencies:
- dependency-name: shundor/python-bandit-scan
  dependency-version: 9955228c1cbdc5aeb5e511e0fa232154e2ed2b67
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 4 to 4.37.4.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](github/codeql-action@v4...v4.37.4)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-version: 4.37.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
…ons/setup-python-7.0.0

build(deps): bump actions/setup-python from 6.3.0 to 7.0.0
…ons/checkout-7.0.1

build(deps): bump actions/checkout from 7.0.0 to 7.0.1
…dor/python-bandit-scan-9955228c1cbdc5aeb5e511e0fa232154e2ed2b67

build(deps): bump shundor/python-bandit-scan from ab1d87dfccc5a0ffab88be3aaac6ffe35c10d6cd to 9955228c1cbdc5aeb5e511e0fa232154e2ed2b67
…ub/codeql-action-4.37.4

build(deps): bump github/codeql-action from 4 to 4.37.4
Bumps [step-security/harden-runner](https://github.com/step-security/harden-runner) from 2.20.0 to 2.20.1.
- [Release notes](https://github.com/step-security/harden-runner/releases)
- [Commits](step-security/harden-runner@v2.20.0...v2.20.1)

---
updated-dependencies:
- dependency-name: step-security/harden-runner
  dependency-version: 2.20.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 4.37.4 to 4.37.6.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](github/codeql-action@v4.37.4...v4.37.6)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-version: 4.37.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
…-security/harden-runner-2.20.1

build(deps): bump step-security/harden-runner from 2.20.0 to 2.20.1
…ub/codeql-action-4.37.6

build(deps): bump github/codeql-action from 4.37.4 to 4.37.6
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.