Giter Club home page Giter Club logo

Comments (14)

ZerBea avatar ZerBea commented on June 19, 2024 1

Correct. ,aOS is not supported.
From README.md.
Requirements

  • Operatingsystem: Arch Linux (strict), Kernel >= 4.14 (strict). It should work on other Linux systems (notebooks, desktops) and distributions, too (no support for other distributions). Don't use Kernel 4.4 (rt2x00 driver regression)
    But it's not designed to run on maOS.
    Closed this issue beacaue it's not hcxdumptool related.

from hcxdumptool.

ZerBea avatar ZerBea commented on June 19, 2024

Do you use latest version?
Do you use LINUX?

run
make clean
sudo make install

output should look like this:
$ make clean
rm -f hcxdumptool
rm -f *.o *~

$ sudo make install
cc -O3 -Wall -Wextra -std=gnu99 -o hcxdumptool hcxdumptool.c -lpthread
install -m 0755 -D hcxdumptool /usr/local/bin/hcxdumptool
rm -f hcxdumptool
rm -f *.o *~

from hcxdumptool.

siempay avatar siempay commented on June 19, 2024

I use macOS! this is my output:

screen shot 2018-08-22 at 12 19 10 am

I cant run the cmd after this, there is no shell script, there are just .c files

from hcxdumptool.

pojda avatar pojda commented on June 19, 2024

$ make Worked on a Debian box, but throws the same message on my Mac.

from hcxdumptool.

ZerBea avatar ZerBea commented on June 19, 2024

hcxdumptool do not support macOS (hcxtools support macOS), maybe this will work for you (wifibroot):
https://www.shellvoide.com/wifi/how-to-crack-wifi-password-using-pmkid-new-method-wifibroot/

from hcxdumptool.

pojda avatar pojda commented on June 19, 2024

Awesome! Will check it out. Thanks, @ZerBea!

from hcxdumptool.

geraldchecka avatar geraldchecka commented on June 19, 2024

I get this weird error
"interface is not up
failed to init socket"

Here is what I did:
$ hcxdumptool -o test.pcapng -i wlan0 --enable_status=1

Any help is appreciated. @ZerBea

from hcxdumptool.

ZerBea avatar ZerBea commented on June 19, 2024

Do you use latest version of hcxdumptool?
What is the output of:
$ sudo iw dev wlan0 set type monitor
$ iw dev wlan0 info

from hcxdumptool.

geraldchecka avatar geraldchecka commented on June 19, 2024

The output is as follows:
$ sudo iw dev wlan0 set type monitor
command failed: Device or resource busy (-16)
$ sudo iw dev wlan0 set type monitor
Interface wlan0
ifindex 3
type managed
wiphy 0

from hcxdumptool.

ZerBea avatar ZerBea commented on June 19, 2024

The output shows that your device isn't able to run monitor mode and/or the driver doesn't support monitor mode:
For Intel devices read more here:
https://communities.intel.com/thread/116775
Look for a driver for your device that supports full monitor mode or
look for a device which support monitor mode
read more here:
https://wireless.wiki.kernel.org/en/users/drivers

from hcxdumptool.

ZerBea avatar ZerBea commented on June 19, 2024

Have you stopped all services that take access to the interface (like NetworkManager and wpa-supplicant)? hcxdumptool need full access to the interface!

from hcxdumptool.

AnubhavSolanki avatar AnubhavSolanki commented on June 19, 2024

Capture

from hcxdumptool.

AnubhavSolanki avatar AnubhavSolanki commented on June 19, 2024

sir after cloning the hcxdumptool i get this error after "make" command

from hcxdumptool.

ZerBea avatar ZerBea commented on June 19, 2024

After cloning the repository you must(!) satisfy the dependencies, which are not(!) installed by KALI default settings.
From README.md:

Requirements
libopenssl and openssl-dev installed

From README.md hcxtools:
To install requirements on Kali use the following 'apt-get install libcurl4-openssl-dev libssl-dev zlib1g-dev'

So a:
apt-get install libcurl4-openssl-dev libssl-dev zlib1g-dev
should satisfy them.

from hcxdumptool.

Related Issues (20)

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.