-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f20ee58
commit 2ae0c4b
Showing
1 changed file
with
3 additions
and
1 deletion.
There are no files selected for viewing
This file contains 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
2ae0c4b
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
hey phenotypic,
I have installed your app on my mac with no problems.... but I am just a little stuck on testing it. I want to see how it works on my network and notice that the SSID name does not showup. This is what I got back an error after selecting a network to scan.
Select a network to crack: 6
Initiating zizzania to capture handshake...
Traceback (most recent call last):
File "/Users/Dmoney/WiFiCrackPy/WiFiCrackPy.py", line 159, in
scan_networks()
File "/Users/Dmoney/WiFiCrackPy/WiFiCrackPy.py", line 99, in scan_networks
capture_network(networks_sorted[x]['bssid'], networks_sorted[x]['channel_object'])
File "/Users/Dmoney/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 "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/subprocess.py", line 548, in run
with Popen(*popenargs, **kwargs) as process:
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Library/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 "/Library/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
Please help!
2ae0c4b
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@theexplorer233 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 toPython
.2ae0c4b
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
2ae0c4b
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.