JDownloader Community - Appwork GmbH
 

Reply
 
Thread Tools Display Modes
  #61  
Old 20.02.2013, 19:17
breve
Guest
 
Posts: n/a
Default

Hallo. Please, where can I download the script by "usagi-sama" for router FritzBox 7390?
Reply With Quote
  #62  
Old 03.05.2013, 19:36
serkanguzel
Guest
 
Posts: n/a
Default

Hello all,

"Canyon CNP-WF514N1" brand of router where can I download the script file ?

or

What brand of router fits the script ?

Regards.
Reply With Quote
  #63  
Old 14.07.2013, 20:56
billie_30
Guest
 
Posts: n/a
Default Script for TP-Link TL-WDR4300

Here is the Script that worked for me for the TL-WDR4300 (N750 Wireless Dual Band Gigabit Router)



Firmware Version: 3.13.33 Build 130617 Rel.46239n
Hardware Version: WDR4300 v1 00000000

Code:
[[[HSRC]]]
   [[[STEP]]]
        [[[REQUEST]]]
        GET / HTTP/1.1
        Host: %%%routerip%%%
        Authorization: Basic %%%basicauth%%%
        [[[/REQUEST]]]
    [[[/STEP]]]

    [[[STEP]]]
        [[[REQUEST]]]
        GET /userRpm/StatusRpm.htm?Disconnect=Disconnect&wan=1 HTTP/1.1
        Host: %%%routerip%%%
        [[[/REQUEST]]]
    [[[/STEP]]]

    [[[STEP]]][[[WAIT seconds="2"/]]][[[/STEP]]]
    
    [[[STEP]]]
        [[[REQUEST]]]
        GET /userRpm/StatusRpm.htm?Connect=Connect&wan=1 HTTP/1.1
        Host: %%%routerip%%%
        [[[/REQUEST]]]
    [[[/STEP]]]

    [[[STEP]]][[[WAIT seconds="2"/]]][[[/STEP]]]

[[[/HSRC]]]

Skript um zweite Wartezeit erweitert um dem Router mehr Zeit zum verbinden zu geben. ääh... wrong language

Added a 2nd waittime to give the router more time for connect.

Billie_30

Last edited by billie_30; 15.07.2013 at 21:38. Reason: added a 2. waittime
Reply With Quote
  #64  
Old 19.09.2013, 03:49
elgeorge2k
Guest
 
Posts: n/a
Post Alcatel Lucent I-240W-Q modem

This worked with my modem. Hope it helps

Code:
[[[HSRC]]]

    [[[STEP]]]
        [[[REQUEST]]]
        POST /GponForm/LoginForm HTTP/1.1
        Host: %%%routerip%%%

XWebPageName=index&username=%%%user%%%&password=%%%pass%
%%
        [[[/REQUEST]]]
    [[[/STEP]]]

    [[[STEP]]]
        [[[REQUEST]]]
        POST /GponForm/reboot_XForm HTTP/1.1
        Host: %%%routerip%%%

XWebPageName=reboot&admin_action=reboot
        [[[/REQUEST]]]
    [[[/STEP]]]

[[[/HSRC]]]
Reply With Quote
  #65  
Old 12.10.2013, 22:13
Befab
Guest
 
Posts: n/a
Default Netgear DGN2200Bv4

:biggrin:

Hat jemand einen Reconnect script für NETGEAR
NETGEAR N300 Wireless ADSL2+ Modem Router DGN2200Bv4.
Die bisherigen Scripte
laufen nicht, es sei denn, etwas bedarf hierbei besonderer Beachtung.
Befab

+++
Reply With Quote
  #66  
Old 09.11.2013, 22:15
Black Widowmaker
Guest
 
Posts: n/a
Cool Reconnect-Script: TP-Link Archer 7 AC 1750

Hallo @ all,

have bought new router today, so i made first a new reconnect-script for it:



Here is my script for TP-Link Archer 7 AC 1750:

Spoiler:

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

[[[STEP]]]
[[[REQUEST]]]
GET / HTTP/1.1
Host: %%%routerip%%%
Authorization: Basic %%%basicauth%%%
[[[/REQUEST]]]
[[[/STEP]]]

[[[STEP]]]
[[[REQUEST]]]
GET /dynaform/common.js HTTP/1.1
Host: %%%routerip%%%
Authorization: Basic %%%basicauth%%%
[[[/REQUEST]]]
[[[/STEP]]]

[[[STEP]]]
[[[REQUEST]]]
GET /localiztion/char_set.js HTTP/1.1
Host: %%%routerip%%%
Authorization: Basic %%%basicauth%%%
[[[/REQUEST]]]
[[[/STEP]]]

[[[STEP]]]
[[[REQUEST]]]
GET /frames/top.htm HTTP/1.1
Host: %%%routerip%%%
Authorization: Basic %%%basicauth%%%
[[[/REQUEST]]]
[[[/STEP]]]

[[[STEP]]]
[[[REQUEST]]]
GET /userRpm/MenuRpm.htm HTTP/1.1
Host: %%%routerip%%%
Authorization: Basic %%%basicauth%%%
[[[/REQUEST]]]
[[[/STEP]]]

[[[STEP]]]
[[[REQUEST]]]
GET /help/StatusHelpRpm.htm HTTP/1.1
Host: %%%routerip%%%
Authorization: Basic %%%basicauth%%%
[[[/REQUEST]]]
[[[/STEP]]]

[[[STEP]]]
[[[REQUEST]]]
GET /userRpm/StatusRpm.htm HTTP/1.1
Host: %%%routerip%%%
Authorization: Basic %%%basicauth%%%
[[[/REQUEST]]]
[[[/STEP]]]

[[[STEP]]]
[[[REQUEST]]]
GET /dynaform/custom.js HTTP/1.1
Host: %%%routerip%%%
Authorization: Basic %%%basicauth%%%
[[[/REQUEST]]]
[[[/STEP]]]

[[[STEP]]]
[[[REQUEST]]]
GET /dynaform/menu.js HTTP/1.1
Host: %%%routerip%%%
Authorization: Basic %%%basicauth%%%
[[[/REQUEST]]]
[[[/STEP]]]

[[[STEP]]]
[[[REQUEST]]]
GET /localiztion/str_menu.js HTTP/1.1
Host: %%%routerip%%%
Authorization: Basic %%%basicauth%%%
[[[/REQUEST]]]
[[[/STEP]]]

[[[STEP]]]
[[[REQUEST]]]
GET /dynaform/common.js HTTP/1.1
Host: %%%routerip%%%
Authorization: Basic %%%basicauth%%%
[[[/REQUEST]]]
[[[/STEP]]]

[[[STEP]]]
[[[REQUEST]]]
GET / HTTP/1.1
Host: %%%routerip%%%
Authorization: Basic %%%basicauth%%%
[[[/REQUEST]]]
[[[/STEP]]]

[[[STEP]]]
[[[REQUEST]]]
GET /localiztion/char_set.js HTTP/1.1
Host: %%%routerip%%%
Authorization: Basic %%%basicauth%%%
[[[/REQUEST]]]
[[[/STEP]]]

[[[STEP]]]
[[[REQUEST]]]
GET /frames/top.htm HTTP/1.1
Host: %%%routerip%%%
Authorization: Basic %%%basicauth%%%
[[[/REQUEST]]]
[[[/STEP]]]

[[[STEP]]]
[[[REQUEST]]]
GET /userRpm/MenuRpm.htm HTTP/1.1
Host: %%%routerip%%%
Authorization: Basic %%%basicauth%%%
[[[/REQUEST]]]
[[[/STEP]]]

[[[STEP]]]
[[[REQUEST]]]
GET /userRpm/StatusRpm.htm HTTP/1.1
Host: %%%routerip%%%
Authorization: Basic %%%basicauth%%%
[[[/REQUEST]]]
[[[/STEP]]]

[[[STEP]]]
[[[REQUEST]]]
GET /help/StatusHelpRpm.htm HTTP/1.1
Host: %%%routerip%%%
Authorization: Basic %%%basicauth%%%
[[[/REQUEST]]]
[[[/STEP]]]

[[[STEP]]]
[[[REQUEST]]]
GET /dynaform/custom.js HTTP/1.1
Host: %%%routerip%%%
Authorization: Basic %%%basicauth%%%
[[[/REQUEST]]]
[[[/STEP]]]

[[[STEP]]]
[[[REQUEST]]]
GET /localiztion/str_menu.js HTTP/1.1
Host: %%%routerip%%%
Authorization: Basic %%%basicauth%%%
[[[/REQUEST]]]
[[[/STEP]]]

[[[STEP]]]
[[[REQUEST]]]
GET /dynaform/menu.js HTTP/1.1
Host: %%%routerip%%%
Authorization: Basic %%%basicauth%%%
[[[/REQUEST]]]
[[[/STEP]]]

[[[STEP]]]
[[[REQUEST]]]
GET /dynaform/common.js HTTP/1.1
Host: %%%routerip%%%
Authorization: Basic %%%basicauth%%%
[[[/REQUEST]]]
[[[/STEP]]]

[[[STEP]]]
[[[REQUEST]]]
GET /dynaform/custom.js HTTP/1.1
Host: %%%routerip%%%
Authorization: Basic %%%basicauth%%%
[[[/REQUEST]]]
[[[/STEP]]]

[[[STEP]]]
[[[REQUEST]]]
GET /userRpm/StatusRpm.htm?Disconnect=Disconnect&wan=1 HTTP/1.1
Host: %%%routerip%%%
Authorization: Basic %%%basicauth%%%
[[[/REQUEST]]]
[[[/STEP]]]

[[[STEP]]]
[[[REQUEST]]]
GET /dynaform/custom.js HTTP/1.1
Host: %%%routerip%%%
Authorization: Basic %%%basicauth%%%
[[[/REQUEST]]]
[[[/STEP]]]

[[[STEP]]]
[[[REQUEST]]]
GET /dynaform/common.js HTTP/1.1
Host: %%%routerip%%%
Authorization: Basic %%%basicauth%%%
[[[/REQUEST]]]
[[[/STEP]]]

[[[STEP]]]
[[[REQUEST]]]
GET /userRpm/StatusRpm.htm?Connect=Connect&wan=1 HTTP/1.1
Host: %%%routerip%%%
Authorization: Basic %%%basicauth%%%
[[[/REQUEST]]]
[[[/STEP]]]

[[[STEP]]]
[[[REQUEST]]]
GET /dynaform/common.js HTTP/1.1
Host: %%%routerip%%%
Authorization: Basic %%%basicauth%%%
[[[/REQUEST]]]
[[[/STEP]]]

[[[STEP]]]
[[[REQUEST]]]
GET /dynaform/custom.js HTTP/1.1
Host: %%%routerip%%%
Authorization: Basic %%%basicauth%%%
[[[/REQUEST]]]
[[[/STEP]]]

[[[/HSRC]]]


Reconnect time is about 15-25s. Faster than my old one.

Hope somebody find that useful, and sorry for my bad english.
Reply With Quote
  #67  
Old 02.12.2013, 16:48
Befab
Guest
 
Posts: n/a
Thumbs down

Quote:
Originally Posted by Befab View Post
:biggrin:

Hat jemand einen Reconnect script für NETGEAR
NETGEAR N300 Wireless ADSL2+ Modem Router DGN2200Bv4.
Die bisherigen Scripte
laufen nicht, es sei denn, etwas bedarf hierbei besonderer Beachtung.
Befab

+++
Have somedody a reconnect script for ETGEAR
NETGEAR N300 Wireless ADSL2+ Modem Router DGN2200Bv4
All published scripts do not running/working. It may be that this router asks
for a special setting ???
:confused::confused:
Reply With Quote
  #68  
Old 09.02.2014, 18:57
reddevil reddevil is offline
JD VIP
 
Join Date: Apr 2010
Posts: 369
Default

For Dlink DSL 2750u, found an external way to reconnect through telnet scripting tool v1.0 by Albert Yale. Link: freewareweb.com/cgi-bin/archive.cgi?ID=645

Here's the script:
192.168.1.1 23
WAIT "username:"
SEND "admin\m"
WAIT "password:"
SEND "xxxx\m"
WAIT
SEND "reboot\m"
WAIT
SEND "exit\m"
SEND "y\m"

Save the above in a txt file and configure JD reconnect to select 'External Tool Reconnect'. Set the path of the tool 'C:\TST\TST10.exe' properly and in the parameter tab enter: /r:Reboot_Dlink_DSL2750u.txt

Alternatively can create a bat file with one line as below:
C:\TST\TST10.exe /r:Reboot_Dlink_DSL2750u.txt

In JD Advanced settings change Reconnect: Seconds To Wait For IPChange = 150 & Reconnect: Seconds To Wait For Offline = 120.

Change the names and paths accordingly. Tested works.

Last edited by reddevil; 10.02.2014 at 18:37.
Reply With Quote
  #69  
Old 10.03.2014, 15:23
bulbuli
Guest
 
Posts: n/a
Smile Beetel 450 tc1 Script

Reconnection Script for - Beetel 450 tc1 - Adsl + modem
Connection: Airtel Broadband


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

[[[STEP]]]
[[[REQUEST]]]
GET / HTTP/1.1
Host: %%%routerip%%%
Authorization: Basic %%%basicauth%%%
[[[/REQUEST]]]
[[[/STEP]]]

[[[STEP]]]
[[[REQUEST]]]
GET /status.html HTTP/1.1
Host: %%%routerip%%%
Authorization: Basic %%%basicauth%%%
[[[/REQUEST]]]
[[[/STEP]]]

[[[STEP]]]
[[[REQUEST]]]
GET /status/status_deviceinfo.htm HTTP/1.1
Host: %%%routerip%%%
Authorization: Basic %%%basicauth%%%
[[[/REQUEST]]]
[[[/STEP]]]

[[[STEP]]]
[[[REQUEST]]]
GET /navigation-status.html HTTP/1.1
Host: %%%routerip%%%
Authorization: Basic %%%basicauth%%%
[[[/REQUEST]]]
[[[/STEP]]]

[[[STEP]]]
[[[REQUEST]]]
GET /js/general.js HTTP/1.1
Host: %%%routerip%%%
Authorization: Basic %%%basicauth%%%
[[[/REQUEST]]]
[[[/STEP]]]

[[[STEP]]]
[[[REQUEST]]]
GET /status/status_deviceinfo.htm HTTP/1.1
Host: %%%routerip%%%
Authorization: Basic %%%basicauth%%%
[[[/REQUEST]]]
[[[/STEP]]]

[[[STEP]]]
[[[REQUEST]]]
GET /status/status_deviceinfo.htm HTTP/1.1
Host: %%%routerip%%%
Authorization: Basic %%%basicauth%%%
[[[/REQUEST]]]
[[[/STEP]]]

[[[STEP]]]
[[[REQUEST]]]
GET /maintenance/tools_admin.htm HTTP/1.1
Host: %%%routerip%%%
Authorization: Basic %%%basicauth%%%
[[[/REQUEST]]]
[[[/STEP]]]

[[[STEP]]]
[[[REQUEST]]]
GET /navigation-maintenance.html HTTP/1.1
Host: %%%routerip%%%
Authorization: Basic %%%basicauth%%%
[[[/REQUEST]]]
[[[/STEP]]]

[[[STEP]]]
[[[REQUEST]]]
GET /js/general.js HTTP/1.1
Host: %%%routerip%%%
Authorization: Basic %%%basicauth%%%
[[[/REQUEST]]]
[[[/STEP]]]

[[[STEP]]]
[[[REQUEST]]]
GET /maintenance/tools_system.htm HTTP/1.1
Host: %%%routerip%%%
Authorization: Basic %%%basicauth%%%
[[[/REQUEST]]]
[[[/STEP]]]

[[[STEP]]]
[[[REQUEST]]]
POST /Forms/tools_system_1 HTTP/1.1
Host: %%%routerip%%%
Authorization: Basic %%%basicauth%%%

restoreFlag=0
[[[/REQUEST]]]
[[[/STEP]]]

[[[STEP]]]
[[[REQUEST]]]
GET /progress.htm HTTP/1.1
Host: %%%routerip%%%
Authorization: Basic %%%basicauth%%%
[[[/REQUEST]]]
[[[/STEP]]]

[[[STEP]]]
[[[REQUEST]]]
GET /navigation-status.html HTTP/1.1
Host: %%%routerip%%%
Authorization: Basic %%%basicauth%%%
[[[/REQUEST]]]
[[[/STEP]]]

[[[STEP]]]
[[[REQUEST]]]
GET /status/status_deviceinfo.htm HTTP/1.1
Host: %%%routerip%%%
Authorization: Basic %%%basicauth%%%
[[[/REQUEST]]]
[[[/STEP]]]

[[[STEP]]]
[[[REQUEST]]]
GET /js/general.js HTTP/1.1
Host: %%%routerip%%%
[[[/REQUEST]]]
[[[/STEP]]]

[[[STEP]]]
[[[REQUEST]]]
GET /status/status_deviceinfo.htm HTTP/1.1
Host: %%%routerip%%%
Authorization: Basic %%%basicauth%%%
[[[/REQUEST]]]
[[[/STEP]]]

[[[/HSRC]]]
Reply With Quote
  #70  
Old 19.04.2014, 12:49
kRel
Guest
 
Posts: n/a
Default Netgear D6200 tested and working

On Windows 7 64 bit, this is script fully working (and tested) for modem router Netgear D6200
Add for completeness that the password of the default Netgear D6200 has been changed. I do not know if the script keeps considers this change.

script:
Spoiler:
[[[HSRC]]]
[[[STEP]]]
[[[REQUEST]]]
GET / HTTP/1.1
Host: %%%routerip%%%
[[[/REQUEST]]]
[[[/STEP]]]

[[[STEP]]]
[[[REQUEST]]]
GET / HTTP/1.1
Host: %%%routerip%%%
Authorization: Basic %%%basicauth%%%
[[[/REQUEST]]]
[[[/STEP]]]

[[[STEP]]]
[[[REQUEST]]]
GET /funcs.js HTTP/1.1
Host: %%%routerip%%%
Authorization: Basic %%%basicauth%%%
[[[/REQUEST]]]
[[[/STEP]]]

[[[STEP]]]
[[[REQUEST]]]
GET /basic.js HTTP/1.1
Host: %%%routerip%%%
Authorization: Basic %%%basicauth%%%
[[[/REQUEST]]]
[[[/STEP]]]

[[[STEP]]]
[[[REQUEST]]]
GET /top.js HTTP/1.1
Host: %%%routerip%%%
Authorization: Basic %%%basicauth%%%
[[[/REQUEST]]]
[[[/STEP]]]

[[[STEP]]]
[[[REQUEST]]]
GET /string.js HTTP/1.1
Host: %%%routerip%%%
Authorization: Basic %%%basicauth%%%
[[[/REQUEST]]]
[[[/STEP]]]

[[[STEP]]]
[[[REQUEST]]]
GET /langs.js HTTP/1.1
Host: %%%routerip%%%
Authorization: Basic %%%basicauth%%%
[[[/REQUEST]]]
[[[/STEP]]]

[[[STEP]]]
[[[REQUEST]]]
GET /setup.cgi?next_file=common/system.xml&timestamp=1397899668588 HTTP/1.1
Host: %%%routerip%%%
Authorization: Basic %%%basicauth%%%
[[[/REQUEST]]]
[[[/STEP]]]

[[[STEP]]]
[[[REQUEST]]]
GET /langs/language/msg.xml.gz?lang_tag=Italian1495264167 HTTP/1.1
Host: %%%routerip%%%
Authorization: Basic %%%basicauth%%%
[[[/REQUEST]]]
[[[/STEP]]]

[[[STEP]]]
[[[REQUEST]]]
GET /langs/language/ui.xml.gz?lang_tag=Italian1495264167 HTTP/1.1
Host: %%%routerip%%%
Authorization: Basic %%%basicauth%%%
[[[/REQUEST]]]
[[[/STEP]]]

[[[STEP]]]
[[[REQUEST]]]
GET /top.html HTTP/1.1
Host: %%%routerip%%%
Authorization: Basic %%%basicauth%%%
[[[/REQUEST]]]
[[[/STEP]]]

[[[STEP]]]
[[[REQUEST]]]
GET /basic_wait.htm HTTP/1.1
Host: %%%routerip%%%
Authorization: Basic %%%basicauth%%%
[[[/REQUEST]]]
[[[/STEP]]]

[[[STEP]]]
[[[REQUEST]]]
GET /utility.js HTTP/1.1
Host: %%%routerip%%%
Authorization: Basic %%%basicauth%%%
[[[/REQUEST]]]
[[[/STEP]]]

[[[STEP]]]
[[[REQUEST]]]
GET /linux.js HTTP/1.1
Host: %%%routerip%%%
Authorization: Basic %%%basicauth%%%
[[[/REQUEST]]]
[[[/STEP]]]

[[[STEP]]]
[[[REQUEST]]]
GET /setup.cgi?next_file=common/system.xml&timestamp=1397899668952 HTTP/1.1
Host: %%%routerip%%%
Authorization: Basic %%%basicauth%%%
[[[/REQUEST]]]
[[[/STEP]]]

[[[STEP]]]
[[[REQUEST]]]
GET /setup.cgi?next_file=common/system.xml&timestamp=1397899669111 HTTP/1.1
Host: %%%routerip%%%
Authorization: Basic %%%basicauth%%%
[[[/REQUEST]]]
[[[/STEP]]]

[[[STEP]]]
[[[REQUEST]]]
GET /basic_wait.htm HTTP/1.1
Host: %%%routerip%%%
Authorization: Basic %%%basicauth%%%
[[[/REQUEST]]]
[[[/STEP]]]

[[[STEP]]]
[[[REQUEST]]]
GET /setup.cgi?next_file=common/system.xml&timestamp=1397899669338 HTTP/1.1
Host: %%%routerip%%%
Authorization: Basic %%%basicauth%%%
[[[/REQUEST]]]
[[[/STEP]]]

[[[STEP]]]
[[[REQUEST]]]
GET /basic_home.htm HTTP/1.1
Host: %%%routerip%%%
Authorization: Basic %%%basicauth%%%
[[[/REQUEST]]]
[[[/STEP]]]

[[[STEP]]]
[[[REQUEST]]]
GET /setup.cgi?next_file=common/system.xml&timestamp=1397899675066 HTTP/1.1
Host: %%%routerip%%%
Authorization: Basic %%%basicauth%%%
[[[/REQUEST]]]
[[[/STEP]]]

[[[STEP]]]
[[[REQUEST]]]
GET /adv_index.htm HTTP/1.1
Host: %%%routerip%%%
Authorization: Basic %%%basicauth%%%
[[[/REQUEST]]]
[[[/STEP]]]

[[[STEP]]]
[[[REQUEST]]]
GET /region_class.js HTTP/1.1
Host: %%%routerip%%%
Authorization: Basic %%%basicauth%%%
[[[/REQUEST]]]
[[[/STEP]]]

[[[STEP]]]
[[[REQUEST]]]
GET /advanced.js HTTP/1.1
Host: %%%routerip%%%
Authorization: Basic %%%basicauth%%%
[[[/REQUEST]]]
[[[/STEP]]]

[[[STEP]]]
[[[REQUEST]]]
GET /setup.cgi?next_file=common/system.xml&timestamp=1397899692356 HTTP/1.1
Host: %%%routerip%%%
Authorization: Basic %%%basicauth%%%
[[[/REQUEST]]]
[[[/STEP]]]

[[[STEP]]]
[[[REQUEST]]]
GET /top.html HTTP/1.1
Host: %%%routerip%%%
Authorization: Basic %%%basicauth%%%
[[[/REQUEST]]]
[[[/STEP]]]

[[[STEP]]]
[[[REQUEST]]]
GET /RST_status.htm HTTP/1.1
Host: %%%routerip%%%
Authorization: Basic %%%basicauth%%%
[[[/REQUEST]]]
[[[/STEP]]]

[[[STEP]]]
[[[REQUEST]]]
GET /setup.cgi?next_file=common/system.xml&timestamp=1397899692538 HTTP/1.1
Host: %%%routerip%%%
Authorization: Basic %%%basicauth%%%
[[[/REQUEST]]]
[[[/STEP]]]

[[[STEP]]]
[[[REQUEST]]]
GET /setup.cgi?next_file=common/system.xml&timestamp=1397899693181 HTTP/1.1
Host: %%%routerip%%%
Authorization: Basic %%%basicauth%%%
[[[/REQUEST]]]
[[[/STEP]]]

[[[STEP]]]
[[[REQUEST]]]
GET /reboot.htm HTTP/1.1
Host: %%%routerip%%%
Authorization: Basic %%%basicauth%%%
[[[/REQUEST]]]
[[[/STEP]]]

[[[STEP]]]
[[[REQUEST]]]
GET /backup.js HTTP/1.1
Host: %%%routerip%%%
Authorization: Basic %%%basicauth%%%
[[[/REQUEST]]]
[[[/STEP]]]

[[[STEP]]]
[[[REQUEST]]]
POST /setup.cgi?id=a24b7fa2de510f15 HTTP/1.1
Host: %%%routerip%%%
Authorization: Basic %%%basicauth%%%

todo=reboot&yes=Yes
[[[/REQUEST]]]
[[[/STEP]]]

[[[STEP]]]
[[[REQUEST]]]
GET /reboot_pg.htm HTTP/1.1
Host: %%%routerip%%%
Authorization: Basic %%%basicauth%%%
[[[/REQUEST]]]
[[[/STEP]]]

[[[STEP]]]
[[[REQUEST]]]
GET /setup.cgi?next_file=common/system.xml&timestamp=1397899703157 HTTP/1.1
Host: %%%routerip%%%
Authorization: Basic %%%basicauth%%%
[[[/REQUEST]]]
[[[/STEP]]]

[[[STEP]]]
[[[REQUEST]]]
GET /reboot_pg.htm HTTP/1.1
Host: %%%routerip%%%
Authorization: Basic %%%basicauth%%%
[[[/REQUEST]]]
[[[/STEP]]]

[[[STEP]]]
[[[REQUEST]]]
GET /setup.cgi?next_file=common/system.xml&timestamp=1397899703285 HTTP/1.1
Host: %%%routerip%%%
Authorization: Basic %%%basicauth%%%
[[[/REQUEST]]]
[[[/STEP]]]

[[[/HSRC]]]

Last edited by kRel; 19.04.2014 at 12:56.
Reply With Quote
  #71  
Old 01.11.2014, 12:47
nyten
Guest
 
Posts: n/a
Default WR740N reconnect

I have long been looking for a script for my router and found none. Now I have written a script myself.

My router's Web interface running on port 81, therefore is 192.168.0.11:81 in my scripts


Linux:
(requires the package curl)
(tested with opensuse 13.1)
Code:
#!/bin/sh
# Neuverbinden eines TP-Link WR740N Routers
# by nyten
sleep 2
curl --verbose -u USERNAME:PASSWORD '**External links are only visible to Support Staff**
sleep 7
curl --verbose -u USERNAME:PASSWORD '**External links are only visible to Support Staff**
sleep 5

Windows:
(requires curl and libcurl.dll **External links are only visible to Support Staff** (tested with win7pro)
Code:
@echo off
rem Neuverbinden eines TP-Link WR740N Routers
rem by nyten
timeout /T 3 /nobreak >nul
curl.exe --verbose -u USERNAME:PASSWORD "**External links are only visible to Support Staff**
timeout /T 7 /nobreak >nul
curl.exe --verbose -u USERNAME:PASSWORD "**External links are only visible to Support Staff**
timeout /T 5 /nobreak >nul

Last edited by nyten; 02.11.2014 at 10:47. Reason: url
Reply With Quote
  #72  
Old 01.11.2014, 13:01
raztoki's Avatar
raztoki raztoki is offline
English Supporter
 
Join Date: Apr 2010
Location: Australia
Posts: 17,659
Default

@nyten
if you recorded in live header format you wouldn't need any external tools. the recorder will record your post/gets to modem website, you can also do sleeps/wait, if required.
__________________
raztoki @ jDownloader reporter/developer
http://svn.jdownloader.org/users/170

Don't fight the system, use it to your advantage. :]
Reply With Quote
  #73  
Old 05.09.2017, 06:48
patiferoolz patiferoolz is offline
Baby Loader
 
Join Date: Jun 2015
Posts: 5
Default

Working reconnect script for Askey RTF3507VW-N1 - Vivo Fibra Brasil

Uses PPPoE reconfig instead of reboot, which is much faster.

Default login and password should be support/password (advanced config)

Spoiler:

[[[HSRC]]]
[[[STEP]]]
[[[REQUEST]]]
GET /padrao HTTP/1.1
Host: %%%routerip%%%
Cookie: %%%Set-Cookie%%%
[[[/REQUEST]]]
[[[/STEP]]]

[[[STEP]]]
[[[REQUEST]]]
POST /webClient/login.cgi HTTP/1.1
Host: %%%routerip%%%
Referer:%%%routerip%%%/padrao
Cookie: %%%Set-Cookie%%%

loginUsername=%%%login%%%&loginPassword=%%%password%%%
[[[/REQUEST]]]
[[[/STEP]]]


[[[STEP]]]
[[[REQUEST]]]
GET /wanL3Edit.cmd?serviceId=1&wanIfName=ppp0.1&ntwkPrtcl=0 HTTP/1.1
Host: %%%routerip%%%
Referer:%%%routerip%%%/webClient/login.cgi
Cookie: %%%Set-Cookie%%%
[[[/REQUEST]]]
[[[PARSE]]]
key:sessionKey='(\d+)'
[[[/PARSE]]]
[[[/STEP]]]

[[[STEP]]]
[[[REQUEST]]]
GET /ntwksum2.cgi?pppUserName=cliente@cliente&pppPassword=cliente&enblOnDemand=0&pppTimeOut=0&useStaticIp Address=0&pppLocalIpAddress=0.0.0.0&pppIpExtension=0&enblFirewall=1&enblNat=1&enblFullcone=0&pppAuth Method=0&pppServerName=%%%key%%%&pppAuthErrorRetry=0&enblPppDebug=0&pppToBridge=0&enblIgmp=0&noMcast VlanFilter=0&enblIgmpMcastSource=0&wanAddr6Type=DHCP&unnumberedModel=0&dhcp6cForAddr=0&dhcp6cForPd=1 &enblMld=0&enblMldMcastSource=0&pcpMode=0&vlanMuxId=10&vlanMuxPr=0&vlanTpid=33024&enblIpVer=1&sessio nKey=%%%key%%% HTTP/1.1
Host: %%%routerip%%%
Referer:%%%routerip%%%/wanL3Edit.cmd
Cookie: %%%Set-Cookie%%%
[[[/REQUEST]]]
[[[PARSE]]]
keydois:sessionKey=(\d+)
[[[/PARSE]]]
[[[/STEP]]]

[[[STEP]]]
[[[REQUEST]]]
GET /wancfg.cmd?action=modify&sessionKey=%%%keydois%%% HTTP/1.1
Host: %%%routerip%%%
Referer:%%%routerip%%%/ntwksum2.cgi
Cookie: %%%Set-Cookie%%%
[[[/REQUEST]]]
[[[/STEP]]]

[[[/HSRC]]]
Reply With Quote
  #74  
Old 04.11.2017, 19:12
Bizzy13
Guest
 
Posts: n/a
Default Speedport Smart Reconnect

Speedport Smart Reconnect Script

Requeriments:

- Python 2.7
- Pycryptodome 3.4.7

For Users who can not download file attachments

https:-//github.com/Bizzy13/PYTHON-Speedport_Smart-Reconnect (remove the minus after https:)
Attached Files
File Type: rar Reconnect.rar (2.7 KB, 0 views)
Reply With Quote
  #75  
Old 03.01.2018, 03:59
mbit
Guest
 
Posts: n/a
Default Speedport W724V Typ A Reconnect for new Firmware

Recent Firmware updates for Speedport W724V Typ A broke existing scripts, specifically:
- Firmware 05011603.05.028 [Nov 2017]
- Firmware 05011603.05.020 [Dec 2016]

Some of the new password hashing "features" of the Speedport Smart which Bizzy13 worked on seem to have been incorporated into this new firmware.
Therefore, I modified his python code to work for the new W724V/A firmware.
I have only tested the Firmware version 05011603.05.028 [Nov 2017] but the scripts below might also work on 05011603.05.020.

Python script: https:-//pastebin.com/UqnGRHQr

HTTP LiveHeader version for direct use in JDownloader: https:-//pastebin.com/0rBSqAZA
I have also submitted this script to the script database in JDownloader. Search for:
Router Name: Speedport W724V Typ A
Manufacturer: Huawei / Deutsche Telekom
Internet Provider: (leave empty)

Last edited by mbit; 03.01.2018 at 04:16.
Reply With Quote
  #76  
Old 02.04.2018, 14:21
IamALoony
Guest
 
Posts: n/a
Default Arcadyan Router 6441 (O2 Homebox / Alice) v 1.01.31 Perl script

Perl 5 comes preinstalled on most systems (linux, mac).
For Windows it can be easily installed from strawberryperl.com by example.

The script builds heavily on the contributions from bybbl and others.
Save the code to a file named reconnect_6441.pl in any directory as you please.

To use it for auto reconnects, configure JD:
  • selected method: external batch reconnect
  • interpreter: perl -e
  • script(1): local @ARGV = qw( <pwd hash> ); do qw( ./reconnect_6441.pl );
  • start directory: <where you placed reconnect_6441.pl>
Footnote (1): The input to 'script' must be in one line and <pwd hash> (with the angle brackets) must be replaced with your hash. Instructions for creating your hash are inside the script.

https: //pastebin.com/0ctzg1FY

Last edited by IamALoony; 10.09.2018 at 22:01. Reason: preseve url
Reply With Quote
Old 12.01.2023, 01:44
KuntawanOnung
Message deleted by pspzockerscene.
Reply

Thread Tools
Display Modes

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 09:02.
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.