Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

# c't-Raspion

c't Raspion LogoTurns 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)