JDownloader Community - Appwork GmbH
 

Notices

Reply
 
Thread Tools Display Modes
  #1  
Old 05.11.2013, 13:46
Hank
Guest
 
Posts: n/a
Default O2 Box 4421 (IAD: o2 / Alice / Telecom Italia) - no Firefox compatible Web-Interface

Hi all.

I got a new provider: O2 germany. And they only provide an IAD

The thing is called O2 Box 4421.

The biggest problem is, that you can't access the web-frontend with Firefox. Don't know if IE works (Linux guy), but Chromium does. So can I use Chromium to capture and later use the reconnect sequence? Or does someone have a working reconnect script for this box?
Reply With Quote
  #2  
Old 24.04.2014, 16:12
lolcat lolcat is offline
JD Alpha
 
Join Date: Jun 2010
Posts: 23
Default

I too have an O2 Box 4421 here.

I can access the web-frontend via Firefox here and I can reconnect with a new IP.

After numerous Attempts the following Script worked for me:

Spoiler:
[[[HSRC]]]
[[[STEP]]]
[[[REQUEST raw="true"]]]
GET / HTTP/1.1
Host: %%%routerip%%%
user-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:25.0) Gecko/20100101 Firefox/25.0
accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
accept-language: en-US,en;q=0.5
accept-encoding: gzip, deflate
connection: keep-alive
[[[/REQUEST]]]
[[[/STEP]]]

[[[STEP]]]
[[[REQUEST raw="true"]]]
GET /js/prototype.js HTTP/1.1
Host: %%%routerip%%%
user-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:25.0) Gecko/20100101 Firefox/25.0
accept: */*
accept-language: en-US,en;q=0.5
accept-encoding: gzip, deflate
connection: keep-alive
[[[/REQUEST]]]
[[[/STEP]]]

[[[STEP]]]
[[[REQUEST raw="true"]]]
GET /js/tree.js HTTP/1.1
Host: %%%routerip%%%
user-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:25.0) Gecko/20100101 Firefox/25.0
accept: */*
accept-language: en-US,en;q=0.5
accept-encoding: gzip, deflate
connection: keep-alive
[[[/REQUEST]]]
[[[/STEP]]]

[[[STEP]]]
[[[REQUEST raw="true"]]]
GET /js/msg.js HTTP/1.1
Host: %%%routerip%%%
user-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:25.0) Gecko/20100101 Firefox/25.0
accept: */*
accept-language: en-US,en;q=0.5
accept-encoding: gzip, deflate
connection: keep-alive
[[[/REQUEST]]]
[[[/STEP]]]

[[[STEP]]]
[[[REQUEST raw="true"]]]
GET /js/effects.js HTTP/1.1
Host: %%%routerip%%%
user-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:25.0) Gecko/20100101 Firefox/25.0
accept: */*
accept-language: en-US,en;q=0.5
accept-encoding: gzip, deflate
connection: keep-alive
[[[/REQUEST]]]
[[[/STEP]]]

[[[STEP]]]
[[[REQUEST raw="true"]]]
GET /js/common.js HTTP/1.1
Host: %%%routerip%%%
user-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:25.0) Gecko/20100101 Firefox/25.0
accept: */*
accept-language: en-US,en;q=0.5
accept-encoding: gzip, deflate
connection: keep-alive
[[[/REQUEST]]]
[[[/STEP]]]

[[[STEP]]]
[[[REQUEST raw="true"]]]
GET /js/language.js HTTP/1.1
Host: %%%routerip%%%
user-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:25.0) Gecko/20100101 Firefox/25.0
accept: */*
accept-language: en-US,en;q=0.5
accept-encoding: gzip, deflate
connection: keep-alive
[[[/REQUEST]]]
[[[/STEP]]]

[[[STEP]]]
[[[REQUEST raw="true"]]]
GET /js/help.js HTTP/1.1
Host: %%%routerip%%%
user-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:25.0) Gecko/20100101 Firefox/25.0
accept: */*
accept-language: en-US,en;q=0.5
accept-encoding: gzip, deflate
connection: keep-alive
[[[/REQUEST]]]
[[[/STEP]]]

[[[STEP]]]
[[[REQUEST raw="true"]]]
POST /cgi-bin/Hn_login.cgi HTTP/1.1
Host: %%%routerip%%%
user-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:25.0) Gecko/20100101 Firefox/25.0
accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
accept-language: en-US,en;q=0.5
accept-encoding: gzip, deflate
connection: keep-alive
content-type: application/x-www-form-urlencoded
content-length: 61

controller=Overview&action=Login&id=0&idTextPassword=*Password
[[[/REQUEST]]]
[[[/STEP]]]

[[[STEP]]]
[[[REQUEST raw="true"]]]
GET /index.htm HTTP/1.1
Host: %%%routerip%%%
user-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:25.0) Gecko/20100101 Firefox/25.0
accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
accept-language: en-US,en;q=0.5
accept-encoding: gzip, deflate
connection: keep-alive
[[[/REQUEST]]]
[[[/STEP]]]

[[[STEP]]]
[[[REQUEST raw="true"]]]
GET /diagnostic.htm HTTP/1.1
Host: %%%routerip%%%
user-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:25.0) Gecko/20100101 Firefox/25.0
accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
accept-language: en-US,en;q=0.5
accept-encoding: gzip, deflate
connection: keep-alive
[[[/REQUEST]]]
[[[/STEP]]]

[[[STEP]]]
[[[REQUEST raw="true"]]]
GET /password.htm HTTP/1.1
Host: %%%routerip%%%
user-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:25.0) Gecko/20100101 Firefox/25.0
accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
accept-language: en-US,en;q=0.5
accept-encoding: gzip, deflate
connection: keep-alive
[[[/REQUEST]]]
[[[/STEP]]]

[[[STEP]]]
[[[REQUEST raw="true"]]]
GET /restore.htm HTTP/1.1
Host: %%%routerip%%%
user-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:25.0) Gecko/20100101 Firefox/25.0
accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
accept-language: en-US,en;q=0.5
accept-encoding: gzip, deflate
connection: keep-alive
[[[/REQUEST]]]
[[[/STEP]]]

[[[STEP]]]
[[[REQUEST raw="true"]]]
POST /cgi-bin/Hn_restart.cgi HTTP/1.1
Host: %%%routerip%%%
user-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:25.0) Gecko/20100101 Firefox/25.0
accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
accept-language: en-US,en;q=0.5
accept-encoding: gzip, deflate
connection: keep-alive
content-type: application/x-www-form-urlencoded
content-length: 45

controller=System&action=DoSystemRestart&id=0
[[[/REQUEST]]]
[[[/STEP]]]

[[[STEP]]]
[[[REQUEST raw="true"]]]
GET /restart_wait.htm HTTP/1.1
Host: %%%routerip%%%
user-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:25.0) Gecko/20100101 Firefox/25.0
accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
accept-language: en-US,en;q=0.5
accept-encoding: gzip, deflate
connection: keep-alive
[[[/REQUEST]]]
[[[/STEP]]]

[[[STEP]]]
[[[REQUEST raw="true"]]]
GET /index.htm HTTP/1.1
Host: %%%routerip%%%
user-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:25.0) Gecko/20100101 Firefox/25.0
accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
accept-language: en-US,en;q=0.5
accept-encoding: gzip, deflate
connection: keep-alive
[[[/REQUEST]]]
[[[/STEP]]]

[[[/HSRC]]]


You will have to insert 192.168.1.1 in the field "Router IP" or maybe replace %%%routerip%%% with it.
Also replace *Password

You might be able to delete half of these steps, I'll try that later.

Last edited by lolcat; 24.04.2014 at 16:15.
Reply With Quote
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 13:23.
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.