Thread: [Reconnect working] Reconnexion impossible avec B-Box 2
View Single Post
  #23  
Old 18.12.2011, 14:39
Freeloader
Guest
 
Posts: n/a
Default

Try this, you still dont have a login phase ? thats what I wonder most... So even if I got the script right theres no login. How can we execute the steps without logging in.

Spoiler:
Code:
[[[HSRC]]]

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

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

[[[/REQUEST]]]
[[[PARSE]]]
num:session_id=(\d+)
tra:transaction_id..value="(\d+)"
[[[/PARSE]]]
[[[/STEP]]]]

[[[STEP]]]
[[[REQUEST]]]
POST /cache/1930683057/index.cgi HTTP/1.1
Host: %%%routerip%%%

active_page=9057&session_id=%%%num%%%&prev_page=0&page_title=Status&nav_stack_0=9057&mimic_button_fi eld=submit_button_conn_disconect%3A+..&button_value=&transaction_id=%%%tra%%%
[[[/REQUEST]]]
[[[/STEP]]]

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

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

[[[/REQUEST]]]
[[[PARSE]]]
num:session_id=(\d+)
tra:transaction_id..value="(\d+)"
[[[/PARSE]]]
[[[/STEP]]]]

[[[STEP]]]
[[[REQUEST]]]
POST /cache/499901017/index.cgi HTTP/1.1
Host: %%%routerip%%%

active_page=9057&session_id=%%%num%%%&prev_page=9057&page_title=Status&nav_stack_0=9057&nav_9057_butt on_value=&mimic_button_field=submit_button_conn_connect%3A+..&button_value=&transaction_id=%%%tra%%%
[[[/REQUEST]]]
[[[/STEP]]]

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

[[[STEP]]]
[[[REQUEST]]]
GET /cache/499901017/WebGuiDhcpsLog.txt HTTP/1.1
Host: %%%routerip%%%
[[[/REQUEST]]]
[[[/STEP]]]

[[[STEP]]]
[[[REQUEST]]]
GET /cache/499901017/WebGui.txt HTTP/1.1
Host: %%%routerip%%%
[[[/REQUEST]]]
[[[/STEP]]]

[[[/HSRC]]]

Last edited by Freeloader; 19.12.2011 at 18:22.