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 25.08.2009, 08:29
The.Vortex
Guest
 
Posts: n/a
Post [Router] Working Reconnect Script Siemens Gigaset SE515 dsl

Hi...

I finally was able to write a working reconnect script for my Router, a Siemens Gigaset SE515 dsl.

If you have the same router, all you have to do is to get the MD5 Hash for your password and write it into the script (line 3):

Code:
[[[HSRC]]]
    [[[STEP]]]
        [[[DEFINE user="admin" md5pass="INSERT YOUR HASH HERE"/]]]
        [[[REQUEST]]]
            GET /login.htm? HTTP/1.1
            Host: %%%routerip%%%
            Connection: keep-alive
        [[[/REQUEST]]]
        [[[RESPONSE keys="chl"]]]
            \<input type\=\"hidden\" name\=\"challenge\" value\=\"(.*?)\"\>
        [[[/RESPONSE]]]
    [[[/STEP]]]
    [[[STEP]]]
        [[[REQUEST]]]
            POST /php/space/md5-generatoren.php? HTTP/1.1
            Host: www.php-space.info

test=1&code=%%%user%%%:%%%md5pass%%%:%%%chl%%%
        [[[/REQUEST]]]
        [[[RESPONSE keys="rsp"]]]
                        Ausgabe der md5\(\) verschlüsselung\:\<br\>\<br\>\<br\>\<b\>(.*?)\<\/b\>\<br\>\<br\>\<br\>
        [[[/RESPONSE]]]
    [[[/STEP]]]
    [[[STEP]]]
        [[[REQUEST]]]
            POST /login.tri? HTTP/1.1
            Host: %%%routerip%%%
            Connection: keep-alive

password=&username=%%%user%%%&challenge=&response=%%%rsp%%%
        [[[/REQUEST]]]
    [[[/STEP]]]
    [[[STEP]]]
        [[[REQUEST]]]
            GET /conninfo.htm? HTTP/1.1
            Host: %%%routerip%%%
            Referer: **External links are only visible to Support Staff**
            Connection: keep-alive
        [[[/REQUEST]]]
    [[[/STEP]]]
    [[[STEP]]]
        [[[REQUEST]]]
            POST /lineconn.tri HTTP/1.1
            Host: %%%routerip%%%
            Referer: **External links are only visible to Support Staff**
            Connection: keep-alive

wanId=1&Submit=Disconnect        [[[/REQUEST]]]
    [[[/STEP]]]
    [[[STEP]]]
        [[[WAIT seconds="3"/]]]
        [[[REQUEST]]]
            GET /conninfo.htm? HTTP/1.1
            Host: %%%routerip%%%
            Referer: **External links are only visible to Support Staff**
            Connection: keep-alive
        [[[/REQUEST]]]
    [[[/STEP]]]
    [[[STEP]]]
        [[[REQUEST]]]
            POST /lineconn.tri HTTP/1.1
            Host: %%%routerip%%%
            Referer: **External links are only visible to Support Staff**
            Connection: keep-alive

wanId=1&Submit=Connect        [[[/REQUEST]]]
    [[[/STEP]]]
[[[/HSRC]]]
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 08:56.
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.