Webcamera IOT Hacking - Biltema
A friend asked for help with this cam, the password under the cam does not work and in playstore there is alot of ppl that seems have the same problem.
Getting Started
- 1) Poweron the camera
- 2) Connect to the cameras wifi
- 3) Once connected to the accecsspoint, follow the below
for ip in 192.168.1.{1..254}; do
ping -c 1 -W 1 $ip | grep "64 bytes" &
done
Connect to the webcam
telnet 192.168.1.X
Login: root
Password: root
Create wpa_supplicant.conf
cat << EOF > /mnt/sif/wpa_supplicant.conf
ctrl_interface=/var/run/wpa_supplicant
network={
ssid="EDIT_THIS"
psk="EDIT_THIS"
scan_ssid=1
key_mgmt=WPA-EAP WPA-PSK IEEE8021X NONE
pairwise=TKIP CCMP
group=CCMP TKIP WEP104 WEP40
eap=TTLS PEAP TLS
proto=WPA RSN
frequency=2414
scan_freq=2412
}
EOF
Reboot!
reboot
Now you will see the app in your biltemas shitty application