blunderbuss-wctf / wacker

A WPA3 dictionary cracker
BSD 2-Clause "Simplified" License
284 stars 56 forks source link

Problem with finding suitable target after running ./wacker.py #7

Open Mitsukenaide opened 3 months ago

Mitsukenaide commented 3 months ago

Hello, I am having a problem with the wacker tool giving me a message regarding the following:

Starting wpa_supplicant... Successfully initialized wpa_supplicant Start time: 29 May 2024 17:41:47

No suitable target found for freq=2437, bssid=54:47:CC:.., ssid=A**..

Stop time: 29 May 2024 17:41:48 Stopped at password attempt: !@#$%

As above I am getting a No suitable target found for freq=2437 and so on, and ive also tried the same using another freq=5500 and the script stopping at the beginning of my wordlist. Any help is thanked greatly, have tried using the nmcli command to confirm the freq I am on is the same as the ap being targeted.

command ran is: ./wacker.py --wordlist cain-and-abel.txt --ssid A** --bssid 54:47:CC:--interface wlan0 --freq 2437

I am only trying to hide the mac and ssid as to not be so open unsure if it is an issue to you being able to help o/

rpcraig commented 3 months ago

Can you rerun your command using the --debug flag and send over the logs under /tmp/wacker/.

Also, what network card are you using? Vendor and model would be useful

jeremysolt commented 3 months ago

The --debug option might contain the MAC and SSID. If that's the case, we'll work on adding another option to scrub them from the logs to make this process easier.