Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ct-open-source/ctraspion
Turns a Raspberry Pi into a WLAN router to take a look at network traffic of smart home and IoT devices
https://github.com/ct-open-source/ctraspion
ct-raspion man-in-the-middle privacy raspberry-pi wireshark
Last synced: 3 months ago
JSON representation
Turns a Raspberry Pi into a WLAN router to take a look at network traffic of smart home and IoT devices
- Host: GitHub
- URL: https://github.com/ct-open-source/ctraspion
- Owner: ct-Open-Source
- License: gpl-3.0
- Created: 2019-12-30T12:41:41.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-02-15T21:27:59.000Z (almost 2 years ago)
- Last Synced: 2023-10-20T19:07:45.106Z (over 1 year ago)
- Topics: ct-raspion, man-in-the-middle, privacy, raspberry-pi, wireshark
- Language: PHP
- Size: 6.59 MB
- Stars: 129
- Watchers: 20
- Forks: 18
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# c't-Raspion
Turns a Raspberry Pi into a WLAN router to take a look at network traffic of smart home and IoT devices. All apps are reachable via web browser. Published by [german computer magazine c't](https://ct.de/).
Its initial release incorporates [Pi-hole](https://pi-hole.net/), [ntopng](https://www.ntop.org/products/traffic-analysis/ntop/), [Wireshark](https://www.wireshark.org/), [Shell In A Box](https://github.com/shellinabox/shellinabox) and [mitmproxy](https://mitmproxy.org/).
## Requirements
Use a Raspberry Pi 3 or 4 for decent performance. Wireshark(-gtk) will be displayed by [Broadwayd](https://developer.gnome.org/gtk3/stable/broadwayd.html) within a web browser window.
## Download
Install as user pi on a fresh Pi OS legacy image (base on Buster, lite prefered) via:
```
wget ct.de/s/x5Pm -O raspion.zip
unzip raspion.zip
cd raspion
./install.sh
```[Manual download of the zip archive](https://ct.de/projekte/ctraspion/raspion.zip)
Warning: Current Pi OS, based on Debian Bullseye, won't work.
## Further reading
### Articles in c't (German)
In c't 1/2020:
[c’t-Raspion: Datenpetzen finden und bändigen](https://www.heise.de/ct/ausgabe/2020-1-c-t-Raspion-Datenpetzen-finden-und-baendigen-4611153.html)
[c't-Raspion: Projektseite – Foren weitere Hinweise](https://www.heise.de/ct/artikel/c-t-Raspion-Projektseite-4606645.html)