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

Capturing wifi using hcxdumptools says invalid option help #362

Closed
zotim1 opened this issue Nov 16, 2023 · 4 comments
Closed

Capturing wifi using hcxdumptools says invalid option help #362

zotim1 opened this issue Nov 16, 2023 · 4 comments

Comments

@zotim1
Copy link

zotim1 commented Nov 16, 2023

Writing hcxdumptools -i wlan0 -o test1.pcapng -- enable_status=1 says invalid option --'o' can anyone help on how to solve this problem

@v74863
Copy link

v74863 commented Nov 17, 2023

The latest version of hcxdumptool has a different syntax.
Please see help,
hcxdumptool -h
#330

@zotim1
Copy link
Author

zotim1 commented Nov 17, 2023

Sorry but I am a real beginner at this stuff so what should I use instead of -o

@v74863
Copy link

v74863 commented Nov 18, 2023

hcxdumptool has built-in help.
Just type "hcxdumptool -h" and press Enter
Also read here, please
#342
#347
#355
#356

hcxdumptool is not for beginners. You have to know Linux.
If it is too complicated for you, start with wifite
https://null-byte.wonderhowto.com/how-to/automate-wi-fi-hacking-with-wifite2-0191739/

@ZerBea
Copy link
Owner

ZerBea commented Nov 20, 2023

As mentioned by @v74863 it is always a good idea to read --help, README.md and the changelog to get some information.

In your case, the simplest command line is:

$ hcxdumptool -i INTERFACE_NAME -w dump.pcapng -F --rds=1

By this options hcxdumptool use the interface named by "INTERFACE_NAME", store all information to a dump file named dump.pcapng, scan all available frequencies (frequencies supported by the driver and allowed by wireless regulatory domain) and sort the status display by successful attacks.

Please notice:
It is mandatory that all services that take access to the device are stopped before you run hcxdumptool.

I close this report, because it is more a discussion and not a bug.

@ZerBea ZerBea closed this as completed Nov 20, 2023
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

3 participants