summaryrefslogtreecommitdiffstats
path: root/bin/jdownloader/jd/router/netgear.xml
blob: a38536448ff4e6ef339ea5cc12326ab3ff3990be (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
<?xml version="1.0" encoding="UTF-8"?> 
<java version="1.6.0_03" class="java.beans.XMLDecoder"> 
 <object class="java.util.Vector"> 
  <void method="add"> 
   <array class="java.lang.String" length="6"> 
    <void index="0"> 
     <string>Netgear</string> 
    </void> 
    <void index="1"> 
     <string>Netgear WGT 624 V3 Firmware: V4.1.9_1.0.1</string> 
    </void> 
    <void index="2"> <string>[[[HSRC]]]
    [[[STEP]]]
        [[[REQUEST]]]
            POST /st_poe.cgi HTTP/1.1
            Host: %%%routerip%%%
            Authorization: Basic %%%basicauth%%%

Disconnect=+Trennen+
        [[[/REQUEST]]]
    [[[/STEP]]]
    [[[STEP]]][[[WAIT seconds="3"/]]][[[/STEP]]]
    [[[STEP]]]
        [[[REQUEST]]]
            POST /st_poe.cgi HTTP/1.1
            Host: %%%routerip%%%
            Authorization: Basic %%%basicauth%%%

Connect=+Verbinden+
        [[[/REQUEST]]]
    [[[/STEP]]]
[[[/HSRC]]]</string> 
    </void> 
    <void index="3"> 
     <string>(?s).*(Netgear|WGT).*</string> 
    </void> 
    <void index="4"> 
     <string>admin</string> 
    </void> 
    <void index="5"> 
     <string>1234</string> 
    </void> 
   </array> 
  </void> 
 </object> 
</java>