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:
Screenshot
Restart captured with LiveHeaders
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:
You do not have permission to view link please Anmelden or Registrieren
.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:
POST /goform/login user=admin&pws=password
You do not have permission to view link please Anmelden or Registrieren
Restart captured with LiveHeaders
Code:
POST /goform/Cable dir=admin%2F&save=Reboot
You do not have permission to view link please Anmelden or Registrieren
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:
You do not have permission to view link please Anmelden or Registrieren