Giter VIP home page Giter VIP logo

wacker's People

Contributors

foxtrot avatar jeremysolt avatar rpcraig avatar singe avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

wacker's Issues

Compiling wpa_supplicant fails

Attempting to compile wpa_supplicant using the provided steps fails on Kali Live 2023.3, below is what happens when running as root:

apt-get install -y pkg-config libnl-3-dev gcc libssl-dev libnl-genl-3-dev
cp defconfig wpa_supplicant-2.10/wpa_supplicant/.config
git apply wpa_supplicant.patch
cd wpa_supplicant-2.10/wpa_supplicant
make -j4
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
pkg-config is already the newest version (1.8.1-1).
libnl-3-dev is already the newest version (3.7.0-0.2+b1).
gcc is already the newest version (4:13.2.0-1).
libssl-dev is already the newest version (3.0.10-1).
libnl-genl-3-dev is already the newest version (3.7.0-0.2+b1).
0 upgraded, 0 newly installed, 0 to remove and 543 not upgraded.
../src/build.rules:85: *** mixed implicit and normal rules: deprecated syntax
../src/build.rules:89: warning: overriding recipe for target '/home/kali/Desktop/WPA3'
../src/build.rules:86: warning: ignoring old recipe for target '/home/kali/Desktop/WPA3'
../src/build.rules:89: warning: overriding recipe for target 'stuff/wacker/wpa_supplicant-2.10/build//home/kali/Desktop/WPA3'
../src/build.rules:86: warning: ignoring old recipe for target 'stuff/wacker/wpa_supplicant-2.10/build//home/kali/Desktop/WPA3'
../src/build.rules:88: *** mixed implicit and normal rules: deprecated syntax
../src/build.rules:93: warning: overriding recipe for target '/home/kali/Desktop/WPA3'
../src/build.rules:89: warning: ignoring old recipe for target '/home/kali/Desktop/WPA3'
../src/build.rules:93: warning: overriding recipe for target 'stuff/wacker/wpa_supplicant-2.10/build//home/kali/Desktop/WPA3'
../src/build.rules:89: warning: ignoring old recipe for target 'stuff/wacker/wpa_supplicant-2.10/build//home/kali/Desktop/WPA3'
../src/build.rules:92: *** mixed implicit and normal rules: deprecated syntax
../src/build.rules:103: warning: overriding recipe for target '/home/kali/Desktop/WPA3'
../src/build.rules:93: warning: ignoring old recipe for target '/home/kali/Desktop/WPA3'
../src/build.rules:103: warning: overriding recipe for target 'stuff/wacker/wpa_supplicant-2.10/build//home/kali/Desktop/WPA3'
../src/build.rules:93: warning: ignoring old recipe for target 'stuff/wacker/wpa_supplicant-2.10/build//home/kali/Desktop/WPA3'
../src/build.rules:102: *** mixed implicit and normal rules: deprecated syntax
make: *** No rule to make target '../wpa_supplicant/%.c', needed by '/home/kali/Desktop/WPA3'.  Stop.
make: *** Waiting for unfinished jobs....

The script will then fail to run due to the file being missing:

Starting wpa_supplicant...
Traceback (most recent call last):
  File "/home/kali/Desktop/WPA3 stuff/wacker/./wacker.py", line 236, in <module>
    wacker = Wacker(args, start_word)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/kali/Desktop/WPA3 stuff/wacker/./wacker.py", line 60, in __init__
    self.start_supplicant()
  File "/home/kali/Desktop/WPA3 stuff/wacker/./wacker.py", line 93, in start_supplicant
    proc = subprocess.Popen(self.cmd)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.11/subprocess.py", line 1026, in __init__
    self._execute_child(args, executable, preexec_fn, close_fds,
  File "/usr/lib/python3.11/subprocess.py", line 1950, in _execute_child
    raise child_exception_type(errno_num, err_msg, err_filename)
FileNotFoundError: [Errno 2] No such file or directory: './wpa_supplicant-2.10/wpa_supplicant/wpa_supplicant'

Channel option

Allow the user to supply the channel and convert it to the correct frequency

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

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/

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.