Giter Club home page Giter Club logo

Comments (6)

ZerBea avatar ZerBea commented on July 20, 2024 1

wrong command line ( I == capital):

$ hcxdumptool -h
-I <INTERFACE> : show detailed information about INTERFACE

correct command line (i == lower case):
$ sudo hcxdumptool -i wlan0 -w dumpfile.pcapng

as mentioned in help:

$ hcxdumptool -h
-i <INTERFACE> : name of INTERFACE to be used

from hcxdumptool.

henriqueArrazao avatar henriqueArrazao commented on July 20, 2024

wrong command line ( I == capital):

$ hcxdumptool -h
-I <INTERFACE> : show detailed information about INTERFACE

correct command line (i == lower case): $ sudo hcxdumptool -i wlan0 -w dumpfile.pcapng

Gee you're right, closing here, thank you.

from hcxdumptool.

ZerBea avatar ZerBea commented on July 20, 2024

No problem.

from hcxdumptool.

ZerBea avatar ZerBea commented on July 20, 2024

Please notice:
Default scan channels are 1a, 6a and 11a only.

from hcxdumptool.

henriqueArrazao avatar henriqueArrazao commented on July 20, 2024

Please notice: Default scan channels are 1a, 6a and 11a only.

To be honest I don't have any experience on this, I'm following this video where the guy says to enter this command (in a previous version of the package):
sudo hcxdumptool -i wlan0 -o dumpfile.pcapng --active_beacon --enable_status=15

For the lastest version, I'm adapting it to this (In which by the way, does not find anything):
sudo hcxdumptool -i wlan0 -w dumpfile.pcapng --beacontx=15

Should I change something?

from hcxdumptool.

ZerBea avatar ZerBea commented on July 20, 2024

Since v 6.3.0 hcxdumptool is highly optimized and most of the options are changed.
An advanced command line looks like this:
$ hcxdumptool --bpf=own.bpfc --essidlist=standard.essidlist --beacontx=5 -c 1a,6a,11a,2a,1a,6a,11a,13a,1a,6a,11a,3a,1a,6a,11a,12a,1a,6a,11a,4a,1a,6a,11a,10a,1a,6a,11a,5a,1a,6a,11a,9a,1a,6a,11a,7a,1a,6a,11a,8a --rds=1
standard.essidlist
This list should contain some common or target ESSIDs to init hcxdumptool's internal ring buffer
It is not mandatory, because this ring buffer is filled with received ESSIDs.

own.bpfc
This list should contain own devices to be protected.
It is mandatory that MAC randomization on your own devices is disabled - otherwise they are not protected

c
The channel list is self explained

rds
This option makes sure that successful attacked NETWORKs are always on top of the AP status display

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.