HatchiFr / SilentBridge-Python3

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

silentbridge

by Gabriel Ryan (@s0lst1c3) @ SpecterOps (gryan@specterops.io)

Original

Original is here(https://github.com/s0lst1c3/silentbridge).

This is merely changing it so that it works for all Python3 to save some installation pains.

Quick commands:

# Creating bridge 
sudo ./silentbridge --create-bridge --upstream eth1 --phy eth2 --sidechannel eth0

# Adding interaction
sudo ./silentbridge --add-interaction --gw-mac d0:17:c2:3f:af:e0 --client-ip 192.168.1.81 --upstream eth1 --client-mac 38:60:32:d0:ef:0b --phy eth2 --switch-mac 00:42:5a:87:09:85 --sidechannel eth0

# Destroying bridge 
sudo ./silentbridge --destroy-bridge --upstream eth1 --phy eth2 --sidechannel eth0

Overview

Silentbridge is a toolkit for quickly bypassing 802.1x port security first presented at DEF CON 26. It provides the first documented means of bypassing 802.1x-2010 via its authentication process, as well as improvements to existing techniques for bypassing 802.1x-2004.

You can check out the accompanying whitepaper at https://www.researchgate.net/publication/327402715_Bypassing_Port_Security_In_2018_-_Defeating_MACsec_and_8021x-2010.

Getting Started

For usage and setup instructions, please refer to the project's wiki page:

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Contributing

Contributions are encouraged and more than welcome. Guidelines for creating pull requests and reporting issues can be found in CONTRIBUTING.md.

Versioning

We use SemVer for versioning. For the versions available, see https://github.com/s0lst1c3/silentbridge/tags.

License

This project is licensed under the GNU Public License 3.0 - see the LICENSE.md file for details.

Acknowledgments

This tool either builds upon, is inspired by, or directly incorporates over ten years of prior research and development from the following awesome people:

Additional thanks to @LargeCardinal for convincing me to actually follow through with this idea.

About

License:GNU General Public License v3.0


Languages

Language:C 96.7%Language:Makefile 2.4%Language:Python 0.8%Language:Roff 0.0%Language:Shell 0.0%Language:Perl 0.0%