Results 1 to 2 of 2

Thread: Installing PMKID tools in Kali 2020

  1. #1
    Join Date
    2013-Jul
    Posts
    844

    Installing PMKID tools in Kali 2020

    How to get the PMKID attack program/tools functioning in Kali 2020

    This will cover only the installation into Kali 2020 and how Musket Teams did it to several hard drive i386 installs.

    This installation process was done to root, hence all downloads and operations were to root.

    All our computers are set up with:

    root@kali:~#dpkg-reconfigure kali-grant-root

    and selected

    Enable password=less privilege escalation

    sudo su

    then puts you directly in

    root@kali:/home/kali#

    enter cd and you are in root

    root@kali:~#

    To move files with file manager MTeams opened a terminal window in root and entered thunar ie:

    root@kali:~#thunar

    This opened the filemanager under root and allows unrestricted file movement with this program.

    To install the tools for PMKID, get a internet connection and download the hxcdumptool, the hcxtools and the dependencies. If you do not load the dependencies the tools cannot be installed.

    git clone https://github.com/ZerBea/hcxdumptool.git

    git clone https://github.com/ZerBea/hcxtools.git

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

    Installation folders hcxdumptool and hcxtools were downloaded to root so when in root:

    cd hcxdumptool

    make

    make install

    cd hcxtools

    make

    make install

    Install completed

    MTeams are working with these programs. Any administrative scripts based on these tools that Mteams develops for our own use will be published.

    MTeams

  2. #2
    Join Date
    2016-Dec
    Posts
    806
    They are present in the repo, no need to recompile.

    sudo apt install hcxtools hcxdumptool

    And there is no need for the root stuff, just use sudo.

Similar Threads

  1. Installing all kali tools via apt-get
    By e46Dave in forum How-To Archive
    Replies: 2
    Last Post: 2022-07-31, 15:57
  2. Kali 2020.4 stack smashing detected when running some tools.
    By rvasquez in forum TroubleShooting Archive
    Replies: 0
    Last Post: 2021-01-29, 23:40
  3. PMKID found , but it should be WPA handshake
    By key in forum General Archive
    Replies: 0
    Last Post: 2020-05-01, 06:51
  4. Replies: 1
    Last Post: 2020-03-02, 23:43
  5. Kali upgrade to 2020.1 - New tools not being installed
    By sphereict in forum Installing Archive
    Replies: 2
    Last Post: 2020-02-04, 17:55

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •