Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mrusme/ninjaberry
Ninjaberry: Raspberry Pi UI for @Bettercap
https://github.com/mrusme/ninjaberry
bettercap bettercap-ng ettercap gui ninja oled oled-display-ssd1306 pioneer600 python3 raspberry-pi raspberry-pi-gpio raspberrypi security security-scanner ui waveshare wifi
Last synced: 26 days ago
JSON representation
Ninjaberry: Raspberry Pi UI for @Bettercap
- Host: GitHub
- URL: https://github.com/mrusme/ninjaberry
- Owner: mrusme
- Created: 2019-03-09T23:03:28.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-03-19T21:02:06.000Z (over 4 years ago)
- Last Synced: 2024-10-08T04:49:48.201Z (about 1 month ago)
- Topics: bettercap, bettercap-ng, ettercap, gui, ninja, oled, oled-display-ssd1306, pioneer600, python3, raspberry-pi, raspberry-pi-gpio, raspberrypi, security, security-scanner, ui, waveshare, wifi
- Language: Python
- Homepage: https://xn--gckvb8fzb.com
- Size: 36.1 MB
- Stars: 40
- Watchers: 4
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Ninjaberry
==========![Ninjaberry](ninjaberry.gif)
*(Short demo of Ninjaberry. Wait for the huge GIF to load...)*
## Introduction
Ninjaberry is a Python 3 application that provides a minimalistic UI for running @Bettercap on the Raspberry Pi platform. It basically allows you to run around with your RPi + battery-pack and perform the most common Bettercap tasks (e.g. deauth) without needing a laptop or even a keyboard at all.
As of right now it has been developed for and tested on the [Raspberry Pi 3 A+](https://www.raspberrypi.org/products/raspberry-pi-3-model-a-plus/) using a [Waveshare Pioneer600](https://www.waveshare.com/pioneer600.htm) (yes, the Pioneer600 is compatible with the Raspberry Pi 3 A+, even though Waveshare doesn't explicitly list it), but the code was written in a way in which it should quite easily be possible to port it to other HATs/displays/inputs as well.
A tiny UI library was built on top of [Pillow](https://pypi.org/project/Pillow/) and integrated into Ninjaberry, allowing developers to easily create views containing UI elements like labels, buttons and lists. In theory those elements are scalable, meaning that the UI should be working on larger displays as well. I wouldn't try anything smaller than 128x64px though.
If you have any hardware you'd like to get this project working on feel free to [create an issue on GitHub](https://github.com/mrusme/ninjaberry/issues/new) with your specific setup and I'll try to help you get Ninjaberry running on it.
## Installation
Your device needs to have drivers for the network interfaces you'd like to use and of course you need to have Bettercap installed. I won't go into details about installing either. Please rtfm of your hardware and check [Bettercap's installation guide](https://www.bettercap.org/installation/#compiling-from-sources) for help on this topic.
PS: The Docker installation won't work, since Ninjaberry requires the `bettercap` binary to be available within `$PATH`.
In order to get Ninjaberry running you need a couple of libraries:
```bash
pip3 install RPi.GPIO spidev Pillow
```## Usage
```bash
python3 ./ninjaberry.py
```Keep in mind that this is experimental software at the moment. Feel free to tinker around, but don't expect anything to be working as it is pre-0.1 as of right now.
## Features
So far Ninjaberry can:
### WiFi
- Scan for APs for a custom amount of time, through a configurable iface
- Display a list of all found APs, allow you to pick one
- Display information on the selected AP, allowing you to run a handshake scan + deauth
- Run the handshake scan + deauth### Bluetooth
- Nothing yet
### Ethernet
- Nothing yet
### Settings
- Nothing to tweak around yet
## Common use cases
If you have commands you usually run with Bettercap, feel free to [create an issue on GitHub](https://github.com/mrusme/ninjaberry/issues/new) and request implementation of those!
## "Let me tell you..."
Sure, [tell me](https://twitter.com/intent/tweet?text=@mrusme%20regarding%20Ninjaberry,%20let%20me%20tell%20you%20that...)!