You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
501 B
Markdown

3 years ago
# LoveBoxer
2 years ago
PoC code for stealing the WiFi password of a network with a Lovebox IOT device connected. This PoC is what I used in this [blogpost](https://www.grahamhelton.com/blog/lovebox/)
3 years ago
# Usage
2 years ago
> Make sure you run with sudo!
3 years ago
```bash
sudo pip install wifi colorama
chmod +x loveboxer.py
sudo ./loveboxer
```
Loveboxer.py needs to be run as root in order to look for wifi interfaces.
3 years ago
![exploit](https://user-images.githubusercontent.com/19278569/139349398-ef0bd623-b4db-434b-81c1-3e505866d739.gif)