tikona autoligin

  1. M

    Tikona broadband auto login from Raspberry pi / linux using shell script

    Just thought of sharing this script to automate Tikona login process. if you are using Raspiberry pi as router, you can set this as startup script to login. Replace userName & password. LoginURL=$(curl 1.254.254.254 | grep -Po 'URL=\K[^"]*') curl -c cookies2 --sslv3 $LoginURL...
Top Bottom