From 9e6f73869073c6ad621a9bf41cde66e6f3c1439b Mon Sep 17 00:00:00 2001 From: Graham Helton Date: Sat, 30 Oct 2021 10:58:22 -0400 Subject: [PATCH] Update README.md --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3daec91..3d985b6 100644 --- a/README.md +++ b/README.md @@ -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)