Login automation on Archer C7 administration interface
Hello
I would like to automate some administration task on my Archer C7 router.
Ideally this would be done by a Python script.
So far I have not found any solution.
I started to reverse engineer the login steps.
I managed to find a way to login in two steps and perform operations.
1 - Request a password ( cgi-bin/luci/;stok=/login?form=login POST: operation=read )
2 - Request login ( cgi-bin/luci/;stok=/login?form=login POST: operation=login&password=<ENCRYPTED PASSWORD> )
The password used in step 2 needs to be encrypted using the password provided by the router in step 1
Unfortunately I've not been able to figure out how to encrypt the password
Has anyone developped such a tool and could help me.
Thanks