JDownloader Community - Appwork GmbH
 

Go Back   JDownloader Community - Appwork GmbH > International Support > Reconnect
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 29.11.2013, 16:38
bugnotme bugnotme is offline
BugMeNot Account
 
Join Date: Apr 2013
Posts: 375
Default Unitymedia/KabelBW Modem Technicolor TC7200

Hey,

I just wanted to share my working reconnect script for the
Technicolor TC7200 which is given to customers by the german company Unitymedia/KabelBW:

LiveHeader:
Spoiler:
Code:
[[[HSRC]]]
    [[[STEP]]]
        [[[REQUEST]]]
        POST /goform/login HTTP/1.1
        Host: %%%routerip%%%

CSRFValue=95042311&loginUsername=%%%user%%%&loginPassword=%%%pass%%%&logoffUser=1
        [[[/REQUEST]]]
    [[[/STEP]]]

    [[[STEP]]]
        [[[REQUEST]]]
        POST /goform/basic/internet HTTP/1.1
        Host: %%%routerip%%%

CSRFValue=95042311&WanLeaseAction=1&HostName=&DomainName=
        [[[/REQUEST]]]
    [[[/STEP]]]

    [[[STEP]]]
        [[[REQUEST]]]
        GET /logout.asp HTTP/1.1
        Host: %%%routerip%%%
        [[[/REQUEST]]]
    [[[/STEP]]]
[[[/HSRC]]]


/bin/bash (using curl):
Spoiler:
Code:
#!/bin/bash

ROUTERIP=192.168.0.1
USER=admin
PASS=admin

# LOGIN
curl "**External links are only visible to Support Staff** -d "CSRFValue=95042311&loginUsername=$USER&loginPassword=$PASS&logoffUser=1" > /dev/null

# RECONNECT
curl "**External links are only visible to Support Staff** -d "CSRFValue=95042311&WanLeaseAction=1&HostName=&DomainName=" > /dev/null

# LOGOUT
curl "**External links are only visible to Support Staff** > /dev/null

echo "Reconnect performed. Please wait for the connection to be reestablished."


Have fun with it...
Reply With Quote
 


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

All times are GMT +2. The time now is 12:59.
Provided By AppWork GmbH | Privacy | Imprint
Parts of the Design are used from Kirsch designed by Andrew & Austin
Powered by vBulletin® Version 3.8.10 Beta 1
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.