Update README.md

main
Graham Helton 3 years ago committed by GitHub
parent 29a4f1c76e
commit 9e6f738690
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,4 +1,12 @@
# LoveBoxer
PoC code for stealing the WiFi password of a network with a Lovebox IOT device connected
PoC code for stealing the WiFi password of a network with a Lovebox IOT device connected. This PoC was is what I used in this [blogpost](https://www.grahamhelton.com/blog/lovebox/)
# Usage
```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.
![exploit](https://user-images.githubusercontent.com/19278569/139349398-ef0bd623-b4db-434b-81c1-3e505866d739.gif)

Loading…
Cancel
Save