Skip to content

A voice assistant with an integrated packet sniffer.

Notifications You must be signed in to change notification settings

modern-online/We-Leak-Too

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

We Leak Too

A voice-assistant with an integrated packet sniffer.

weleaktoo

Made in collaboration with Leon Eckert, We Leak Too is an art project made for the WeLink:Sideways exhibition. Every time a packet goes through its local network, the device will announce it being logged. If a plain-text packet gets intercepted, its contents are read aloud. The device otherwise acts as a regular voice assistant, serving commands, telling the wether, making lame jokes.

Project's real-time website, and more about the project.

parser.py

The script parses text from intercepted html packets on a local network and sends it to the voice assistant to be spoken aloud. Other types of intercepted packets are directly uploaded to the server via the requests library.

This repository only deals with physical-object-level tasks. The website infrastructure was made by Leon Eckert and he should be contacted with questions related to that.

The project was built on Linux (Ubuntu 20.04) and uses the following external dependencies:

  1. Mycroft open-source voice-assistant framework,
  2. TCPFlow to perform real-time packet interception and reconstrcution,
  3. Ettercap for ARP interception

All the above are standalone installations.

IMPORTANT!

The script has to be launched within activated Mycroft's virtual environment (refer to Mycroft documentation on mycroft-message-bus) in order to properly communicate with the framework.

Other required external Python modules: html2text (html parser), watchdog (system monitor)

pixel_ring

Scripts within the pixel_ring folder are mainly used to opperate an LED Pixel Ring by Adafruit as part of the voice assistant's physical design.

website

About

A voice assistant with an integrated packet sniffer.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published