Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
phenotypic authored Mar 17, 2024
1 parent f20ee58 commit 2ae0c4b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,9 @@ Run the script:
python3 WiFiCrackPy.py
```

The script is fairly easy to use, simply run it using the command above and enter your `sudo` password when prompted. Here are some flags you can add:
The script is fairly easy to use, simply run it using the command above and enter your `sudo` password when prompted. The script also requires authorisaiton for location services in order to perform Wi-Fi scanning.

Here are some flags you can add:

| Flag | Description |
| --- | --- |
Expand Down

4 comments on commit 2ae0c4b

@theexplorer233
Copy link

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!

@phenotypic
Copy link
Owner Author

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 to Python.

@theexplorer233
Copy link

@theexplorer233 theexplorer233 commented on 2ae0c4b Jun 17, 2024 via email

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@theexplorer233
Copy link

@theexplorer233 theexplorer233 commented on 2ae0c4b Jun 17, 2024 via email

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.