Results 1 to 1 of 1

Thread: How to run wpa2scan.exe in linux

  1. #1
    Join Date
    2013-Jul
    Posts
    844

    How to run wpa2scan.exe in linux

    Running wpa2scan.exe in linux

    Go to the following address:

    https://sourceforge.net/projects/hexcinary/

    Download the wpa2scan.c

    To download capture all the text to a file with leafpad or another text editor and save as wpa2scan.c

    Open a terminal window and with the wpa2scan.c file in root code to linux with the following command:

    gcc -o wpa2scan.sh wpa2scan.c

    You should now have a wpa2scan.sh file in root.

    Test by typing

    ./wpa2scan.sh [ENTER]

    You should see the help menu.

    If wpa2scan.sh will not run allow the file to be executed as a program with

    chmod 755 wpa2scan.sh

    Here is a typical passthru to aircrack-ng:

    ./wpa2scan.sh -l | aircrack-ng handshake.cap -a 2 -e homewifi -w -



    You can follow fpa's work in aircrack-ng forums


    Musket Teams
    Last edited by mmusket33; 2016-09-06 at 00: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
  •