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

Mac os Monterey issue #24

Closed
Kekingers opened this issue May 22, 2024 · 1 comment
Closed

Mac os Monterey issue #24

Kekingers opened this issue May 22, 2024 · 1 comment

Comments

@Kekingers
Copy link

hi i run into this issue when try to crack wifi
Traceback (most recent call last):
File "/Users/h4tr3d/WiFiCrackPy/WiFiCrackPy/WiFiCrackPy/WiFiCrackPy.py", line 159, in
scan_networks()
File "/Users/h4tr3d/WiFiCrackPy/WiFiCrackPy/WiFiCrackPy/WiFiCrackPy.py", line 99, in scan_networks
capture_network(networks_sorted[x]['bssid'], networks_sorted[x]['channel_object'])
File "/Users/h4tr3d/WiFiCrackPy/WiFiCrackPy/WiFiCrackPy/WiFiCrackPy.py", line 118, in capture_network
subprocess.run(['sudo', zizzania_path, '-i', iface, '-b', bssid, '-w', 'capture.pcap', '-q'] + ['-n'] * args.d)
File "/usr/local/Cellar/[email protected]/3.12.3/Frameworks/Python.framework/Versions/3.12/lib/python3.12/subprocess.py", line 548, in run
with Popen(*popenargs, **kwargs) as process:
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/Cellar/[email protected]/3.12.3/Frameworks/Python.framework/Versions/3.12/lib/python3.12/subprocess.py", line 1026, in init
self._execute_child(args, executable, preexec_fn, close_fds,
File "/usr/local/Cellar/[email protected]/3.12.3/Frameworks/Python.framework/Versions/3.12/lib/python3.12/subprocess.py", line 1885, in _execute_child
self.pid = _fork_exec(
^^^^^^^^^^^
TypeError: expected str, bytes or os.PathLike object, not NoneType

any suggestion how i can solve it ??

im on mac os Monterey 12.7.4 mac book air 13" early 2015

TY

@phenotypic
Copy link
Owner

For CoreWLAN-related bugs, please refer to issue #19.

Ensure Python has been granted Location Services permissions by going to System Settings > Privacy & Security > Location Services and checking next to Python.

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

No branches or pull requests

2 participants