Skip to content
/ d3x Public

802.1x client with ease

Notifications You must be signed in to change notification settings

diredocks/d3x

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

d3x

802.1x client with ease. 😎

d3x running on my linux desktop

Build

You'll need required tools to build it:

# Ubuntu/Debian
sudo apt update
sudo apt install cmake gcc libpcap-dev
# Fedora/RHEL
sudo dnf install cmake gcc libpcap-devel

In project directory:

mkdir build
cd build
cmake ..
make

Todo

  • Kickoff Recovery
  • Support for Windows
  • Integrity Check Algorithm
  • Customizability
  • Better Documentation

Credit

Inspired by:

Third Party Code used in this project:

Crafted with love and a touch of C wizardry. 🪄❤️

About

802.1x client with ease

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages