Network Access Control & Port Security (MAB, IEEE 802.1X, etc.)
https://luemmelsec.github.io/I-got-99-problems-but-my-NAC-aint-one/arrow-up-right
https://www.thehacker.recipes/physical/networking/network-access-controlarrow-up-right
https://habr.com/ru/company/jetinfosystems/blog/564238/arrow-up-right
https://github.com/Orange-Cyberdefense/fenrir-ocdarrow-up-right
[PDF] 802.1x NAC & BYPASS TECHNIQUES (Hack in Paris 2017, Valérian LEGRAND)arrow-up-right
https://github.com/p292/NACKeredarrow-up-right
https://github.com/scipag/nac_bypassarrow-up-right
https://github.com/snovvcrash/nac_bypassarrow-up-right
Set up the bridge (eth0 is connected to the switch, eth1 is connected to the authenticated client):
eth0
eth1
Check iptables rules:
Reset all the changes (bridge interface and iptables rules):
Last updated 3 years ago
$ sudo ./nac_bypass_setup.sh -1 eth0 -2 eth1 [-S] [-R]
$ sudo iptables -t nat -L
$ sudo ./nac_bypass_setup.sh -r