All Projects → PiRanhaLysis → Pirogue

PiRanhaLysis / Pirogue

Licence: agpl-3.0
PiRogue is a small device meant to ease network interception and analysis.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Pirogue

Reverse Engineering Bluetooth Protocols
Intercepting Bluetooth device communication and simulating packet responses of an iPhone from a Raspberry Pi 3
Stars: ✭ 105 (+16.67%)
Mutual labels:  raspberry-pi, man-in-the-middle, reverse-engineering
Gymnasticon
Make obsolete and/or proprietary exercise bikes work with popular cycling training apps like Zwift, TrainerRoad, Rouvy and more.
Stars: ✭ 155 (+72.22%)
Mutual labels:  raspberry-pi, reverse-engineering
Apk Mitm
🤖 A CLI application that automatically prepares Android APK files for HTTPS inspection
Stars: ✭ 893 (+892.22%)
Mutual labels:  man-in-the-middle, reverse-engineering
Az2tf
See the new version here:
Stars: ✭ 83 (-7.78%)
Mutual labels:  reverse-engineering
Cytoscape.js Expand Collapse
A Cytoscape.js extension to expand/collapse nodes for better management of complexity of compound graphs
Stars: ✭ 83 (-7.78%)
Mutual labels:  network-analysis
Systematic Leds
Audio reactive, all in one, room lighting for your computer.
Stars: ✭ 85 (-5.56%)
Mutual labels:  raspberry-pi
Sled
Satanic/Sexy/Stupid/Silly/Shiny LED matrix controller
Stars: ✭ 88 (-2.22%)
Mutual labels:  raspberry-pi
Orangetool
📚 Control Functions For Single-Board Computers
Stars: ✭ 82 (-8.89%)
Mutual labels:  raspberry-pi
R2m2
radare2 + miasm2 = ♥
Stars: ✭ 86 (-4.44%)
Mutual labels:  reverse-engineering
Samsung Trustzone Research
Reverse-engineering tools and exploits for Samsung's implementation of TrustZone
Stars: ✭ 85 (-5.56%)
Mutual labels:  reverse-engineering
Noxim
Network on Chip Simulator
Stars: ✭ 83 (-7.78%)
Mutual labels:  network-analysis
Iostrace
alternative strace for iOS device(64bit) on frida
Stars: ✭ 84 (-6.67%)
Mutual labels:  reverse-engineering
Networkanalysis
Java package that provides data structures and algorithms for network analysis.
Stars: ✭ 86 (-4.44%)
Mutual labels:  network-analysis
Bsb Lan
LAN interface for Boiler-System-Bus (BSB) and Local Process Bus (LPB) and Punkt-zu-Punkt Schnittstelle (PPS) used by Elco Thision, Brötje and similar heating systems
Stars: ✭ 83 (-7.78%)
Mutual labels:  raspberry-pi
Barf Project
BARF : A multiplatform open source Binary Analysis and Reverse engineering Framework
Stars: ✭ 1,280 (+1322.22%)
Mutual labels:  reverse-engineering
Gopi
Raspberry Pi Go Language Interface
Stars: ✭ 82 (-8.89%)
Mutual labels:  raspberry-pi
Docker Jdownloader
JDownloader 2 Docker Image (Multiarch) - Passed 40M Downloads
Stars: ✭ 85 (-5.56%)
Mutual labels:  raspberry-pi
Luma.core
A component library providing a Pillow-compatible drawing canvas, and other functionality to support drawing primitives and text-rendering capabilities for small displays on the Raspberry Pi and other single board computers.
Stars: ✭ 84 (-6.67%)
Mutual labels:  raspberry-pi
Arduino Robust Serial
A simple and robust serial communication protocol. It was designed for Arduino but can be used for other purposes (e.g. bluetooth, sockets). Implementation in C Arduino, C++, Python and Rust.
Stars: ✭ 83 (-7.78%)
Mutual labels:  raspberry-pi
Rpieasy
Easy MultiSensor device based on Raspberry PI
Stars: ✭ 85 (-5.56%)
Mutual labels:  raspberry-pi

PiRogue icon

🇬🇧 PiRogue

PiRogue is a small device meant to ease network interception and analysis. PiRogue is based on a Raspberry Pi 3 and Kali GNU/Linux. This project is for educational purpose.

By default, PiRogue will mount a rogue Wi-fi access point with the SSID PiRogue without password available on wlan1 which is the Wi-fi dongle. The Internet connection will be dynamically shared with the rogue Wi-fi network. PiRogue will automatically share the active connection (wlan0 or eth0).

The OLED screen on top of the PiRogue will display:

  • disk and memory information
  • ethernet IP address
  • Wifi IP address
  • rogue Wifi IP address
  • rogue Wifi SSID
  • indication about network capture

Since PiRogue is based on Kali GNU/Linux, it offers plenty of tools.

This project was initiated with the participation of @MaliciaRogue.

Demo

Installation

Use cases

Transparent proxying with MITMproxy

While using mitmproxy you can use between at least 2 different modes:

  • normal you have to specify IP address and port of mitmproxy in the HTTP proxy section of the Wifi connection on your target device
  • transparent you do not need to specify a HTTP proxy on your target device

An helper script /usr/share/PiRogue/proxy/transparent.sh is available. By executing this script, HTTP and HTTPS traffic from wlan1 will be redirected to mitmproxy.

Google Location Services live map

Please refer to the GLS live map plugin


🇫🇷 PiRogue

Le PiRogue est un petit équipement ayant pour objectif de faciliter l'interception de trafic réseau et de l'analyser. Le PiRogue est basé sur un Raspberry Pi 3 et la distribution Kali GNU/Linux. Ce projet est à but éducatif.

Par défaut, le PiRogue crée un point d'accès wi-fi avec le SSID PiRogue utilisable sans mot de passe diffusé sur l'interface wlan1 (dongle wi-fi). La connection Internet est dynamiquement partagée avec ce réseau wi-fi. C'est-à-dire que le PiRogue va automatiquement partager la connection active soit wlan0 soit eth0.

L'écran OLED situé sur le dessus du PiRogue affichera :

  • les informations d'utilisation disque et RAM
  • l'adresse IP de l'interface ethernet
  • l'adresse IP de l'interface wi-fi wlan0
  • l'adresse IP de l'interface wi-fi wlan1
  • le SSID du réseau wi-fi dédié à la capture
  • l'indication de capture ou non

Le PiRogue étant basée sur Kali GNU/Linux, il offre un grand nombre d'outils.

Ce projet a été initié avec l'active participation de @MaliciaRogue.

Demo

Installation

Cas d'usage

Proxy transparent avec MITMproxy

L'utilisation de mitmproxy permet 2 modes différents :

  • normal il est nécessaire de préciser l'adresse IP et le port d'écoute de mitmproxy dans la section HTTP proxy de la connexion wi-fi de votre équipement (smartphone) cible
  • transparent il n'est pas nécessaire de préciser l'adresse IP ni le port d'écoute de mitmproxy

Un script permettant l'utilisation du mode transparent est disponible ici /usr/share/PiRogue/proxy/transparent.sh.

Carte interactive pour Google Location Services

Rendez-vous sur GLS live map plugin.

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].