Skip to content

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

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

Error if SSID with "space" and "dot (.)" in name#249
simplevulnerabilitymanager wants to merge 1094 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 21:24
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.
Description
Bug Description: When running Wifite2 with --hcxdump on 5GHz channels (e.g., channel 36, 40, 149), hcxdumptool fails to start with the error: failed to arm interface.

Root Cause: In wifite/tools/hcxdumptool.py, the previous code blindly appended the 'a' suffix (indicating 2.4GHz) to all numeric channels.

Channel 6 becomes 6a (Valid for 2.4GHz).

Channel 40 becomes 40a (Invalid: implies channel 40 on the 2.4GHz band).

This causes hcxdumptool (or the underlying driver) to reject the command because channel 40 does not exist on the 2.4GHz band.

The Fix: I have refactored the channel logic to remove the forced 'a' suffix for all channels. The code now checks the channel number to apply the correct band suffix:

Channels <= 14: Appends 'a' (2.4GHz).

Channels > 14: Appends 'b' (5GHz).

This ensures valid channel arguments are passed to the tool for both frequency bands.
Bumps python from 3.15.0a2-slim to 3.15.0a5-slim.

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

Signed-off-by: dependabot[bot] <support@github.com>
Fix missing return in AttackPMKID.run() preventing result saving
…0a5-slim

build(deps): bump python from 3.15.0a2-slim to 3.15.0a5-slim
Fix failed to arm interface on 5GHz by distinguishing band suffixes
Bumps python from 3.15.0a5-slim to 3.15.0a6-slim.

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

Signed-off-by: dependabot[bot] <support@github.com>
kimocoder and others added 30 commits June 22, 2026 02:06
…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
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@v83.0.0...v84.0.0)

---
updated-dependencies:
- dependency-name: setuptools
  dependency-version: 84.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.20.1 to 2.21.0.
- [Release notes](https://github.com/step-security/harden-runner/releases)
- [Commits](step-security/harden-runner@v2.20.1...v2.21.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
Updates the requirements on [chardet](https://github.com/chardet/chardet) to permit the latest version.
- [Release notes](https://github.com/chardet/chardet/releases)
- [Changelog](https://github.com/chardet/chardet/blob/main/docs/changelog.rst)
- [Commits](chardet/chardet@7.4.3...7.6.0)

---
updated-dependencies:
- dependency-name: chardet
  dependency-version: 7.6.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 4.37.6 to 4.37.8.
- [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.6...v4.37.8)

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

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

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

build(deps): bump step-security/harden-runner from 2.20.1 to 2.21.0
build(deps): update chardet requirement from >=7.4.3 to >=7.6.0
…ub/codeql-action-4.37.8

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