Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cant install tool #30

Closed
siempay opened this issue Aug 21, 2018 · 14 comments
Closed

Cant install tool #30

siempay opened this issue Aug 21, 2018 · 14 comments

Comments

@siempay
Copy link

siempay commented Aug 21, 2018

I downloaded the tool and tried make but I get this make: Nothing to be done for all'.`

@ZerBea
Copy link
Owner

ZerBea commented Aug 21, 2018

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 *~

@siempay
Copy link
Author

siempay commented Aug 21, 2018

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

@pojda
Copy link

pojda commented Aug 22, 2018

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

@ZerBea
Copy link
Owner

ZerBea commented Aug 22, 2018

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.

@ZerBea ZerBea closed this as completed Aug 22, 2018
@ZerBea
Copy link
Owner

ZerBea commented Aug 22, 2018

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/

@pojda
Copy link

pojda commented Aug 22, 2018

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

@geraldchecka
Copy link

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

@ZerBea
Copy link
Owner

ZerBea commented Sep 3, 2018

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

@geraldchecka
Copy link

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

@ZerBea
Copy link
Owner

ZerBea commented Sep 3, 2018

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

@ZerBea
Copy link
Owner

ZerBea commented Sep 4, 2018

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

@AnubhavSolanki
Copy link

Capture

@AnubhavSolanki
Copy link

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

@ZerBea
Copy link
Owner

ZerBea commented Sep 28, 2019

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.

n0w1re pushed a commit to n0w1re/hcxdumptool that referenced this issue Oct 11, 2020
n0w1re pushed a commit to n0w1re/hcxdumptool that referenced this issue Oct 11, 2020
n0w1re pushed a commit to n0w1re/hcxdumptool that referenced this issue Oct 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants