ZerBea / hcxtools

A small set of tools to convert packets from capture files to hash files for use with Hashcat or John the Ripper.
MIT License
2.01k stars 392 forks source link

Please help hcxtool #118

Closed b1anc00 closed 5 years ago

b1anc00 commented 5 years ago

sorry about my english. Terminal give me error: Warning: Recommended app hcxpcaptool was not found . What I can do. And "enabling monitor mode on wlan0... failed failed

[!] Error: Cannot find any interfaces in Mode:Monitor

[!] Full stack trace below

[!] Traceback (most recent call last): [!] File "/root/wifite2/wifite/main.py", line 93, in entry_point [!] wifite.start() [!] File "/root/wifite2/wifite/main.py", line 53, in start [!] Configuration.get_monitor_mode_interface() [!] File "/root/wifite2/wifite/config.py", line 132, in get_monitor_mode_interface [!] cls.interface = Airmon.ask() [!] File "/root/wifite2/wifite/tools/airmon.py", line 319, in ask [!] iface.interface = Airmon.start(iface) [!] File "/root/wifite2/wifite/tools/airmon.py", line 190, in start [!] raise Exception('Cannot find any interfaces in Mode:Monitor') [!] Exception: Cannot find any interfaces in Mode:Monitor "

What is it?

ZerBea commented 5 years ago

That is a wifite trace log, so you should ask your question here: https://github.com/derv82/wifite2

Taking a closer look at the trace log, it looks like neither hcxtools nor hcxdumptool is installed. You must install them both. Depending on your distribution you can do it by the package manager of your distribution or via git clone. Also it looks like none of your interfaces support monitor mode and packet injection.

ZerBea commented 5 years ago

Read more here: https://github.com/derv82/wifite2/issues/185

ZerBea commented 5 years ago

Closed, because it isn't hcxtools issue, but you can still ask your questions here.