Modem Restart Hitron CVE-30360

datroubler

Neu angemeldet
Registriert
4 Aug. 2013
Beiträge
87
Ich hatte es mal auf .
Ich lass es hier auf englisch, wir können ja auf deutsch diskutieren.


Hi Guys!
Kabel Deutschland is delivering the Hitron CVE-30360 Modem, so this topic could interest some germans ;)
I am trying to set up a curl script which restarts the modem but I doesn't work. I hope some reconnect experts may help me. I post all the Information I have:

Login captured with LiveHeaders:
Code:
Expand Collapse Copy
POST /goform/login user=admin&pws=password
Screenshot


Restart captured with LiveHeaders
Code:
Expand Collapse Copy
POST /goform/Cable dir=admin%2F&save=Reboot
Screenshot



Things I tried:
curl "http://192.168.100.1/login.asp/goform/login" -d "user=admin&pws=password" -c "cookies.txt"
curl "http://192.168.100.1/goform/Cable" -d "dir=admin%2F&save=Reboot"


I don't know how to integrat the cookies.txt in the second line and if I am executing the first line i got this:
 
Ich nehme an du möchtest dies um die IP zu ändern.

Kriegst du denn eine neue wenn du das Modem von Hand neu startest?
 
  • Thread Starter Thread Starter
  • #3
Also ich hab schon ein script wie ich die Mac Adresse vom Router ändere, wenn ich danach das Modem per hand restarte habe ich ne neue ip.
 
[src=bash]curl "http://192.168.100.1/goform/login" -d "user=admin&pws=password" -c cookies.txt --cookie cookies.txt
curl "http://192.168.100.1/goform/Cable" -d "dir=admin%2F&save=Reboot" --cookie cookies.txt[/src]

ausprobieren.
 
Zurück
Oben