GithubHelp home page GithubHelp logo

l9sk / hostap-wpa3 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from vanhoefm/hostap-wpa3

0.0 1.0 0.0 17.37 MB

Test WPA3 using virtual Wi-Fi interfaces

License: Other

Makefile 0.98% Shell 0.45% C 71.52% Roff 0.02% Perl 0.01% Python 25.70% PHP 0.17% C++ 0.90% QMake 0.01% Java 0.23%

hostap-wpa3's Introduction

Compiling the AP and Client

First compile hostapd:

cd hostapd
cp defconfig .config
make -j 2
cd ..

Now compile wpa_supplicant:

cd wpa_supplicant
cp defconfig .config
make -j 2
cd ..

Testing WPA3 with Virtual Wi-Fi Interfaces

To test WPA3 using virtual Wi-Fi interfaces, you can execute the following commands. Note that you will first have to disable your network manager (or disable Wi-Fi) so your operating system will not interfere with our simulations.

sudo modprobe mac80211_hwsim radios=3
rfkill unblock wifi

# Optionally kill other Wi-Fi clients the brute-for way:
#sudo pkill wpa_supplicant

# Open a new terminal, and in the directory hostapd execute:
sudo ./hostapd hostapd_wpa3.conf -dd -K

# Open another terminal, and in the directory wpa_supplicant execute:
sudo ./wpa_supplicant -D nl80211 -i wlan1 -c supp_wpa3.conf -dd -K

To monitor traffic you can execute sudo ifconfig hwsim0 up and view traffic in wireshark.

It may be usefull to disable MAC address randomization when performing tests (or use macchanger to set a custom fixed MAC address).

hostap-wpa3's People

Contributors

akholaif avatar aotchere avatar arend avatar ariknem avatar avichal1 avatar avistern avatar ayalabkr avatar bcopeland avatar danharkins avatar davidspinadel avatar dcbw avatar dziedjan avatar elp avatar greearb avatar helmut-jacob avatar ilanpeer2 avatar jmalinen avatar jmberg avatar jmberg-intel avatar masap avatar michael-dev avatar mstepano avatar n-chaprana avatar pstew-dd avatar qsn avatar rsmarples avatar sparkidev avatar tbursztyka avatar usdutt avatar wsowa avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.