Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rsmusllp/eapeak
Analysis Suite For EAP Enabled Wireless Networks
https://github.com/rsmusllp/eapeak
python security wireless
Last synced: about 1 month ago
JSON representation
Analysis Suite For EAP Enabled Wireless Networks
- Host: GitHub
- URL: https://github.com/rsmusllp/eapeak
- Owner: rsmusllp
- License: bsd-3-clause
- Created: 2014-05-09T19:01:24.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2019-02-04T17:59:09.000Z (almost 6 years ago)
- Last Synced: 2024-08-05T17:44:36.680Z (4 months ago)
- Topics: python, security, wireless
- Language: Python
- Homepage:
- Size: 786 KB
- Stars: 121
- Watchers: 15
- Forks: 39
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
- awesome-hacking-lists - rsmusllp/eapeak - Analysis Suite For EAP Enabled Wireless Networks (Python)
README
::
:::::::::: ::: ::::::::: :::::::::: ::: ::: :::
:+: :+: :+: :+: :+: :+: :+: :+: :+: :+:
+:+ +:+ +:+ +:+ +:+ +:+ +:+ +:+ +:+ +:+
+#++:++# +#++:++#++: +#++:++#+ +#++:++# +#++:++#++: +#++:++
+#+ +#+ +#+ +#+ +#+ +#+ +#+ +#+ +#+
#+# #+# #+# #+# #+# #+# #+# #+# #+#
########## ### ### ### ########## ### ### ### ###Summary
=======EAPeak is a suite of open source tools to facilitate auditing of wireless
networks that utilize the Extensible Authentication Protocol framework for
authentication. It is meant to give useful information relating to the security
of these networks for pentesters to use while searching for vulnerabilities.License
=======EAPeak is released under the BSD 3-clause license, for more details see
the `LICENSE `__
file.About
=====Author: Spencer McIntyre - zeroSteiner
(`@zeroSteiner `__)Install
=======EAPeak uses `pipenv `__ to manage it's dependencies
and environment.#. If ``pipenv`` is not already installed, use ``pip`` to install it.
* ``sudo pip install pipenv``
#. Clone the EAPeak repository from GitHub and change directories into it.
* ``git clone https://github.com/securestate/eapeak``
* ``cd eapeak``#. Install the environment and dependencies (this may take a while).
* ``pipenv --two install``
#. Start a pipenv shell to use EAPeak.
* ``pipenv shell``
**Note:** If EAPeak must be run as root (as is required for live capturing or
injection), then steps 3 and 4 must also be run as the root user. It is
recommended to do so from an interactive shell as the root user (using ``su`` or
``sudo -i`` as opposed to simply using ``sudo``.