derv82 / wifite2

Rewrite of the popular wireless network auditor, "wifite"
GNU General Public License v2.0
6.42k stars 1.32k forks source link

hcxdumptool & hcxpcaptool missing #185

Open Frankecu77 opened 5 years ago

Frankecu77 commented 5 years ago

Hello all,

I have install hcxdumptool & hcxpcaptool in Kali Linux 64bit, Wifite2 still showing that the tools are missing, can someone shine some light to this issue, I been searching all over the place for a fix or direction with no luck.

RaduNico commented 5 years ago

Wifite is checking for tool existance by running "which ". If you run 'which hcxdumptool' in a terminal does it return the valid path to where those tools are installed? If not a possible causes would be the "PATH" variable not containing the folder where the tools are installed - whether the PATH variable is malformed or "make install" did not complete successfully.

Both hcxdumptool & hcxpcaptool should be installed in /usr/local/bin.

Frankecu77 commented 5 years ago

Thank you for you quick response, I have uninstall the tools and I did run in the terminal as root: cd /usr/local/bin git clone https://github.com/ZerBea/hcxdumptool.git

Nothing changed, tools still missing in wifite2, did I miss something?

enJoY8 commented 5 years ago

Having the same issue... Any fix to this found yet?

RaduNico commented 5 years ago

Besides cloning the repository you need to compile the project and then install the binary. The complete sequence of commands would be:

git clone https://github.com/ZerBea/hcxdumptool.git
cd hcxdumptool
make
make install

Then do the same for the hcxtools repository. If compiling either tool fails install the dependencies (as listed in the hcxtools 'Requirements' section):

apt-get update
apt-get install libcurl4-openssl-dev libssl-dev zlib1g-dev libpcap-dev
enJoY8 commented 5 years ago

I solved the hcxtool install and that is working properly. My issue is with the hcxdumptool. I did the make/make install for it and installed all the lib's and I still get the hcxdumptool was not found. Thanks for the reply though and the possible fix :)

Frankecu77 commented 5 years ago

Great, It works, thanks a lot RaduNico.

RaduNico commented 5 years ago

@enJoY8 A possible cause would be that 'make install' needs to be run as root.

If it's not that, it seems like the make process is failing for whatever reason. Is there any error message displayed when running make? If so, posting that error here will prove helpful. libpthread and pthread-dev are listed as dependencies on the repository.

EDIT: It had just occured to be - did you clone the hcxdumptool repository in /usr/local/bin ? If that is so chances are it will try to move the binary in that exact same place where the repository is - which might just fail silently. Try this as root:

rm -rf /usr/local/bin/hcxdumptool
cd ~
git clone https://github.com/ZerBea/hcxdumptool.git
cd hcxdumptool
make
make install
aucaner commented 5 years ago

Hello everyone' I have Kali on a USB stick and when I start Wifite I have the same issue. Missing hcxdumptool and hcxtools. Do I have to look for the FILE "BIN" also to install the missing files? hanks in advance.

smittyadventure commented 5 years ago

Besides cloning the repository you need to compile the project and then install the binary. The complete sequence of commands would be:

git clone https://github.com/ZerBea/hcxdumptool.git
cd hcxdumptool
make
make install

Then do the same for the hcxtools repository. If compiling either tool fails install the dependencies (as listed in the hcxtools 'Requirements' section):

apt-get update
apt-get install libcurl4-openssl-dev libssl-dev zlib1g-dev libpcap-dev

Hey dude im still having massive issues could you please help me i would really appreciate it! you can contact me via smittyhuawei@gmail.com

aucaner commented 5 years ago

Hello, thank you for your mail. I do want to help.Lets start right now. Please not too difficult because I don't know very much but I have the time. I am willing to learn. Bye

Op wo 6 mrt. 2019 om 16:18 schreef smittyadventure <notifications@github.com

:

Besides cloning the repository you need to compile the project and then install the binary. The complete sequence of commands would be:

git clone https://github.com/ZerBea/hcxdumptool.git cd hcxdumptool make make install

Then do the same for the hcxtools repository. If compiling either tool fails install the dependencies (as listed in the hcxtools 'Requirements' section):

apt-get update apt-get install libcurl4-openssl-dev libssl-dev zlib1g-dev libpcap-dev

Hey dude im still having massive issues could you please help me i would really appreciate it! you can contact me via smittyhuawei@gmail.com

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/derv82/wifite2/issues/185#issuecomment-470146600, or mute the thread https://github.com/notifications/unsubscribe-auth/As9Lu0OFlkOEpaEtPD7TPBfR_D5QELWjks5vT9xcgaJpZM4ZJYxD .

smittyadventure commented 5 years ago

Is there any chance we could TeamViewer?

On Wed, Mar 6, 2019, 10:36 PM aucaner notifications@github.com wrote:

Hello, thank you for your mail. I do want to help.Lets start right now. Please not too difficult because I don't know very much but I have the time. I am willing to learn. Bye

Op wo 6 mrt. 2019 om 16:18 schreef smittyadventure < notifications@github.com

:

Besides cloning the repository you need to compile the project and then install the binary. The complete sequence of commands would be:

git clone https://github.com/ZerBea/hcxdumptool.git cd hcxdumptool make make install

Then do the same for the hcxtools repository. If compiling either tool fails install the dependencies (as listed in the hcxtools 'Requirements' section):

apt-get update apt-get install libcurl4-openssl-dev libssl-dev zlib1g-dev libpcap-dev

Hey dude im still having massive issues could you please help me i would really appreciate it! you can contact me via smittyhuawei@gmail.com

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/derv82/wifite2/issues/185#issuecomment-470146600, or mute the thread < https://github.com/notifications/unsubscribe-auth/As9Lu0OFlkOEpaEtPD7TPBfR_D5QELWjks5vT9xcgaJpZM4ZJYxD

.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/derv82/wifite2/issues/185#issuecomment-470266331, or mute the thread https://github.com/notifications/unsubscribe-auth/AhuyHdJTaYu4NSUNwcfCTy6RkwYHquqsks5vUCbKgaJpZM4ZJYxD .

aucaner commented 5 years ago

Is there any chance we could TeamViewer? On Wed, Mar 6, 2019, 10:36 PM aucaner @.> wrote: Hello, thank you for your mail. I do want to help.Lets start right now. Please not too difficult because I don't know very much but I have the time. I am willing to learn. Bye Op wo 6 mrt. 2019 om 16:18 schreef smittyadventure < @. >: > Besides cloning the repository you need to compile the project and then > install the binary. The complete sequence of commands would be: > > git clone https://github.com/ZerBea/hcxdumptool.git > cd hcxdumptool > make > make install > > Then do the same for the hcxtools repository. If compiling either tool > fails install the dependencies (as listed in the hcxtools 'Requirements' > section): > > apt-get update > apt-get install libcurl4-openssl-dev libssl-dev zlib1g-dev libpcap-dev > > Hey dude im still having massive issues could you please help me i would > really appreciate it! > you can contact me via @.*** > > — > You are receiving this because you commented. > Reply to this email directly, view it on GitHub > <#185 (comment)>, or mute > the thread > < https://github.com/notifications/unsubscribe-auth/As9Lu0OFlkOEpaEtPD7TPBfR_D5QELWjks5vT9xcgaJpZM4ZJYxD > > . > — You are receiving this because you commented. Reply to this email directly, view it on GitHub <#185 (comment)>, or mute the thread https://github.com/notifications/unsubscribe-auth/AhuyHdJTaYu4NSUNwcfCTy6RkwYHquqsks5vUCbKgaJpZM4ZJYxD .

I am OK with that

smittyadventure commented 5 years ago

Alright cool let me know when you are available

On Thu, Mar 7, 2019, 12:03 AM aucaner notifications@github.com wrote:

Is there any chance we could TeamViewer? … <#m8230398281281971841> On Wed, Mar 6, 2019, 10:36 PM aucaner @.> wrote: Hello, thank you for your mail. I do want to help.Lets start right now. Please not too difficult because I don't know very much but I have the time. I am willing to learn. Bye Op wo 6 mrt. 2019 om 16:18 schreef smittyadventure < @. >: > Besides cloning the repository you need to compile the project and then > install the binary. The complete sequence of commands would be: > > git clone https://github.com/ZerBea/hcxdumptool.git > cd hcxdumptool > make > make install > > Then do the same for the hcxtools repository. If compiling either tool > fails install the dependencies (as listed in the hcxtools 'Requirements' > section): > > apt-get update > apt-get install libcurl4-openssl-dev libssl-dev zlib1g-dev libpcap-dev > > Hey dude im still having massive issues could you please help me i would > really appreciate it! > you can contact me via @.*** > > — > You are receiving this because you commented. > Reply to this email directly, view it on GitHub > <#185 (comment) https://github.com/derv82/wifite2/issues/185#issuecomment-470146600>, or mute > the thread > < https://github.com/notifications/unsubscribe-auth/As9Lu0OFlkOEpaEtPD7TPBfR_D5QELWjks5vT9xcgaJpZM4ZJYxD

. > — You are receiving this because you commented. Reply to this email directly, view it on GitHub <#185 (comment) https://github.com/derv82/wifite2/issues/185#issuecomment-470266331>, or mute the thread https://github.com/notifications/unsubscribe-auth/AhuyHdJTaYu4NSUNwcfCTy6RkwYHquqsks5vUCbKgaJpZM4ZJYxD .

I am OK with that

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/derv82/wifite2/issues/185#issuecomment-470295597, or mute the thread https://github.com/notifications/unsubscribe-auth/AhuyHddUFkQy0pyN8vUTiaanhbMOnVYeks5vUDtMgaJpZM4ZJYxD .

MrCheeseDude commented 5 years ago

Hi. I am trying to follow the info here, but when I run this command: git clone https://github.com/ZerBea/hcxdumptool.git I am asked for a Username and Password. I am trying this on the latest version of Kali Linux.

aucaner commented 5 years ago

Dear Sir, You have to register on https://github.com first. Make an account and try again, it will work. Thank you.

https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail Virusvrij. www.avast.com https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail <#DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2>

Op za 9 mrt. 2019 om 05:11 schreef MrCheeseDude notifications@github.com:

Hi. I am trying to follow the info here, but when I run this command: git clone https://github.com/ZerBea/hcxdumptool.git I am asked for a Username and Password. I am trying this on the latest version of Kali Linux.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/derv82/wifite2/issues/185#issuecomment-471143543, or mute the thread https://github.com/notifications/unsubscribe-auth/As9Luzr6OXyMYnDKcDS-YeRTTyJnKgHuks5vUzRugaJpZM4ZJYxD .

RaduNico commented 5 years ago

Unless the repository is private there is no need to have an account to clone a repository. Could you provide a screenshot with the result of the command @MrCheeseDude ? I think it might help getting to the bottom of this issue.

@smittyadventure did you manage to get the issue solved or are you still having issues? If you are still having issues could you mention what commands are not working, is anything throwing errors?

aucaner commented 5 years ago

Hello dear friend, I need the compleet sequence for making my USB persistence. I have installed Kali Linux on it. I have used the Minitool Partition Wizard to make a new partition. Next thing is to make the persistence in the terminal.

mkdir -p /mnt/my_usb

mount /dev/sdb2 /mnt/my_usb

echo "/ union" > /mnt/my_usb/persistence.conf

umount /dev/sdb2

Is this correct? It is not working

I am not ready yet. I must download and read Teamviewer

https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail Virusvrij. www.avast.com https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail <#DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2>

Op wo 6 mrt. 2019 om 16:18 schreef smittyadventure <notifications@github.com

:

Besides cloning the repository you need to compile the project and then install the binary. The complete sequence of commands would be:

git clone https://github.com/ZerBea/hcxdumptool.git cd hcxdumptool make make install

Then do the same for the hcxtools repository. If compiling either tool fails install the dependencies (as listed in the hcxtools 'Requirements' section):

apt-get update apt-get install libcurl4-openssl-dev libssl-dev zlib1g-dev libpcap-dev

Hey dude im still having massive issues could you please help me i would really appreciate it! you can contact me via smittyhuawei@gmail.com

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/derv82/wifite2/issues/185#issuecomment-470146600, or mute the thread https://github.com/notifications/unsubscribe-auth/As9Lu0OFlkOEpaEtPD7TPBfR_D5QELWjks5vT9xcgaJpZM4ZJYxD .

RaduNico commented 5 years ago

Kali persistence is beyond the point of this repository. Consider following the instructions from here or simply installing kali on a USB drive so you don't run the live version.

samersaid commented 5 years ago

Is there any chance we could TeamViewer? On Wed, Mar 6, 2019, 10:36 PM aucaner @.> wrote: Hello, thank you for your mail. I do want to help.Lets start right now. Please not too difficult because I don't know very much but I have the time. I am willing to learn. Bye Op wo 6 mrt. 2019 om 16:18 schreef smittyadventure < @. >: > Besides cloning the repository you need to compile the project and then > install the binary. The complete sequence of commands would be: > > git clone https://github.com/ZerBea/hcxdumptool.git > cd hcxdumptool > make > make install > > Then do the same for the hcxtools repository. If compiling either tool > fails install the dependencies (as listed in the hcxtools 'Requirements' > section): > > apt-get update > apt-get install libcurl4-openssl-dev libssl-dev zlib1g-dev libpcap-dev > > Hey dude im still having massive issues could you please help me i would > really appreciate it! > you can contact me via @.*** > > — > You are receiving this because you commented. > Reply to this email directly, view it on GitHub > <#185 (comment)>, or mute > the thread > < https://github.com/notifications/unsubscribe-auth/As9Lu0OFlkOEpaEtPD7TPBfR_D5QELWjks5vT9xcgaJpZM4ZJYxD > > . > — You are receiving this because you commented. Reply to this email directly, view it on GitHub <#185 (comment)>, or mute the thread https://github.com/notifications/unsubscribe-auth/AhuyHdJTaYu4NSUNwcfCTy6RkwYHquqsks5vUCbKgaJpZM4ZJYxD .

you want hackers to make team viewer for your system. :) say good bye to your laptop.

aucaner commented 5 years ago

no, I don't want to do team viewer with anyone

vmanz187 commented 5 years ago

hi all, I keep getting,Reading package lists... Done Building dependency tree
Reading state information... Done E: Unable to locate package libcurl4-openssl-dev E: Unable to locate package libssl-dev E: Unable to locate package zlib1g-dev E: Unable to locate package libpcap-dev not sure what to do as im new to kali linux..... Missing hcxdumptool and hcxpcaptool

chengos74 commented 5 years ago

hello vmanz187 have you tried to install them manually ?

apt-get update apt-get install libcurl4-openssl-dev libssl-dev zlib1g-dev libpcap-dev

and after Clone hcxtools from github and compile the binaries: git clone https://github.com/ZerBea/hcxtools.git cd hcxtools sudo make && sudo make install

Clone hcxdumptool and compile the binaries:

git clone https://github.com/ZerBea/hcxdumptool.git cd hcxdumptool/ sudo make && sudo make install

it worked for me this is the link of the website

imnemonix commented 5 years ago

Hi everyone, could someone help me with my hcxpcaptool problem? It says im having a fatal error: openssl/sha.h: No such file or directory include <openssl/sha.h> tnx ahead for those who could help me

RaduNico commented 5 years ago

@imnemonix You seem to lack openssl. Install the dependencies listed in the replies above.

imnemonix commented 5 years ago

Hi, Your email is much more appreciated. I already fix the issue. Thank you for the clarification.

On Fri, 2 Aug 2019 at 8:42 PM RaduNico notifications@github.com wrote:

@imnemonix https://github.com/imnemonix You seem to lack openssl. Install the dependencies listed in the replies above.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/derv82/wifite2/issues/185?email_source=notifications&email_token=AMYDCFH2KUNFKDN6F2LW6OTQCQTSBA5CNFSM4GJFRRB2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD3NT7XQ#issuecomment-517685214, or mute the thread https://github.com/notifications/unsubscribe-auth/AMYDCFD5NQVATF6QWHJFMSTQCQTSBANCNFSM4GJFRRBQ .

imnemonix commented 5 years ago

Hi, May I ask you something After an update in my kali linux 2019.2 I now cannot open the system settings Do you have an idea how to fix this? Thanks in advance

On Fri, 2 Aug 2019 at 10:40 PM ALFREDO ABATAYO email.pdoy@gmail.com wrote:

Hi, Your email is much more appreciated. I already fix the issue. Thank you for the clarification.

On Fri, 2 Aug 2019 at 8:42 PM RaduNico notifications@github.com wrote:

@imnemonix https://github.com/imnemonix You seem to lack openssl. Install the dependencies listed in the replies above.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/derv82/wifite2/issues/185?email_source=notifications&email_token=AMYDCFH2KUNFKDN6F2LW6OTQCQTSBA5CNFSM4GJFRRB2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD3NT7XQ#issuecomment-517685214, or mute the thread https://github.com/notifications/unsubscribe-auth/AMYDCFD5NQVATF6QWHJFMSTQCQTSBANCNFSM4GJFRRBQ .

viktorcech commented 5 years ago

i have same problem..

dphiomega commented 5 years ago

i have the same problem, will not load dependencies, says:

Reading package lists... Done Building dependency tree
Reading state information... Done E: Unable to locate package libcurl4-openssl-dev E: Unable to locate package libssl-dev E: Unable to locate package zlib1g-dev E: Unable to locate package libpcap-dev

dphiomega commented 5 years ago

Found the fix, had to google kali rolling repository and add it to my source.list file. First type leafpad /etc/apt/sources.list in terminal and clear everything out of the list. Then go to the rolling repository you googled and insert that site then try the get-apt update and it should work.

B-Wel-kah commented 5 years ago

I need help with the hcxdumptools. I had the fatal error openssl/sha.h no such file or directory. I tried apt-get install libcurl4-openssl-dev libssl-dev zlib1g-dev libpcap-dev, but end up with these errors E: Unable to locate package libcurl4-openssl-dev E: Unable to locate package libssl-dev E: Unable to locate package zlib1g-dev E: Unable to locate package libpcap-dev I've tried adding a kali rolling repository to my source.list.file, nothing. Any help would be much appreciated.

Anry420 commented 4 years ago

Помимо клонирования репозитория вам необходимо скомпилировать проект, а затем установить бинарный файл. Полная последовательность команд будет такой:

git clone https://github.com/ZerBea/hcxdumptool.git
cd hcxdumptool
make
make install

Затем сделайте то же самое для репозитория hcxtools. Если компиляция любого из инструментов не удалась, установите зависимости (как указано в разделе «Требования» hcxtools):

apt-get update
apt-get install libcurl4-openssl-dev libssl-dev zlib1g-dev libpcap-dev

Help me pleas, I heve got a many problem in install hcxpcaptool and hashcat. My email andreyruslanovich420@gmail.com. Pleas, send sms,and I send you foto is my error .Thank you.

netventures commented 4 years ago

Hello,

I recently ran into a similar problem, followed the tips in this thread and was only partially sucessful. What I am getting is this:

[!] Warning: Recommended app reaver was not found. install @ https://github.com/t6x/reaver-wps-fork-t6x [!] Warning: Recommended app bully was not found. install @ https://github.com/aanarchyy/bully [!] Warning: Recommended app hashcat was not found. install @ https://hashcat.net/hashcat/ [!] Warning: Recommended app hcxdumptool was not found. install @ https://github.com/ZerBea/hcxdumptool


I.e., I am now missing these apps:

I have manually cloned all of the above links (except for hashcat, which I replaced with the github path) into /usr/local/bin and when I try to sudo make & sudo make install, I get the following:

Yet hcxdumptool still shows up as missing.

Any help is much apprectiated.

Cheers.

johnthegrey1 commented 4 years ago

I am getting an error, after freshly installing kali linux into my pc I tried running wifite and the following came up

Recommended app pyrit was not found Recommended app hcxdumptool was not found Recommended app hcxcaptool was not found Conflicting processes: networkmanager (PID 476), wpa_supplicant (PID 546)

I need help, ive tried doing the update command and upgrade command and It still doesn't work, please help

cesarochoa2006 commented 4 years ago

I have solved the missing hcxpcaptool clonning and installing this: https://github.com/warecrer/Hcxpcaptool

jc21340 commented 3 years ago

Seriously nobody fixed it?

nikhildr22 commented 3 years ago

Seriously nobody fixed it?

it seems like that, even I have the same issue,

nikhildr22 commented 3 years ago

If wifite still can't find hcxpcaptool, that because it was converted to hcxpcapngtool, and you probably should update wifite to the latest version 2.5.8 the issue got fixed there.

Screenshot from 2021-02-22 03-33-23 Screenshot from 2021-02-22 03-34-15

Hey! thanks a lot, but where can I find the version 2.5.8?

Username2022a commented 2 years ago

If wifite still can't find hcxpcaptool, that because it was converted to hcxpcapngtool, and you probably should update wifite to the latest version 2.5.8 the issue got fixed there.

I have the 2.5.8 version but I still get the "Recommended app hcxdumptool was not found"-error. Any solution?

kimocoder commented 2 years ago

Yes; apt install hcxdumptool hcxtools

reaper2205 commented 1 year ago

Hi, I had the issue that wifite dind't recognize hcxpcapng.tool I had it install and uninstall evertything several times. Doing diferent things that I read online. It fixed when I did this

https://github.com/derv82/wifite2/issues/185#issuecomment-694652082