Skip to content
Alexx Roche edited this page Apr 22, 2022 · 1 revision

Welcome to the Neufbox wiki!

A small example script to make automated logging of the shonky SFR domestic router, easier.

Bouyges

If you have Bbox from bouygues telecom, then you want to:

git clone https://github.com/fanfan42/bbox.git
cd bbox
if [ ! -f ".bbox.config" ]; then
    echo '{"url": "https://mabbox.bytel.fr", "password": "ENTER_YOUR_ROUTER_PASSWORD_HERE"}' > .bbox.config
fi
./bbox.py raw GET api/v1/hosts|sed "s/'$//;s/^b'//"|jq .
Clone this wiki locally