All Projects → rsmusllp → Eapeak

rsmusllp / Eapeak

Licence: bsd-3-clause
Analysis Suite For EAP Enabled Wireless Networks

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Eapeak

Flyingcarpet
Encrypted file transfer over ad hoc WiFi. No network infrastructure required, just two laptops in close range. Linux, Mac, and Windows.
Stars: ✭ 788 (+629.63%)
Mutual labels:  wireless
Gr Adsb
GNU Radio OOT module for demodulating and decoding ADS-B packets
Stars: ✭ 61 (-43.52%)
Mutual labels:  wireless
Btle Sniffer
Passively scan for Bluetooth Low Energy devices and attempt to fingerprint them
Stars: ✭ 87 (-19.44%)
Mutual labels:  wireless
Xow
Linux driver for the Xbox One wireless dongle
Stars: ✭ 947 (+776.85%)
Mutual labels:  wireless
Rfsec Toolkit
RFSec-ToolKit is a collection of Radio Frequency Communication Protocol Hacktools.无线通信协议相关的工具集,可借助SDR硬件+相关工具对无线通信进行研究。Collect with ♥ by HackSmith
Stars: ✭ 1,085 (+904.63%)
Mutual labels:  wireless
Bthidhub
Bluetooth HID hub
Stars: ✭ 65 (-39.81%)
Mutual labels:  wireless
Android
An Open-Source Android application that allows you to send and receive files over available connections, and offers unique features like sharing over HTTP, pausing and resuming transfers
Stars: ✭ 695 (+543.52%)
Mutual labels:  wireless
Gr Recipes
Main GNU Radio recipe repository for use with PyBOMBS
Stars: ✭ 90 (-16.67%)
Mutual labels:  wireless
Pysdr
A guide for using Python as a software-defined radio (SDR) framework, for extremely rapid development of SDR apps/research with beautiful GUIs
Stars: ✭ 60 (-44.44%)
Mutual labels:  wireless
Beacongraph
Graph visualization of wireless client and access point relationships
Stars: ✭ 87 (-19.44%)
Mutual labels:  wireless
Hostapd
Script for compiling, patching and packing hostapd from sources
Stars: ✭ 36 (-66.67%)
Mutual labels:  wireless
Rtl88x2bu wifi linux v5.2.4.4 26334.20180126 coex20171012 5044
rtl88x2bu driver updated for modern kernels.
Stars: ✭ 55 (-49.07%)
Mutual labels:  wireless
Limesdr workshop
Intro to software-defined radio with LimeSDR workshop
Stars: ✭ 68 (-37.04%)
Mutual labels:  wireless
Boopsuite
A Suite of Tools written in Python for wireless auditing and security testing.
Stars: ✭ 807 (+647.22%)
Mutual labels:  wireless
Ble Security Attack Defence
✨ Purpose only! The dangers of Bluetooth Low Energy(BLE)implementations: Unveiling zero day vulnerabilities and security flaws in modern Bluetooth LE stacks.
Stars: ✭ 88 (-18.52%)
Mutual labels:  wireless
Kismet
Github mirror of official Kismet repository
Stars: ✭ 753 (+597.22%)
Mutual labels:  wireless
Wireless Rc Adapter
🎮 Arduino USB-Joystick adapter for RC receivers with PWM and PPM modulations up to 8 channels.
Stars: ✭ 62 (-42.59%)
Mutual labels:  wireless
Wled Wemos Shield
Wemos D1 Mini (ESP8266) or Wemos ESP32 D1 Mini (ESP32) based shield for WLED firmware
Stars: ✭ 105 (-2.78%)
Mutual labels:  wireless
Ot Rtos
OpenThread RTOS, an integration of OpenThread, LwIP, and FreeRTOS.
Stars: ✭ 90 (-16.67%)
Mutual labels:  wireless
Firmware
Armbian firmware
Stars: ✭ 85 (-21.3%)
Mutual labels:  wireless

::

::::::::::     :::     :::::::::  ::::::::::     :::     :::    :::
:+:          :+: :+:   :+:    :+: :+:          :+: :+:   :+:   :+:  
+:+         +:+   +:+  +:+    +:+ +:+         +:+   +:+  +:+  +:+   
+#++:++#   +#++:++#++: +#++:++#+  +#++:++#   +#++:++#++: +#++:++    
+#+        +#+     +#+ +#+        +#+        +#+     +#+ +#+  +#+   
#+#        #+#     #+# #+#        #+#        #+#     #+# #+#   #+#  
########## ###     ### ###        ########## ###     ### ###    ###

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 <https://github.com/securestate/eapeak/blob/master/LICENSE>__ file.

About

Author: Spencer McIntyre - zeroSteiner (@zeroSteiner <https://twitter.com/zeroSteiner>__)

Install

EAPeak uses pipenv <https://docs.pipenv.org/>__ 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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].