[Diskussion] Speedport W921v

Hatte das W921V ein paar Tage daheim und habs dann wieder zurückgeschickt.

Die Firmware ist nicht ausgereift, bsp. funktionierte NAS nicht auf allen Rechner im Netz (alle mit Windows 7), USB Datenträger wurden teilweise erst nach mehrmaligen rein und raus erkannt. Aber gerader deswegen wollte ich den neuen Router, da mein W920V / 7570 eine träge USB Datenraten hat und Netzwerk nur 100Mbit hat.

WLAN auf dem W921V liess ebenfalls zu wünschen übrig, hatte das erste mal schlechte WLAN Verbindung auf meinem Handy.
 
Einen Schritt weiter...

Stimmt.Aber jetzt (und um ca. 1k verschätzt). Bytes 0x000000 bis incl. 0x3FFC03 sind verschlüsselt, der Rest ab 0x3FFC04 ist nicht "[ZIP 3]-behandelt". Ohne die ersten 4 Bytes liegt die Grenze natürlich bei 0x3FFBFF / 0x3FFC00.
Der Tipp war Gold wert. :)
Man muss die ersten 0x3FFBFF Bytes entschlüsseln (XOR 0x50 und die "Byte-Vertauschung - erste 3 Bytes von jedem 16-Byte-Block durch erste 3 Bytes vom nächsten Block ersetzken") und dann nach dem verschlüsselten Teil der FW nochmal 3 Bytes wegwerfen. Der Rest der FW ist unverschlüsselt.

Hab' soeben mein w921_dec dementsprechend angepasst.
Somit kann jetzt auch der Part 3 (DSL-Chip Firmware) mittels lzma.exe entpackt werden. Part 4 (ISDN-Controller Firmware??) konnte ja bisher schon entpackt werden.
Die Parts 1 (Betriebssystem) und 2 (Pseudo-Filesystem für Web-Oberfläche) können leider noch nicht entschlüsselt werden - da ist noch die "zweite Verschlüsselung" dabei, die beim W921V anders ist, als beim W722V Typ B.

Code:
D:\DSL_Debug\Firmware\W921V>w921_dec.exe fw_Speedport_W921V_fw_1.08.000.bin
-------------------------------------------------------------------------------
     W921V firmware decrpytion utility v0.100 ** For personal use only **
             ® 2011 by Andi_84 ++ Special thanks to scolopender ++
              ** This tool comes with absolutely no warranty! **
-------------------------------------------------------------------------------
Opened firmware file fw_Speedport_W921V_fw_1.08.000.bin, size: 4719640 Bytes.
Reading firmware file ... Finished, 4719640 Bytes read.
[COLOR="green"]Decrypting firmware file ... Finished, got 4719636 Bytes.
Writing decrypted firmware to output file fw_Speedport_W921V_fw_1.08.000_decrypted.bin ... Finished, 4719636 Bytes written.[/COLOR]
Extracting parts ...

 Part 1: 0x00000000 ... 0x002AF7FF
  [COLOR="green"]Size: 2816000 Bytes (0x002AF800)
  Format: bin (compressed)
  File size: 2814956 Bytes (0x002AF3EC) -> OK.
  CRC: 0BBC4CE6 -> OK.
  Type: 00000000 -> Operating system
  Decrypting bin part ... Finished, got 2814948 Bytes.
  Uncompressed size: 7600384 Bytes
 Writing firmware part to output file fw_Speedport_W921V_fw_1.08.000-1.lzma ... Finished, 2814948 Bytes written.[/COLOR]
 [COLOR="red"]Uncompressing file using lzma.exe ...
lzma.exe d fw_Speedport_W921V_fw_1.08.000-1.lzma fw_Speedport_W921V_fw_1.08.000-1.bin

LZMA 9.20 : Igor Pavlov : Public domain : 2010-11-18
SetDecoderProperties error
 Error while decompressing file, lzma.exe returned 1
[/COLOR]
 Part 2: 0x002AF800 ... 0x003D2FFF
  [COLOR="green"]Size: 1193984 Bytes (0x00123800)
  Format: bin (compressed)
  File size: 1192940 Bytes (0x001233EC) -> OK.
  CRC: 4282C176 -> OK.
  Type: 0000000A -> Pseudo-Filesystem for Web interface
  Decrypting bin part ... Finished, got 1192931 Bytes.[/COLOR]
  [COLOR="red"]Uncompressed size: 9660502677255094272 Bytes[/COLOR]
 Writing firmware part to output file fw_Speedport_W921V_fw_1.08.000-2.lzma ... Finished, 1192931 Bytes written.
 [COLOR="red"]Uncompressing file using lzma.exe ...
lzma.exe d fw_Speedport_W921V_fw_1.08.000-2.lzma fw_Speedport_W921V_fw_1.08.000-2.bin

LZMA 9.20 : Igor Pavlov : Public domain : 2010-11-18
Decoder error
 Error while decompressing file, lzma.exe returned 1
[/COLOR]
[COLOR="green"] Part 3: 0x003D3000 ... 0x004273FF
  Size: 345088 Bytes (0x00054400)
  Format: lzma
  File size: 344044 Bytes (0x00053FEC) -> OK.
  CRC: F8B5E0A3 -> OK.
  Type: 0000003C -> DSL Annex B firmware
  Uncompressed size: 759900 Bytes
 Writing firmware part to output file fw_Speedport_W921V_fw_1.08.000-3.lzma ... Finished, 344044 Bytes written.
 Uncompressing file using lzma.exe ...
lzma.exe d fw_Speedport_W921V_fw_1.08.000-3.lzma fw_Speedport_W921V_fw_1.08.000-3.bin

LZMA 9.20 : Igor Pavlov : Public domain : 2010-11-18
 Finished successfully.

 Part 4: 0x00427400 ... 0x004803FF
  Size: 364544 Bytes (0x00059000)
  Format: lzma
  File size: 363500 Bytes (0x00058BEC) -> OK.
  CRC: 0C26E9E3 -> OK.
  Type: 0000005A -> Probably ISDN firmware
  Uncompressed size: 526476 Bytes
 Writing firmware part to output file fw_Speedport_W921V_fw_1.08.000-4.lzma ... Finished, 363500 Bytes written.
 Uncompressing file using lzma.exe ...
lzma.exe d fw_Speedport_W921V_fw_1.08.000-4.lzma fw_Speedport_W921V_fw_1.08.000-4.bin

LZMA 9.20 : Igor Pavlov : Public domain : 2010-11-18
 Finished successfully.
[/COLOR]
 [COLOR="darkgreen"]Part 5: 0x00480400 ... 0x00480413
  Size: 20 Bytes (0x00000014)
  Format: bin
 Writing firmware part to output file fw_Speedport_W921V_fw_1.08.000-5.bin ... Finished, 20 Bytes written.[/COLOR]

Finished extracting, found 5 parts

Download der aktuellen Beta-Version vom arcadyan_dec:
Anhang anzeigen 60618
EDIT:
Neue Version verfügbar, siehe diesen Post: KLICK.
/EDIT


HINWEISE:
  • Keine Haftung für evtl. Schäden, die aus der Benutzung des Tools entstehen.
  • Download des Utilities nur hier als Attachement dieses Posts, keine Weiterverteilung ohne mein vorheriges Einverständnis!


Zum Ausführen des Tools braucht ihr noch:
  • Microsoft Visual C++ 2010 SP1 Redistributable Package: KLICK.
  • lzma.exe (um gepackte Teile der FW entpacken zu können) [aus dem LZMA-SDK]: KLICK.
    Die lzma.exe muss in den gleichen Ordner, wie die w921_dec.exe

Das Tool produziert (wenn man es mit der fw_Speedport_W921V_fw_1.08.000.bin füttert) folgende Files:
  • fw_Speedport_W921V_fw_1.08.000_decrypted.bin (4.719.636 Bytes) -> Firmware nach Anwendung der "ersten Entschlüsselung"
  • fw_Speedport_W921V_fw_1.08.000-1.lzma (2.814.948 Bytes) -> Betriebssystem [kann noch nicht entpackt werden!]
  • fw_Speedport_W921V_fw_1.08.000-2.lzma (1.192.931 Bytes) -> Pseudo-Filesystem für Web-Oberfläche [kann noch nicht entpackt werden!]
  • fw_Speedport_W921V_fw_1.08.000-3.lzma (344.044 Bytes) -> Firmware für DSL-Chip
    -> Wird entpackt zu fw_Speedport_W921V_fw_1.08.000-3.bin (759.900 Bytes)
  • fw_Speedport_W921V_fw_1.08.000-4.lzma (363.500 Bytes) -> Firmware für ISDN-Controller?
    -> Wird entpackt zu fw_Speedport_W921V_fw_1.08.000-4.bin (526.476 Bytes).
  • fw_Speedport_W921V_fw_1.08.000-5.bin (20 Bytes)
    Inhalt:
    Code:
    00000000   42 52 4E 44 54 57 39 32  31 00 56 31 2E 30 38 2E   BRNDTW921 V1.08.
    00000010   30 30 30 00                                        000

VG,
Andi
 
Zuletzt bearbeitet:
Andi_84 schrieb:
Die Parts 1 (Betriebssystem) und 2 (Pseudo-Filesystem für Web-Oberfläche) können leider noch nicht entschlüsselt werden...
Auch das wirst Du herausbekommen - zum Vergleich der zweite Teil (das PFS) unverschlüsselt (als .lzma, aber geZIPpt, weil sonst nicht hochladbar) im Anhang.

G., -#####o:
 

Anhänge

  • fw108000-2.zip
    1.1 MB · Aufrufe: 69
Auch das wirst Du herausbekommen - zum Vergleich der zweite Teil (das PFS) unverschlüsselt (als .lzma, aber geZIPpt, weil sonst nicht hochladbar) im Anhang.
:)
Das wird eine Aufgabe für's Wochenende.

Derweil habe ich mal das "strings"-Utility auf den entpackten DSL-Treiber (also die fw_Speedport_W921V_fw_1.08.000-3.bin) angewandt.
Hier mal ein Auszug:
Code:
Strings v2.41
Copyright (C) 1999-2009 Mark Russinovich
Sysinternals - www.sysinternals.com

...

12818:hwhphrhv
...
48520::aTzXe
...
49910:@%U /%F%@$T /$
...
49944:R B%B Nz
...
73222:%x%
73268:%x"
...
73804:%x,
...
92688:KISN
92706:KISN
...
107823:rFINT
108536:N%B
108540:NzZx
108756:KISN
108771:qFINT
113910:Q"@!Q /!F$
[COLOR="darkred"][B]123056:NTFI[/B][/COLOR]
...
318437:xvRuuuu6?uuHuMuuuuuWYuuuuuuuuuuuluululluulluluululuuuuuuuuuuuuuu`uu`u``uu``u`uu`u`
...
443491:X!X
443495:XXXCXXXC
...
455592:...
455596:.......!
455606:.<>
[COLOR="darkred"][B]455628:@(#)V_5.3.3.D.1.6[/B][/COLOR]
...
613838::pzqHwZs
613859:#*pLidiNzn{
614041:qzrZs
...
[B][COLOR="darkred"]644376:@(#)5.3.5.9.1.2[/COLOR][/B]
...
668353:ZdYCX
...
673475:0 0-0M0z0z0
673499:1&1&131@1:1S1Z1M1Z1m1m1
673567:122
673615:2&2:2 2&2:2F2:232&232
673645:1m1M1 1
673659:0f*
673669:(&(
673675:(S)
673681:)-*M*
673693:* +:+s+m+
673713:,&,:,M,f,
673739:-&-&-3-:-F-Z-m-s-s-z-
673789:. .
673793:.&.
673797:.&.-.
673803:. .:[email protected].@. .
673843:-z-S-&-
673851:-@)
673859:(s(@(
673867:(M)
673873:):*M*
673885:+3+S+`+
673903:,3,:,@,Z,f,
673933:- -&-F-Z-S-z-f-
673949:-f-
673975:. .
673991:. .&.:[email protected].&[email protected].`.f.Z.f.`.@.:.-.
674035:-s-F-
....
674608:292:2;2<2=2>2?2@2A2B2C2D2E2F2G2H2I2J2K2L2M2N2O2P2Q2R2S2T2U2V2W2X
...
694484:-($ .)%!/*&"0+'#1,($2-)%3.*&4/+'50,(61-)72.*83/+940,:51-;62.<73/=840>951?:62@;73A<84B=95C>:6D?;7E@<8FA=9GB>:HC?;ID@<JEA=KFB>LGC?MHD@NIEAOJFBPKGCQLHDRMIESNJFTOKGUPLHVQMIWRNJXSOKYTPLZUQM[VRN\WSO]XTP^YUQ_ZVR`[WSa\XTb]YUc^ZVd_[We`\Xfa]Ygb^Zhc_[id`\jea]kfb^lgc_mhd`nieaojfbpkgcqlhdrmiesnjftokguplhvqmiwrnjxsokytplzuqm{vrn|wso}xtp~yuq
...
695504:,($ -)%!.*&"/+'#0,($1-)%2.*&3/+'40,(51-)62.*73/+840,951-:62.;73/<840=951>:62?;73@<84A=95B>:6C?;7D@<8EA=9FB>:GC?;HD@<IEA=JFB>KGC?LHD@MIEANJFBOKGCPLHDQMIERNJFSOKGTPLHUQMIVRNJWSOKXTPLYUQMZVRN[WSO\XTP]YUQ^ZVR_[WS`\XTa]YUb^ZVc_[Wd`\Xea]Yfb^Zgc_[hd`\iea]jfb^kgc_lhd`mieanjfbokgcplhdqmiernjfsokgtplhuqmivrnjwsokxtplyuqmzvrn{wso|xtp}yuq~zvr
....
696524:+($ ,)%!-*&".+'#/,($0-)%1.*&2/+'30,(41-)52.*63/+740,851-962.:73/;840<951=:62>;73?<84@=95A>:6B?;7C@<8DA=9EB>:FC?;GD@<HEA=IFB>JGC?KHD@LIEAMJFBNKGCOLHDPMIEQNJFROKGSPLHTQMIURNJVSOKWTPLXUQMYVRNZWSO[XTP\YUQ]ZVR^[WS_\XT`]YUa^ZVb_[Wc`\Xda]Yeb^Zfc_[gd`\hea]ifb^jgc_khd`lieamjfbnkgcolhdpmieqnjfrokgsplhtqmiurnjvsokwtplxuqmyvrnzwso{xtp|yuq}zvr~{ws
....
697544:*($ +)%!,*&"-+'#.,($/-)%0.*&1/+'20,(31-)42.*53/+640,751-862.973/:840;951<:62=;73><84?=95@>:6A?;7B@<8CA=9DB>:EC?;FD@<GEA=HFB>IGC?JHD@KIEALJFBMKGCNLHDOMIEPNJFQOKGRPLHSQMITRNJUSOKVTPLWUQMXVRNYWSOZXTP[YUQ\ZVR][WS^\XT_]YU`^ZVa_[Wb`\Xca]Ydb^Zec_[fd`\gea]hfb^igc_jhd`kiealjfbmkgcnlhdomiepnjfqokgrplhsqmitrnjusokvtplwuqmxvrnywsozxtp{yuq|zvr}{ws~|xt
....
698564:)($ *)%!+*&",+'#-,($.-)%/.*&0/+'10,(21-)32.*43/+540,651-762.873/9840:951;:62<;73=<84>=95?>:6@?;7A@<8BA=9CB>:DC?;ED@<FEA=GFB>HGC?IHD@JIEAKJFBLKGCMLHDNMIEONJFPOKGQPLHRQMISRNJTSOKUTPLVUQMWVRNXWSOYXTPZYUQ[ZVR\[WS]\XT^]YU_^ZV`_[Wa`\Xba]Ycb^Zdc_[ed`\fea]gfb^hgc_ihd`jieakjfblkgcmlhdnmieonjfpokgqplhrqmisrnjtsokutplvuqmwvrnxwsoyxtpzyuq{zvr|{ws}|xt~}yu
...
747657:IEA
747661:JFB
747665:KGC
747669:LHD
747673:MIE
747677:NJF OKG!PLH"QMI#RNJ$SOK%TPL&UQM'VRN(WSO)XTP*YUQ+ZVR,[WS-\XT.]YU/^ZV0_[W1`\X2a]Y3b^Z4c_[5d`\6ea]7fb^8gc_9hd`:iea;jfb<kgc=lhd>mie?njf@okgAplhBqmiCrnjDsokEtplFuqmGvrnHwsoIxtpJyuqKzvrL{wsM|xtN}yuO~zvP
752785:PLH
752789:QMI
752793:RNJ
752797:SOK TPL!UQM"VRN#WSO$XTP%YUQ&ZVR'[WS(\XT)]YU*^ZV+_[W,`\X-a]Y.b^Z/c_[0d`\1ea]2fb^3gc_4hd`5iea6jfb7kgc8lhd9mie:njf;okg<plh=qmi>rnj?sok@tplAuqmBvrnCwsoDxtpEyuqFzvrG{wsH|xtI}yuJ~zvK
...
757841:EA=
757845:FB>
757849:GC?
757853:HD@
757857:IEA
757861:JFB
757865:KGC
757869:LHD
757873:MIE
757877:NJF
757881:OKG
757885:PLH
757889:QMI
757893:RNJ
757897:SOK
757901:TPL
757905:UQM
757909:VRN
757913:WSO
757917:XTP YUQ!ZVR"[WS#\XT$]YU%^ZV&_[W'`\X(a]Y)b^Z*c_[+d`\,ea]-fb^.gc_/hd`0iea1jfb2kgc3lhd4mie5njf6okg7plh8qmi9rnj:sok;tpl<uqm=vrn>wso?xtp@yuqAzvrB{wsC|xtD}yuE~zvF
(Die Zahl vor dem Doppelpunkt ist jeweils der Offset (dezimal) im File).

Interessant sind v.a. folgende:
Code:
123056:NTFI
-> Das ist "IFTN", also die DSL-Vendor-Id von Lantiq / Infineon.

Code:
455628:@(#)V_5.3.3.D.1.6 
644376:@(#)5.3.5.9.1.2
-> Das dürften die DSL-Versionen für VDSL und ADSL sein.

VG,
Andi
 
Auch das wirst Du herausbekommen - zum Vergleich der zweite Teil (das PFS) unverschlüsselt (als .lzma, aber geZIPpt, weil sonst nicht hochladbar) im Anhang.
Jeap, der Part 2 (PFS für Web-Oberfläche) kann jetzt auch entschlüsselt werden. :)

Code:
...
 [COLOR="green"]Part 2: 0x002AF800 ... 0x003D2FFF
  Size: 1193984 Bytes (0x00123800)
  Format: bin (compressed)
  File size: 1192940 Bytes (0x001233EC) -> OK.
  CRC: 4282C176 -> OK.
  Type: 0000000A -> Pseudo-Filesystem for Web interface
  Decrypting bin part ... Finished, got 1192935 Bytes.
  Uncompressed size: 5287026 Bytes
 Writing firmware part to output file fw_Speedport_W921V_fw_1.08.000-2.lzma ... Finished, 1192935 Bytes written.
 Uncompressing file using lzma.exe ...
lzma.exe d fw_Speedport_W921V_fw_1.08.000-2.lzma fw_Speedport_W921V_fw_1.08.000-2.bin

LZMA 9.20 : Igor Pavlov : Public domain : 2010-11-18
 Finished successfully.[/COLOR]
...

Technische Details:
Zunächst läuft die Entschlüsselung wie beim W722V Typ B:
Zunächst die ersten 4 Bytes (Signatur) wegwerfen, dann 32 Bytes (u.a. lzma-Header) ab Offset 0x64 mit den ersten 32 Bytes des Parts tauschen. Dabei auch die Nibbles jedes Bytes und die Bytes jedes Words vertauschen.
Anschließend nochmal 1 Byte wegwerfen.
Jetzt kommen die Unterschiede:
Dann im gesamten Part: Alle Bytes XOR 0xAA nehmen und die ersten 3 Bytes jedes 12-Byte-Blocks durch die ersten 3 Bytes des nächsten 12-Byte-Blocks ersetzen.
Und dann noch ein Schritt:
Ab Byte 72 (und dann jeweils für jeden folgenden Block von 96 Bytes): Die ersten 3 Bytes des Blocks merken, dann die folgenden 9 Bytes um 3 Bytes nach vorne verschieben, anschließend direkt hinter dem nach vorne verschobenen Block die gemerkten 3 Bytes reinkopieren.

Ergebnis:
Heraus kommt zunächste eine fw_Speedport_W921V_fw_1.08.000-2.lzma, die dann durch lzma.exe noch zu einer fw_Speedport_W921V_fw_1.08.000-2.bin (5.287.026 Bytes) entpackt wird.

Obwohl das File im Hex-Editor "brauchbar" aussieht, und vom Aufbau her dem PFS des W722V Typ B ähnelt, kann es mit dem Programm SP700ex nicht entpackt werden.

hex.png

sp700ex.png

Mal sehen, ob sich eine alternative Möglichkeit zum Zerlegen des PFS-Files in seine einzelnen Dateien ergibt...

Der Part 1 (OS) kann noch nicht entschlüsselt werden, der ist nochmal anders verschlüsselt.

Download der neuen Beta-Version vom w921_dec: Anhang anzeigen 60650
EDIT:
Neue Version verfügbar, siehe diesen Post: KLICK.
/EDIT


VG,
Andi
 
Zuletzt bearbeitet:
Andi_84 schrieb:
Obwohl das File im Hex-Editor "brauchbar" aussieht, und vom Aufbau her dem PFS des W722V Typ B ähnelt, kann es mit dem Programm SP700ex nicht entpackt werden.
Das SP700EX kommt anscheinend mit der Längenangabe "256" für die Dateipfade nicht klar, das sieht da wohl nur ein Byte statt 16 Bit (und liest eine 0):
Falsch. Auflisten geht, Dateisystem mit Inhalten erstellen geht nicht.

Andi_84 schrieb:
Mal sehen, ob sich eine alternative Möglichkeit zum Zerlegen des PFS-Files in seine einzelnen Dateien ergibt...
Das musst Du dann wohl oder übel selber machen.
Andi_84 schrieb:
Der Part 1 (OS) kann noch nicht entschlüsselt werden, der ist nochmal anders verschlüsselt.
Den habe ich auch unverschlüsselt, kann ihn aber nicht als Anhang hochladen (vgl. da). Deshalb hier extern.

G., -#####o:
 
Zuletzt bearbeitet:
Den habe ich auch unverschlüsselt, kann ihn aber nicht als Anhang hochladen
...
Auch dieses File erwies sich als sehr nützlich, um die Verwürfelung zu verstehen. :)
Details:
Es beginnt wieder wie beim W722V Typ B.
Zuerst 4 Bytes am Anfang des Parts wegwerfen (Signatur). Anschließend 32 Bytes ab Offset 0x64 mit den ersten 32 Bytes des Parts vertauschen. Dabei auch die Nibbles jedes Bytes und die Bytes jedes Words vertauschen.
Jetzt beginnen die Unterschiede:
Danach nochmal 3 Bytes wegwerfen. Anschließend des ganze Part XOR 0xAA nehmen (nicht nur einen Teil wie beim W722V).
Nun ab Byte 16 (und dann jeweils für jeden folgenden Block von 32 Bytes): Das erste Byte des Blocks merken, dann die folgenden 4 Bytes um 1 Byte nach vorne verschieben, anschließend direkt hinter dem nach vorne verschobenen Block das gemerkte Byte reinkopieren.
Und dann noch eine Byte-Tauscherei:
Jeweils das erste Byte eines 4-Byte-Blocks durch das erste Byte des nächsten 4 Byte-Blocks ersetzen. Das ganze hat noch 2 Aushahmen (n: Nummer des Bytes):
* Falls (n + 20) modulo 32 == 0 dann: Das erste Byte des 4-Byte-Blocks durch das erste Byte des übernächsten 4-Byte-Blocks ersetzen.
* Falls (n + 16) modulo 32 == 0 dann: Nichts ersetzen.


Nun kann die gesamte FW zerlegt werden:
Code:
D:\DSL_Debug\Firmware\W921V>w921_dec.exe fw_Speedport_W921V_fw_1.08.000.bin
-------------------------------------------------------------------------------
     W921V firmware decrpytion utility v0.250 ** For personal use only **
             ® 2011 by Andi_84 ++ Special thanks to scolopender ++
              ** This tool comes with absolutely no warranty! **
-------------------------------------------------------------------------------
Opened firmware file fw_Speedport_W921V_fw_1.08.000.bin, size: 4719640 Bytes.
Reading firmware file ... Finished, 4719640 Bytes read.
Decrypting firmware file ... Finished, got 4719636 Bytes.
Writing decrypted firmware to output file fw_Speedport_W921V_fw_1.08.000_decrypted.bin ... Finished, 4719636 Bytes written.
Extracting parts ...

 Part 1: 0x00000000 ... 0x002AF7FF
  Size: 2816000 Bytes (0x002AF800)
  Format: bin (compressed)
  File size: 2814956 Bytes (0x002AF3EC) -> OK.
  CRC: 0BBC4CE6 -> OK.
  Type: 00000000 -> Operating system
  Decrypting bin part ... Finished, got 2814948 Bytes.
  Uncompressed size: 13530105 Bytes
 Writing firmware part to output file fw_Speedport_W921V_fw_1.08.000-1.lzma ... Finished, 2814948 Bytes written.
 Uncompressing file using lzma.exe ...
lzma.exe d fw_Speedport_W921V_fw_1.08.000-1.lzma fw_Speedport_W921V_fw_1.08.000-1.bin

LZMA 9.20 : Igor Pavlov : Public domain : 2010-11-18
 Finished successfully.

 Part 2: 0x002AF800 ... 0x003D2FFF
  Size: 1193984 Bytes (0x00123800)
  Format: bin (compressed)
  File size: 1192940 Bytes (0x001233EC) -> OK.
  CRC: 4282C176 -> OK.
  Type: 0000000A -> Pseudo-Filesystem for Web interface
  Decrypting bin part ... Finished, got 1192935 Bytes.
  Uncompressed size: 5287026 Bytes
 Writing firmware part to output file fw_Speedport_W921V_fw_1.08.000-2.lzma ... Finished, 1192935 Bytes written.
 Uncompressing file using lzma.exe ...
lzma.exe d fw_Speedport_W921V_fw_1.08.000-2.lzma fw_Speedport_W921V_fw_1.08.000-2.bin

LZMA 9.20 : Igor Pavlov : Public domain : 2010-11-18
 Finished successfully.

 Part 3: 0x003D3000 ... 0x004273FF
  Size: 345088 Bytes (0x00054400)
  Format: lzma
  File size: 344044 Bytes (0x00053FEC) -> OK.
  CRC: F8B5E0A3 -> OK.
  Type: 0000003C -> DSL Annex B firmware
  Uncompressed size: 759900 Bytes
 Writing firmware part to output file fw_Speedport_W921V_fw_1.08.000-3.lzma ... Finished, 344044 Bytes written.
 Uncompressing file using lzma.exe ...
lzma.exe d fw_Speedport_W921V_fw_1.08.000-3.lzma fw_Speedport_W921V_fw_1.08.000-3.bin

LZMA 9.20 : Igor Pavlov : Public domain : 2010-11-18
 Finished successfully.

 Part 4: 0x00427400 ... 0x004803FF
  Size: 364544 Bytes (0x00059000)
  Format: lzma
  File size: 363500 Bytes (0x00058BEC) -> OK.
  CRC: 0C26E9E3 -> OK.
  Type: 0000005A -> Probably ISDN firmware
  Uncompressed size: 526476 Bytes
 Writing firmware part to output file fw_Speedport_W921V_fw_1.08.000-4.lzma ... Finished, 363500 Bytes written.
 Uncompressing file using lzma.exe ...
lzma.exe d fw_Speedport_W921V_fw_1.08.000-4.lzma fw_Speedport_W921V_fw_1.08.000-4.bin

LZMA 9.20 : Igor Pavlov : Public domain : 2010-11-18
 Finished successfully.

 Part 5: 0x00480400 ... 0x00480413
  Size: 20 Bytes (0x00000014)
  Format: bin
 Writing firmware part to output file fw_Speedport_W921V_fw_1.08.000-5.bin ... Finished, 20 Bytes written.

Finished extracting, found 5 parts

Der Part 1 (Betriebssystem) wird entpackt zu einer fw_Speedport_W921V_fw_1.08.000-1.bin [12,9 MB (13.530.105 Bytes)].
Vergleich zum W722V Typ B: Dort hat das OS eine Größe von 8,29 MB (8.694.156 Bytes).


Strings findet man eine ganze Menge in dem OS-File...
Siehe das angehängte File: Anhang anzeigen str_1.zip
(Forum packt es als [ code ] nicht...

Die "interessanteren" Strings mal rausgegriffen:
Code:
/home/minghsiu/proj/DT_W921V/source/firmware_dt/
0900326690
0191066730
var hyper_link="<a href='http://www.vendor.com' target='_blank'>";
var urlname="www.vendor.com";
var vendor_name="Vendor";
var company="Vendor";
Speedport W 921V
@setup.t-online.de
stun.t-online.de
[email protected]
tel.t-online.de
acs.t-online.de
%s%s#%[email protected]
%s%s%[email protected]
[email protected]
#[email protected]
%[email protected]
smtpmail.t-online.de
*.t-online.de
internet.t-mobile
t-online-com
t-online-com.de
192.168.2.1
255.255.255.0
192.168.2.1
192.168.2.100
192.168.2.199
speedport.ip
192.168.4.100
FW.BIN
ntp1.t-online.de
ptbtime1.ptb.de
www.telekom.de
/dtag/downloads/version154dsl.htm
140.92.61.131
https://acs.t-online.de/acs-v2/
webdav.mediencenter.t-online.de
t_VGV953AKW
t-online.de
10.21.0.7
192.88.99.1
time20.stupi.se
charlie_wang[COLOR="darkred"]'ät'[/COLOR]t-online.de
(Das 'ät' hab ich statt dem @ dort reingemacht)


Neue Version vom w921_dec ist an diesen Post angehängt.
EDIT:
Neue Version ist in diesem Post verfügbar: KLICK.
/EDIT


scolopender schrieb:
...
Das musst Du dann wohl oder übel selber machen.
Jeap. Work in progress...

VG,
Andi
 
Zuletzt bearbeitet:
Andi_84 schrieb:
Die "interessanteren" Strings mal rausgegriffen...
Meiner Meinung nach sind die hier noch interessanter:
Code:
8380144:setup_hidden_interface_wan.cgi
8380176:setup_hidden_interface_lan.cgi
8380208:Batmint.cgi
8380220:setup_hidden_arp.cgi
8380244:setup_hidden_arp_modify.cgi
8380272:setup_hidden_dhcpd.cgi
8380296:setup_hidden_dns.cgi
8380320:diagnostics.cgi
8380336:wireless_eb.cgi
8380352:ipv6_log
8380364:ipv6_status.cgi
8380380:ipv6_debug.cgi
8380396:tr64_eb.cgi
8380408:modus.cgi
8380420:avlan.cgi
8380432:WIR_rule_eb.cgi
8380448:nat_del.cgi
8380460:nat_fir_wir_mod.cgi
8380480:ppp_eb.cgi
8380492:DeviceType.xml
8380508:tr69_setup.cgi
8380524:upnp_dlna.cgi
8380540:auto_provis.cgi
8380556:autoip.exe
8380568:aadsl.cgi
8380580:umts_setpin.cgi
8380596:unplug.cgi
8380608:usb_byuser.cgi
8380624:setup_ddns.cgi
8380640:fire_eb.cgi
8380652:aoschdel.cgi
8380668:setup_schxx.cgi
8380684:ac_control.cgi
8380700:aoaccdel.cgi
8380716:aoaccadd.cgi
8380732:aurlbk.cgi
8380744:firewall_SPI.cgi
8380764:logout.cgi
8380776:login.cgi
8380788:status_startseite.cgi
8380812:nat_dmz.cgi
8380824:wps_set.cgi
8380836:wireless_security.cgi
8380860:wireless_e.cgi
8380876:enable_mac_f.cgi
8380896:wireless_f_1.cgi
8380916:wireless.cgi
8380932:wireless_ssid.cgi
8380952:antenna_test.cgi
8380972:debug.cgi
8380984:stick_tele.cgi
8381000:call_wait_byport.cgi
8381024:area_rule.cgi
8381040:block_rule.cgi
8381056:allow_rule.cgi
8381072:apparatus_type.cgi
8381092:dsl_exkl.cgi
8381108:dt-forward.cgi
8381124:voip_dplan.cgi
8381140:dt503-isdn-msn.cgi
8381160:dt-isdn-msn.cgi
8381176:dt-call-in_1.cgi
8381196:dt-call-in.cgi
8381212:dt-call-out.cgi
8381228:dt-emergency-call.cgi
8381252:dt-call-wait.cgi
8381272:dt-phone-label.cgi
8381292:dt-call-ext-auto.cgi
8381316:dt-voip-acc-edit.cgi
8381340:intern.cgi
8381352:internal_num_setup.cgi
8381376:setup_toline.cgi
8381396:voip-acc-edit.cgi
8381416:voip-ext-out.cgi
8381436:voip-ext-in.cgi
8381452:dect_telbuch.cgi
8381472:dect_base.cgi
8381488:unreg_hs.cgi
8381504:qos_mvcls.cgi
8381520:qos_delcls.cgi
8381536:qos_submit_cls.cgi
8381556:qos_eb.cgi
8381568:undoc_upgrade.cgi
8381588:wlan_ein.cgi
8381604:unblock.cgi
8381616:block.cgi
8381628:disconnect.exe
8381644:connect.exe
8381656:pktDump.cap
8381668:statusprocess.cgi
8381688:statusprocess2.cgi
8381708:config.bin
8381720:ArouteNew.cgi
8381736:setup_remote_mgmt.cgi
8381760:setup_dmz.cgi
8381776:nat_sp_a.cgi
8381792:nat_sp.cgi
8381804:setup_virtualserver.cgi
8381828:setup_dns.cgi
8381844:ping_test.nph
8381860:ping_test.cgi
8381876:setup_wan_fix.cgi
8381896:setup_wan.cgi
8381912:setup_hidden_lan.cgi
8381936:ntp_setting.cgi
8381952:setup_config_data.cgi
8381976:setup_fix_pat.cgi
8381996:setup_wan_modem.cgi
8382016:del_call_log.cgi
8382036:p_dns.cgi
8382048:assistent_7.cgi
8382064:assi_umts.cgi
8382080:assistent_2.cgi
8382096:wireless_debug.cgi
8382116:OtherDevice.json
8382136:WPSStatus.json
8382152:NASWorkgroup.json
8382172:NASBackupEntry.json
8382192:NASDevice.json
8382208:NASMediacenter.json
8382228:NASUser.json
8382244:NASEmailSettings.json
8382268:NASMediaReplay.json
8382288:NewDirectoryEntry.json
8382312:DiskDirectoryEntry.json
8382336:ManagedDevice.json
8382356:Assistant.json
8382372:ExtendedRules.json
8382392:TimeRules.json
8382408:Backup.json
8382420:FirmwareUpdate.json
8382440:InternetConnection.json
8382464:AuswAss.json
8382480:EAStatus.json
8382496:Connect.json
8382512:WebnWalk.json
8382528:NASBackup.json
8382544:NASSync.json
8382560:NASLight.json
8382576:LAN.json
8382588:WLANRangeHandler.json
8382612:WLANAccess.json
8382628:WLANBasic.json
8382644:IPPrenumber.json
8382664:IPPhone.json
8382680:AnsweringMachine.json
8382704:PhoneSelection.json
8382724:PhoneDialedCalls.json
8382748:PhoneMissedCalls.json
8382772:PhoneTakenCalls.json
8382796:PhoneBook.json
8382812:PhoneCalls.json
8382828:PhoneNumber.json
8382848:cosic_mptest.cgi
8382868:DECT.json
8382880:DECTStation.json
8382900:ISDNPhonePlugs.json
8382920:PhonePlugs.json
8382936:Phone.json
8382948:PhoneNumberAssignment.json
8382976:PhoneSettings.json
8382996:PhoneWebnWalk.json
8383016:IPPhoneHandler.json
8383036:DynDNS.json
8383048:Portforwarding.json
8383068:FilterAndTime.json
8383088:PhoneNumbers.json
8383108:IPPhoneNumbers.json
8383128:INetIP.json
8383140:SystemMessages.json
8383160:Router.json
8383172:Reboot.json
8383184:Overview.json
8383200:Modules.json
8383216:SecureStatus.json
8383236:Login.json
8383248:temp.json
Das sind die Aktionen, die von der Bedienoberfläche ausgelöst werden können und irgendetwas einstellen (oder auch nicht, weil versteckt, totgelegt oder wirkungslos - Abgleich mit dem PFS erforderlich).

G., -#####o:
 
Zuletzt bearbeitet:
Meiner Meinung nach sind die hier noch interessanter:
...
Das sind die Aktionen, die von der Bedienoberfläche ausgelöst werden können und irgendetwas einstellen (oder auch nicht, weil versteckt, totgelegt oder wirkungslos - Abgleich mit dem PFS erforderlich).

Hier mal die Liste der Files aus dem PFS (inkl. Dateigröße):
Code:
www\images\styleguide\dropdown.png (9377 Bytes)
www\images\styleguide\links.png (9010 Bytes)
www\images\styleguide\flyout.png (11519 Bytes)
www\images\styleguide\klapper.png (5077 Bytes)
www\images\styleguide\buttons.png (4024 Bytes)
www\images\styleguide\progressbar_capazityIndicator.png (1969 Bytes)
www\images\styleguide\inputs_text.png (12741 Bytes)
www\images\styleguide\radiocheck.png (4774 Bytes)
www\images\icons\info_36x36.png (1139 Bytes)
www\images\icons\cursor_hand.png (542 Bytes)
www\images\icons\info_12x12.png (383 Bytes)
www\images\icons\home_32x32.png (1476 Bytes)
www\images\icons\lan_30x30.png (897 Bytes)
www\images\icons\configok_12x12.png (476 Bytes)
www\images\icons\internet_30x30.gif (1392 Bytes)
www\images\icons\internet_72x72.png (7101 Bytes)
www\images\icons\warn_30x30.png (814 Bytes)
www\images\icons\home_30x30.gif (772 Bytes)
www\images\icons\info_30x30.png (972 Bytes)
www\images\icons\warn_36x36.png (935 Bytes)
www\images\icons\fon_30x30.gif (592 Bytes)
www\images\icons\fold.png (230 Bytes)
www\images\icons\phone_30x30.gif (1068 Bytes)
www\images\icons\t.gif (445 Bytes)
www\images\icons\settings_30x30.gif (754 Bytes)
www\images\icons\lb_close.png (194 Bytes)
www\images\icons\lan_32x32.png (897 Bytes)
www\images\icons\internet_32x32.png (2757 Bytes)
www\images\icons\progresswheel.GIF (23401 Bytes)
www\images\icons\settings_30x30.png (1553 Bytes)
www\images\icons\phone_30x30.png (952 Bytes)
www\images\icons\check_mark_gray_20x20.png (1179 Bytes)
www\images\icons\lan_72x72.png (2484 Bytes)
www\images\icons\world_32x32.png (2606 Bytes)
www\images\icons\folder.png (477 Bytes)
www\images\icons\home_30x30.png (896 Bytes)
www\images\icons\mediacenter_20x20.png (1091 Bytes)
www\images\icons\sync_inactive_12x12.png (295 Bytes)
www\images\icons\fon_72x72.png (3337 Bytes)
www\images\icons\lan_30x30.gif (726 Bytes)
www\images\icons\usb_device_20x20.png (245 Bytes)
www\images\icons\unfold.png (180 Bytes)
www\images\icons\progresswheel2.gif (34241 Bytes)
www\images\icons\error_30x30.png (786 Bytes)
www\images\icons\ok_12x12_lb.png (1072 Bytes)
www\images\icons\warn_12x12.png (1145 Bytes)
www\images\icons\error_36x36.png (888 Bytes)
www\images\icons\safety_status_warn.png (1168 Bytes)
www\images\icons\favicon.ico (1150 Bytes)
www\images\icons\fone_32x32.png (1781 Bytes)
www\images\icons\ok_12x12.png (1072 Bytes)
www\images\icons\tbd_36x36.png (963 Bytes)
www\images\icons\active_12x12.gif (3879 Bytes)
www\images\icons\settings_32x32.png (1893 Bytes)
www\images\icons\internet_30x30.png (1918 Bytes)
www\images\icons\check_mark_20x20.png (761 Bytes)
www\images\icons\wrong_12x12.png (400 Bytes)
www\images\icons\safety_status_ok.png (1076 Bytes)
www\images\icons\functions\sort_down.png (983 Bytes)
www\images\icons\functions\restore_hover.png (200 Bytes)
www\images\icons\functions\start.png (166 Bytes)
www\images\icons\functions\stop.png (155 Bytes)
www\images\icons\functions\stop_hover.png (165 Bytes)
www\images\icons\functions\restore.png (191 Bytes)
www\images\icons\functions\start_hover.png (181 Bytes)
www\images\icons\functions\sort_up.png (984 Bytes)
www\images\icons\functions\add_hover.png (241 Bytes)
www\images\icons\functions\delete_hover.png (189 Bytes)
www\images\icons\functions\delete.png (189 Bytes)
www\images\icons\functions\add.png (241 Bytes)
www\images\icons\progresswheel\kringel2_solo02.png (1840 Bytes)
www\images\icons\progresswheel\kringel2_solo05.png (1774 Bytes)
www\images\icons\progresswheel\kringel2_solo18.png (1657 Bytes)
www\images\icons\progresswheel\kringel2_solo10.png (1919 Bytes)
www\images\icons\progresswheel\kringel2_solo09.png (1859 Bytes)
www\images\icons\progresswheel\kringel2_solo21.png (1771 Bytes)
www\images\icons\progresswheel\kringel2_solo12.png (1697 Bytes)
www\images\icons\progresswheel\kringel2_solo23.png (1785 Bytes)
www\images\icons\progresswheel\kringel2_solo19.png (1791 Bytes)
www\images\icons\progresswheel\wheel.gif (16421 Bytes)
www\images\icons\progresswheel\kringel2_solo13.png (1825 Bytes)
www\images\icons\progresswheel\kringel2_solo11.png (1770 Bytes)
www\images\icons\progresswheel\kringel2_solo22.png (1859 Bytes)
www\images\icons\progresswheel\wheel.png (27075 Bytes)
www\images\icons\progresswheel\kringel2_solo03.png (1961 Bytes)
www\images\icons\progresswheel\kringel2_solo16.png (1938 Bytes)
www\images\icons\progresswheel\kringel2_solo08.png (1816 Bytes)
www\images\icons\progresswheel\kringel2_solo04.png (1915 Bytes)
www\images\icons\progresswheel\kringel2_solo15.png (1906 Bytes)
www\images\icons\progresswheel\kringel2_solo06.png (1681 Bytes)
www\images\icons\progresswheel\kringel2_solo01.png (1777 Bytes)
www\images\icons\progresswheel\kringel2_solo20.png (1814 Bytes)
www\images\icons\progresswheel\kringel2_solo07.png (1788 Bytes)
www\images\icons\progresswheel\kringel2_solo24.png (1592 Bytes)
www\images\icons\progresswheel\progresswheel_onblack.gif (1627 Bytes)
www\images\icons\progresswheel\kringel2_solo14.png (1851 Bytes)
www\images\icons\progresswheel\progresswheel_onwhite.gif (1709 Bytes)
www\images\icons\progresswheel\kringel2_solo17.png (1876 Bytes)
www\images\icons\active\sync_arrow.gif (3860 Bytes)
www\images\icons\twisty\twisty_opened_hover.png (256 Bytes)
www\images\icons\twisty\twisty_opened.png (254 Bytes)
www\images\icons\twisty\twisty_closed_hover.png (254 Bytes)
www\images\icons\twisty\twisty_closed.png (254 Bytes)
www\images\background\nav_hover.png (607 Bytes)
www\images\background\nav_active.png (457 Bytes)
www\images\background\logoBg.gif (992 Bytes)
www\images\background\nav_middle.png (262 Bytes)
www\images\background\nav_default.png (743 Bytes)
www\images\background\line_gray.png (153 Bytes)
www\images\background\nav_right_default.png (988 Bytes)
www\images\background\nav_right_active.png (852 Bytes)
www\images\background\nav_left_name.png (3258 Bytes)
www\images\background\nav_right_hover.png (1026 Bytes)
www\images\background\formfield\formfield_bg_bottom.png (996 Bytes)
www\images\background\formfield\formfield_bg.png (908 Bytes)
www\images\background\formfield\formfield_bg_top.png (1000 Bytes)
www\images\background\formfield\formfield_bg_small_top.png (993 Bytes)
www\images\background\formfield\formfield_bg_small_bottom.png (986 Bytes)
www\images\background\formfield\formfield_bg_small.png (906 Bytes)
www\images\background\content_box\content_box_content.png (988 Bytes)
www\images\background\content_box\content_box_top.png (329 Bytes)
www\images\background\content_box\content_box_bottom.png (472 Bytes)
www\images\background\lightbox\help.png (12604 Bytes)
www\images\background\lightbox\help_top.png (375 Bytes)
www\images\background\lightbox\info_top.png (334 Bytes)
www\images\background\lightbox\info_content.png (157 Bytes)
www\images\background\lightbox\info_bottom.png (536 Bytes)
www\images\background\lightbox\info.png (5152 Bytes)
www\images\background\lightbox\macFFBgHack.png (174 Bytes)
www\images\background\lightbox\help_content.png (162 Bytes)
www\images\background\lightbox\help_bottom.png (588 Bytes)
www\images\background\wizzard\wizard_right_active_next.png (1240 Bytes)
www\images\background\wizzard\wizard_left_active.png (1056 Bytes)
www\images\background\wizzard\wizard_connect_active_active.png (1402 Bytes)
www\images\background\wizzard\wizard_content_inactive.png (1018 Bytes)
www\images\background\wizzard\wizard_right_active.png (1097 Bytes)
www\images\background\wizzard\wizard_content_active.png (1020 Bytes)
www\images\background\wizzard\wizard_connect_active_inactive.png (1372 Bytes)
www\images\background\wizzard\wizard_dot_active.png (237 Bytes)
www\images\background\wizzard\wizard_dot_inactive.png (225 Bytes)
www\images\background\wizzard\wizard_dot_active.gif (97 Bytes)
www\images\background\wizzard\wizard_left_inactive.png (1049 Bytes)
www\images\background\wizzard\wizard_right_inactive.png (1083 Bytes)
www\images\background\wizzard\wizard_connect_inactive_inactive.png (1332 Bytes)
www\images\background\wizzard\wizard_dot_inactive.gif (97 Bytes)
www\images\background\overview\overview_bg_top.png (989 Bytes)
www\images\background\overview\overview_bg_clw.png (924 Bytes)
www\images\background\overview\overview_bg_clw_bottom.png (1105 Bytes)
www\images\background\overview\overview_bg_bottom.png (1016 Bytes)
www\images\background\overview\overview_bg.png (913 Bytes)
www\images\background\overview\overview_bg_clw_top.png (1090 Bytes)
www\images\visualizations\wlan_connect.png (11595 Bytes)
www\images\visualizations\nas_add_devices.png (37385 Bytes)
www\images\visualizations\plug1.png (3781 Bytes)
www\images\visualizations\wiring_analog.jpg (63725 Bytes)
www\images\visualizations\speedport_back.jpg (40812 Bytes)
www\images\visualizations\ext2int.png (2869 Bytes)
www\images\visualizations\ext2nas.png (2412 Bytes)
www\images\visualizations\plug2.png (2471 Bytes)
www\images\visualizations\folder_select.png (7702 Bytes)
www\images\visualizations\wiring_isdn.jpg (69321 Bytes)
www\images\visualizations\Anschlusschema_IP-Anschluss.jpg (237882 Bytes)
www\images\visualizations\nas2ext.png (2489 Bytes)
www\images\visualizations\wiring_none.jpg (55700 Bytes)
www\images\controls\radiobutton.gif (655 Bytes)
www\images\controls\checkbox.png (1141 Bytes)
www\images\controls\radiobutton_lb.png (1111 Bytes)
www\images\controls\buttons_gray_bg.png (1992 Bytes)
www\images\controls\buttons.png (2300 Bytes)
www\images\controls\checkbox.gif (639 Bytes)
www\images\controls\radiobutton.png (1111 Bytes)
www\images\controls\scrollbar\scroll_down_hover.png (982 Bytes)
www\images\controls\scrollbar\scroll_grip.png (989 Bytes)
www\images\controls\scrollbar\scroll_up.png (987 Bytes)
www\images\controls\scrollbar\scroll_right_hover.png (941 Bytes)
www\images\controls\scrollbar\scroll_left.png (940 Bytes)
www\images\controls\scrollbar\scroll_up_hover.png (987 Bytes)
www\images\controls\scrollbar\scroll_right.png (941 Bytes)
www\images\controls\scrollbar\scroll_grip_horizontal.png (1005 Bytes)
www\images\controls\scrollbar\scroll_left_hover.png (940 Bytes)
www\images\controls\scrollbar\scroll_grip_horizontal_hover.png (1005 Bytes)
www\images\controls\scrollbar\scroll_grip_hover.png (989 Bytes)
www\images\controls\scrollbar\scroll_background.png (973 Bytes)
www\images\controls\scrollbar\scroll_background_horizontal.png (918 Bytes)
www\images\controls\scrollbar\scroll_down.png (982 Bytes)
www\images\controls\inputfield\inputfield_tripple.png (1439 Bytes)
www\images\controls\inputfield\inputfield_small.png (1350 Bytes)
www\images\controls\inputfield\inputfield_quarter.png (1415 Bytes)
www\images\controls\inputfield\inputfield_tiny.png (1357 Bytes)
www\images\controls\inputfield\inputfield_middle.png (1378 Bytes)
www\images\controls\inputfield\inputfield_default.png (1431 Bytes)
www\images\controls\inputfield\inputfield_default_lb_info.png (1401 Bytes)
www\images\controls\flyout\flyout_top.png (421 Bytes)
www\images\controls\flyout\flyout_bottom.gif (157 Bytes)
www\images\controls\flyout\flyout_top.gif (143 Bytes)
www\images\controls\flyout\flyout_bottom.png (547 Bytes)
www\images\controls\flyout\flyout_content.gif (216 Bytes)
www\images\controls\flyout\flyout_content.png (308 Bytes)
www\images\controls\flyout\flyout_over.png (232 Bytes)
www\images\controls\bar\bar_green_right.png (221 Bytes)
www\images\controls\bar\bar_bg_left.png (216 Bytes)
www\images\controls\bar\bar_bg_middle.png (155 Bytes)
www\images\controls\bar\bar_bg_right.png (218 Bytes)
www\images\controls\bar\bar_green_left.png (227 Bytes)
www\images\controls\bar\bar_magenta_left.png (225 Bytes)
www\images\controls\bar\bar_magenta_right.png (223 Bytes)
www\images\controls\bar\bar_magenta_middle.png (154 Bytes)
www\images\controls\bar\capacityIndicator_bg.png (309 Bytes)
www\images\controls\bar\bar_green_middle.png (156 Bytes)
www\images\controls\dropdown\dropdown_over.png (268 Bytes)
www\images\controls\dropdown\dropdown_control.png (587 Bytes)
www\images\controls\dropdown\dropdown_control_tripple.png (1114 Bytes)
www\cpe\cpe.cgi (0 Bytes)
www\data\Phone.json (0 Bytes)
www\data\SecureStatus.json (0 Bytes)
www\data\PhoneSelection.json (0 Bytes)
www\data\Reboot.json (0 Bytes)
www\data\IPPhoneNumbers.json (0 Bytes)
www\data\PhoneSettings.json (0 Bytes)
www\data\TimeRules.json (0 Bytes)
www\data\WLANRangeHandler.json (0 Bytes)
www\data\NASWorkgroup.json (0 Bytes)
www\data\Connect.json (0 Bytes)
www\data\ISDNPhonePlugs.json (0 Bytes)
www\data\temp.json (0 Bytes)
www\data\NASSettings.json (0 Bytes)
www\data\FilterAndTime.json (0 Bytes)
www\data\PhoneWebnWalk.json (0 Bytes)
www\data\OtherDevice.json (0 Bytes)
www\data\WLANRange.json (0 Bytes)
www\data\DECT.json (0 Bytes)
www\data\WLANRepeater.json (0 Bytes)
www\data\IPPrenumber.json (0 Bytes)
www\data\IPPhone.json (0 Bytes)
www\data\Login.json (0 Bytes)
www\data\PhoneMissedCalls.json (0 Bytes)
www\data\ManagedDevice.json (0 Bytes)
www\data\InternetConnection.json (0 Bytes)
www\data\DynDNS.json (0 Bytes)
www\data\NASSync.json (0 Bytes)
www\data\Overview.json (0 Bytes)
www\data\WLANAccess.json (0 Bytes)
www\data\NASBackupEntry.json (0 Bytes)
www\data\WLANBasic.json (0 Bytes)
www\data\Backup.json (0 Bytes)
www\data\NASMediaReplay.json (0 Bytes)
www\data\PhonePlugs.json (0 Bytes)
www\data\Portforwarding.json (0 Bytes)
www\data\DiskDirectoryEntry.json (0 Bytes)
www\data\WPSStatus.json (0 Bytes)
www\data\AnsweringMachineSettings.json (0 Bytes)
www\data\NASLight.json (0 Bytes)
www\data\NASEMailSettings.json (0 Bytes)
www\data\AuswAss.json (0 Bytes)
www\data\IPPhoneHandler.json (0 Bytes)
www\data\AnsweringMachine.json (0 Bytes)
www\data\NASMediacenter.json (0 Bytes)
www\data\PhoneNumbers.json (0 Bytes)
www\data\LAN.json (0 Bytes)
www\data\DECTStation.json (0 Bytes)
www\data\NewDirectoryEntry.json (0 Bytes)
www\data\WebnWalk.json (0 Bytes)
www\data\EAStatus.json (0 Bytes)
www\data\DECTSendsettings.json (0 Bytes)
www\data\ExtendedRules.json (0 Bytes)
www\data\Router.json (0 Bytes)
www\data\Assistant.json (0 Bytes)
www\data\SystemMessages.json (0 Bytes)
www\data\NASUser.json (0 Bytes)
www\data\AnsweringMachineMessages.json (0 Bytes)
www\data\PhoneNumberAssignment.json (0 Bytes)
www\data\FirmwareUpdate.json (0 Bytes)
www\data\ManagedWLANDevice.json (0 Bytes)
www\data\NASDevice.json (0 Bytes)
www\data\PhoneBook.json (0 Bytes)
www\data\PhoneDialedCalls.json (0 Bytes)
www\data\PhoneTakenCalls.json (0 Bytes)
www\data\Modules.json (0 Bytes)
www\data\INetIP.json (0 Bytes)
www\data\NASBackup.json (0 Bytes)
www\data\PhoneCalls.json (0 Bytes)
www\cgi-bin\unreg_hs.cgi (0 Bytes)
www\cgi-bin\ping_test.nph (0 Bytes)
www\cgi-bin\wireless_debug.cgi (0 Bytes)
www\cgi-bin\connect.exe (0 Bytes)
www\cgi-bin\logoutall.cgi (0 Bytes)
www\cgi-bin\ping_test.cgi (0 Bytes)
www\cgi-bin\logout.cgi (0 Bytes)
www\cgi-bin\config.bin (0 Bytes)
www\cgi-bin\dect_base.cgi (0 Bytes)
www\cgi-bin\disconnect.exe (0 Bytes)
www\cgi-bin\cosic_mptest.cgi (0 Bytes)
www\ivr\beep.63 (528 Bytes)
www\ivr\aftbeep.63 (2352 Bytes)
www\ivr\beeperr.63 (1584 Bytes)
www\ivr\1k.63 (13104 Bytes)
www\doc\avs_cDir.xml (8904 Bytes)
www\doc\avs_msReg.xml (2450 Bytes)
www\doc\tr64_igd_wcic.xml (4302 Bytes)
www\doc\igd_wpc.xml (11810 Bytes)
www\doc\tr64_igd_voip.xml (32201 Bytes)
www\doc\tr64_igd_l3f.xml (7165 Bytes)
www\doc\tr64_igd_hosts.xml (4286 Bytes)
www\doc\blocked.htm (847 Bytes)
www\doc\tr64_igd_ui.xml (1346 Bytes)
www\doc\tr64_igd_wdic.xml (11434 Bytes)
www\doc\mpTest.stm (21659 Bytes)
www\doc\wait1.stm (7849 Bytes)
www\doc\tr64_igd_wpc.xml (22244 Bytes)
www\doc\routine_data.js (6840 Bytes)
www\doc\cgi.htm (913 Bytes)
www\doc\js_menu.js (8803 Bytes)
www\doc\tr64_igd_devcfg.xml (2026 Bytes)
www\doc\tr64_igd_wlcfg.xml (27076 Bytes)
www\doc\tr64_igd_lhcm.xml (12843 Bytes)
www\doc\x_status_information.stm (6374 Bytes)
www\doc\wait.stm (1922 Bytes)
www\doc\igd_osf.xml (700 Bytes)
www\doc\wan_util.stm (4753 Bytes)
www\doc\tr64_igd_devinfo.xml (5337 Bytes)
www\doc\top_status.stm (40652 Bytes)
www\doc\ipv6_ready_logo.stm (2362 Bytes)
www\doc\tr64_igd_wdcm.xml (2558 Bytes)
www\doc\x_telefon_dect.stm (11511 Bytes)
www\doc\tr64_igd.xml (9850 Bytes)
www\doc\avServer.xml (1752 Bytes)
www\doc\hcti_sicherheit_dect.stm (7424 Bytes)
www\doc\wcn_wwc.xml (5509 Bytes)
www\doc\tr64_igd_wdsldiag.xml (3294 Bytes)
www\doc\my_function3.css (1458 Bytes)
www\doc\tr64_igd_time.xml (4765 Bytes)
www\doc\x_sicherheit.stm (9674 Bytes)
www\doc\js_info.js (22447 Bytes)
www\doc\igd_wec.xml (756 Bytes)
www\doc\tr64_igd_wic.xml (15515 Bytes)
www\doc\av_tran.xml (18022 Bytes)
www\doc\igd.xml (4609 Bytes)
www\doc\tr64_igd_weic.xml (3226 Bytes)
www\doc\style.css (8953 Bytes)
www\doc\tr64_igd_lancfgsec.xml (1414 Bytes)
www\doc\igd_wic.xml (10058 Bytes)
www\doc\tr64_igd_manaserv.xml (4798 Bytes)
www\doc\igd_l3f.xml (895 Bytes)
www\doc\igd_wcic.xml (3878 Bytes)
www\doc\tr64_igd_wec.xml (719 Bytes)
www\doc\hcti_status_ocontrol.htm (326 Bytes)
www\doc\announce_data.js (9044 Bytes)
www\doc\av_cMeg.xml (4072 Bytes)
www\doc\wcn.xml (1289 Bytes)
www\doc\tr64_igd_leic.xml (3847 Bytes)
www\doc\x_sicherheit_dect.stm (9044 Bytes)
www\doc\tr64_igd_wdsl.xml (7348 Bytes)
www\doc\css\scrollbars.css (4945 Bytes)
www\doc\css\content.css (4433 Bytes)
www\doc\css\flyout.css (4110 Bytes)
www\doc\css\ui.dynatree.css (7360 Bytes)
www\doc\css\securestatus.css (926 Bytes)
www\doc\css\mainnav.css (3382 Bytes)
www\doc\css\ie8specific.css (282 Bytes)
www\doc\css\style_as.css (1058 Bytes)
www\doc\css\lightbox.css (7886 Bytes)
www\doc\css\testing.css (433 Bytes)
www\doc\css\branding.css (1335 Bytes)
www\doc\css\assistent.css (4835 Bytes)
www\doc\css\buttons.css (2419 Bytes)
www\doc\css\tcombox.css (5498 Bytes)
www\doc\css\xstyle.css (2317 Bytes)
www\doc\css\checkbox.css (1474 Bytes)
www\doc\css\subnav.css (1186 Bytes)
www\doc\css\style_vw.css (142 Bytes)
www\doc\css\jquery.jscrollpane.css (3866 Bytes)
www\doc\css\style.css (11024 Bytes)
www\doc\css\nas.css (2335 Bytes)
www\doc\css\reset-fonts-grids.css (1215 Bytes)
www\doc\css\formular.css (6871 Bytes)
www\doc\css\ie6specific.css (2905 Bytes)
www\doc\css\print.css (551 Bytes)
www\doc\css\progressbar.css (1363 Bytes)
www\doc\css\overview.css (2620 Bytes)
www\doc\css\jquery.selectbox.css (2312 Bytes)
www\doc\lang\tr.js (83637 Bytes)
www\doc\lang\en.js (135816 Bytes)
www\doc\lang\de.js (150525 Bytes)
www\doc\hidden\wan_main.stm (4878 Bytes)
www\doc\hidden\pppoe_hidden.stm (2098 Bytes)
www\doc\hidden\dns_hidden.stm (1457 Bytes)
www\doc\hidden\country_css.css (2392 Bytes)
www\doc\hidden\dhcpd_hidden.stm (1224 Bytes)
www\doc\hidden\r_rip.stm (3738 Bytes)
www\doc\hidden\wireless_client_hidden.stm (1029 Bytes)
www\doc\hidden\tl.stm (408 Bytes)
www\doc\hidden\system_r.stm (1866 Bytes)
www\doc\hidden\dhcpc_hidden.stm (1940 Bytes)
www\doc\hidden\menu.stm (8070 Bytes)
www\doc\hidden\qos_stats.stm (6860 Bytes)
www\doc\hidden\function.stm (112 Bytes)
www\doc\hidden\snmp_community.stm (4570 Bytes)
www\doc\hidden\tr64_igd_wcic.xml (4487 Bytes)
www\doc\hidden\system_i.stm (3023 Bytes)
www\doc\hidden\v_lan_a.stm (7513 Bytes)
www\doc\hidden\accesscontroladd.stm (19405 Bytes)
www\doc\hidden\changelanguage.htm (327 Bytes)
www\doc\hidden\tools_backup.stm (1608 Bytes)
www\doc\hidden\wireless_e.stm (38072 Bytes)
www\doc\hidden\system_c.stm (2374 Bytes)
www\doc\hidden\tr64_igd_luic.xml (4173 Bytes)
www\doc\hidden\verinfo.txt (0 Bytes)
www\doc\hidden\route.stm (411 Bytes)
www\doc\hidden\lan.stm (409 Bytes)
www\doc\hidden\tr64_igd_l3f.xml (7473 Bytes)
www\doc\hidden\tr64_igd_hosts.xml (4474 Bytes)
www\doc\hidden\blocked.htm (815 Bytes)
www\doc\hidden\save_ok.htm (864 Bytes)
www\doc\hidden\tr64_igd_ui.xml (1406 Bytes)
www\doc\hidden\tr64_igd_wdic.xml (11915 Bytes)
www\doc\hidden\undoc_info.stm (3268 Bytes)
www\doc\hidden\system_f.stm (2766 Bytes)
www\doc\hidden\route_main.stm (993 Bytes)
www\doc\hidden\arp_hidden_static.stm (6322 Bytes)
www\doc\hidden\under_checking.stm (104 Bytes)
www\doc\hidden\wan.stm (410 Bytes)
www\doc\hidden\undoc_bparams.stm (6685 Bytes)
www\doc\hidden\tr64_igd_wpc.xml (23147 Bytes)
www\doc\hidden\status_main.stm (23979 Bytes)
www\doc\hidden\msg.js (21051 Bytes)
www\doc\hidden\routine_data.js (30166 Bytes)
www\doc\hidden\my_function.txt (239 Bytes)
www\doc\hidden\interface_group.stm (7582 Bytes)
www\doc\hidden\system_remote_mgmt.stm (4846 Bytes)
www\doc\hidden\setupa.stm (652 Bytes)
www\doc\hidden\system.stm (412 Bytes)
www\doc\hidden\help.stm (45174 Bytes)
www\doc\hidden\v_lan.stm (5257 Bytes)
www\doc\hidden\arp_hidden_table.stm (1202 Bytes)
www\doc\hidden\nat_m.stm (8143 Bytes)
www\doc\hidden\adslst.stm (424 Bytes)
www\doc\hidden\my_function3_r.css (12665 Bytes)
www\doc\hidden\firewalltemp.stm (432 Bytes)
www\doc\hidden\jquery.js (27147 Bytes)
www\doc\hidden\login.stm (3130 Bytes)
www\doc\hidden\atmpvc.stm (2871 Bytes)
www\doc\hidden\route_tbl.stm (9087 Bytes)
www\doc\hidden\tr64_igd_devcfg.xml (2126 Bytes)
www\doc\hidden\natst.stm (424 Bytes)
www\doc\hidden\nat_main.stm (1931 Bytes)
www\doc\hidden\tr64_igd_lhcm.xml (13403 Bytes)
www\doc\hidden\pppoeint.stm (1689 Bytes)
www\doc\hidden\tree.js (3039 Bytes)
www\doc\hidden\tr69.stm (4244 Bytes)
www\doc\hidden\wait.stm (1262 Bytes)
www\doc\hidden\production.stm (6997 Bytes)
www\doc\hidden\interfaces_hidden_wan.stm (4692 Bytes)
www\doc\hidden\tr64_igd_devinfo.xml (5572 Bytes)
www\doc\hidden\firewall.stm (412 Bytes)
www\doc\hidden\tools_restore.stm (1696 Bytes)
www\doc\hidden\adsl_status.stm (2025 Bytes)
www\doc\hidden\ipv6_main.stm (1941 Bytes)
www\doc\hidden\snmp_main.stm (2953 Bytes)
www\doc\hidden\setupa_brief.stm (399 Bytes)
www\doc\hidden\setupa_top.stm (1812 Bytes)
www\doc\hidden\status.stm (412 Bytes)
www\doc\hidden\tr64_igd_wdcm.xml (2668 Bytes)
www\doc\hidden\copyright.stm (560 Bytes)
www\doc\hidden\firewall_spi_h.stm (1954 Bytes)
www\doc\hidden\loginpserr.stm (3118 Bytes)
www\doc\hidden\tr64_igd.xml (16456 Bytes)
www\doc\hidden\atmint.stm (12151 Bytes)
www\doc\hidden\qos_clsmap.stm (4213 Bytes)
www\doc\hidden\firewallst.stm (432 Bytes)
www\doc\hidden\snmp_trap.stm (6776 Bytes)
www\doc\hidden\tr64.stm (1680 Bytes)
www\doc\hidden\interfaces_hidden_main.stm (3181 Bytes)
www\doc\hidden\adsl_para.stm (1748 Bytes)
www\doc\hidden\igmp_hidden.stm (995 Bytes)
www\doc\hidden\nattemp.stm (424 Bytes)
www\doc\hidden\tr64_igd_wdsldiag.xml (3448 Bytes)
www\doc\hidden\snmp.stm (408 Bytes)
www\doc\hidden\firewall_rule_a.stm (9754 Bytes)
www\doc\hidden\nat_v.stm (22397 Bytes)
www\doc\hidden\adsl_main.stm (975 Bytes)
www\doc\hidden\firewall_u.stm (4123 Bytes)
www\doc\hidden\qos_editcls.stm (25879 Bytes)
www\doc\hidden\firewall_rule.stm (3592 Bytes)
www\doc\hidden\my_function3.css (12665 Bytes)
www\doc\hidden\tr64_igd_time.xml (4973 Bytes)
www\doc\hidden\snmpst.stm (424 Bytes)
www\doc\hidden\adsl_hid.stm (2798 Bytes)
www\doc\hidden\js_tree.js (21856 Bytes)
www\doc\hidden\interfaces_hidden_lan.stm (4259 Bytes)
www\doc\hidden\firewall_main.stm (2265 Bytes)
www\doc\hidden\lan_sec.stm (5933 Bytes)
www\doc\hidden\firewall_d.stm (6198 Bytes)
www\doc\hidden\tr64_igd_wic.xml (16151 Bytes)
www\doc\hidden\system_main.stm (1671 Bytes)
www\doc\hidden\loginerr.stm (328 Bytes)
www\doc\hidden\tr64_igd_lancfgsec.xml (1479 Bytes)
www\doc\hidden\firewall_a.stm (7467 Bytes)
www\doc\hidden\tr64_igd_manaserv.xml (5006 Bytes)
www\doc\hidden\system_p.stm (5199 Bytes)
www\doc\hidden\err_gen.stm (957 Bytes)
www\doc\hidden\no_link.txt (1413 Bytes)
www\doc\hidden\system_t.stm (5433 Bytes)
www\doc\hidden\qos_main.stm (10056 Bytes)
www\doc\hidden\routine2.txt (1080 Bytes)
www\doc\hidden\nat_sp.stm (10562 Bytes)
www\doc\hidden\tl_main.stm (1098 Bytes)
www\doc\hidden\igmp_snooping_hidden.stm (1022 Bytes)
www\doc\hidden\setupa_main.stm (801 Bytes)
www\doc\hidden\wireless_main.stm (2374 Bytes)
www\doc\hidden\setup_dns.stm (5609 Bytes)
www\doc\hidden\snmptemp.stm (424 Bytes)
www\doc\hidden\wait0.stm (1109 Bytes)
www\doc\hidden\ext.js (70414 Bytes)
www\doc\hidden\nat_off.stm (6532 Bytes)
www\doc\hidden\diagnostics.stm (7726 Bytes)
www\doc\hidden\firewall_mac.stm (7297 Bytes)
www\doc\hidden\tr64_igd_leic.xml (4012 Bytes)
www\doc\hidden\tr64_igd_wdsl.xml (7673 Bytes)
www\doc\hidden\tr69dbg.stm (2722 Bytes)
www\doc\hidden\adsl.stm (408 Bytes)
www\doc\hidden\my_function3_rw.css (12651 Bytes)
www\doc\hidden\lan_main.stm (20744 Bytes)
www\doc\hidden\dns_proxy.stm (1532 Bytes)
www\doc\hidden\nat.stm (405 Bytes)
www\doc\hidden\r_mort.stm (1464 Bytes)
www\doc\hidden\wireless_id.stm (11842 Bytes)
www\doc\hidden\arp_hidden.stm (981 Bytes)
www\doc\hidden\nat_table.stm (5446 Bytes)
www\doc\hidden\hidden_index.stm (533 Bytes)
www\doc\hidden\images\delete.gif (253 Bytes)
www\doc\hidden\images\left_sha_bg.gif (65 Bytes)
www\doc\hidden\images\p6.gif (88 Bytes)
www\doc\hidden\images\eject.gif (242 Bytes)
www\doc\hidden\images\sw1_2.gif (866 Bytes)
www\doc\hidden\images\line.gif (70 Bytes)
www\doc\hidden\images\folderb.gif (177 Bytes)
www\doc\hidden\images\r.gif (103 Bytes)
www\doc\hidden\images\cancel.gif (251 Bytes)
www\doc\hidden\images\plus.gif (131 Bytes)
www\doc\hidden\images\logout.gif (1845 Bytes)
www\doc\hidden\images\joinbottom.gif (70 Bytes)
www\doc\hidden\images\clear.gif (54 Bytes)
www\doc\hidden\images\sa3.jpg (2964 Bytes)
www\doc\hidden\images\home_1.gif (1995 Bytes)
www\doc\hidden\images\folderopen1.gif (349 Bytes)
www\doc\hidden\images\join.gif (73 Bytes)
www\doc\hidden\images\text.gif (357 Bytes)
www\doc\hidden\images\sa3_1.gif (866 Bytes)
www\doc\hidden\images\p7.gif (878 Bytes)
www\doc\hidden\images\p4.gif (53 Bytes)
www\doc\hidden\images\silver_bg1.gif (157 Bytes)
www\doc\hidden\images\home.gif (2002 Bytes)
www\doc\hidden\images\disk.gif (944 Bytes)
www\doc\hidden\images\top_3.gif (161 Bytes)
www\doc\hidden\images\deact.gif (312 Bytes)
www\doc\hidden\images\p.gif (55 Bytes)
www\doc\hidden\images\logout_1.gif (1843 Bytes)
www\doc\hidden\images\minusbottom.gif (85 Bytes)
www\doc\hidden\images\mid_right_sha.gif (703 Bytes)
www\doc\hidden\images\sa1.gif (1018 Bytes)
www\doc\hidden\images\sw1.gif (996 Bytes)
www\doc\hidden\images\logo.gif (970 Bytes)
www\doc\hidden\images\r_1.gif (110 Bytes)
www\doc\hidden\images\c4.gif (68 Bytes)
www\doc\hidden\images\pixel.gif (54 Bytes)
www\doc\hidden\images\minus.gif (85 Bytes)
www\doc\hidden\images\v_p5.gif (49 Bytes)
www\doc\hidden\images\clock.gif (12321 Bytes)
www\doc\hidden\images\mid_left_sha.gif (701 Bytes)
www\doc\hidden\images\p2.gif (823 Bytes)
www\doc\hidden\images\spacer.gif (43 Bytes)
www\doc\hidden\images\a1.gif (368 Bytes)
www\doc\hidden\images\help.gif (130 Bytes)
www\doc\hidden\images\folder1.gif (242 Bytes)
www\doc\hidden\images\add.gif (350 Bytes)
www\doc\hidden\images\p1.gif (58 Bytes)
www\doc\hidden\images\close.gif (317 Bytes)
www\doc\js\jquery-1.3.2.js (120674 Bytes)
www\doc\js\jsonvariables.js (17607 Bytes)
www\doc\js\js_top.js (6961 Bytes)
www\doc\js\jquery.templateforms.js (70674 Bytes)
www\doc\js\external.libs.js (35640 Bytes)
www\doc\js\jquery.logging.js (6181 Bytes)
www\doc\js\ui.core.js (13932 Bytes)
www\doc\js\jquery-change.js (11493 Bytes)
www\doc\js\js_menu.js (8800 Bytes)
www\doc\js\chk_charwidth.js (3241 Bytes)
www\doc\js\jquery.i18n.js (8815 Bytes)
www\doc\js\global.js (9878 Bytes)
www\doc\js\jquery-addons.js (67736 Bytes)
www\doc\js\jquery.jscrollpane.js (43804 Bytes)
www\doc\js\js_info.js (21815 Bytes)
www\doc\js\jquery.dynatree.js (63787 Bytes)
www\doc\js\jquery.lightbox.js (4536 Bytes)
www\doc\js\announce_data.js (9158 Bytes)
www\doc\js\jquery-1.3.2.min.js (57326 Bytes)
www\doc\js\js_str_de.js (16117 Bytes)
www\doc\js\pages\max_entries_limitUser.js (1352 Bytes)
www\doc\js\pages\max_entries_limitPortrules.js (1362 Bytes)
www\doc\js\pages\max_entries_limitMobiles.js (1358 Bytes)
www\doc\js\pages\webnwalk.js (4335 Bytes)
www\doc\js\pages\overview.js (19627 Bytes)
www\doc\js\pages\max_entries_limitFolder.js (2632 Bytes)
www\doc\js\pages\login.js (6472 Bytes)
www\doc\js\pages\tr6x.js (349 Bytes)
www\doc\js\pages\phone\phone_answeringmachine.js (3459 Bytes)
www\doc\js\pages\phone\phone_traditional.js (8761 Bytes)
www\doc\js\pages\phone\phone_analog.js (2345 Bytes)
www\doc\js\pages\phone\phone_dect.js (5662 Bytes)
www\doc\js\pages\phone\phone_numbers.js (16314 Bytes)
www\doc\js\pages\phone\phone_book.js (5047 Bytes)
www\doc\js\pages\phone\phone_calllist.js (3310 Bytes)
www\doc\js\pages\phone\phone_max_numbers_limit.js (2110 Bytes)
www\doc\js\pages\phone\phone_isdn.js (0 Bytes)
www\doc\js\pages\phone\phone_internet.js (36833 Bytes)
www\doc\js\pages\phone\phone_webnwalk.js (5027 Bytes)
www\doc\js\pages\lan\nas_settings.js (449 Bytes)
www\doc\js\pages\lan\wlan_range.js (2984 Bytes)
www\doc\js\pages\lan\wlan_access.js (7742 Bytes)
www\doc\js\pages\lan\nas.js (62221 Bytes)
www\doc\js\pages\lan\wlan_basic.js (14532 Bytes)
www\doc\js\pages\lan\nas_overview.js (645 Bytes)
www\doc\js\pages\lan\wlan_settings.js (2657 Bytes)
www\doc\js\pages\lan\nas_device.js (5946 Bytes)
www\doc\js\pages\lan\nas_user.js (444 Bytes)
www\doc\js\pages\lan\nas_nav.js (1501 Bytes)
www\doc\js\pages\lan\nas_restore.js (8396 Bytes)
www\doc\js\pages\lan\wlan_assistant.js (2422 Bytes)
www\doc\js\pages\lan\lan.js (14620 Bytes)
www\doc\js\pages\internet\port_forwarding.js (17159 Bytes)
www\doc\js\pages\internet\discard_changes.js (355 Bytes)
www\doc\js\pages\internet\internet_connection.js (1489 Bytes)
www\doc\js\pages\internet\auto_connect.js (912 Bytes)
www\doc\js\pages\internet\connection.js (7254 Bytes)
www\doc\js\pages\internet\filter_and_time.js (4594 Bytes)
www\doc\js\pages\internet\isp_option.js (1121 Bytes)
www\doc\js\pages\settings\change_password.js (2260 Bytes)
www\doc\js\pages\settings\easy_support.js (765 Bytes)
www\doc\js\pages\settings\webnwalk_safty.js (5289 Bytes)
www\doc\js\pages\settings\system_info.js (3563 Bytes)
www\doc\js\pages\settings\problem_handling.js (3161 Bytes)
www\doc\js\pages\settings\firmware.js (904 Bytes)
www\doc\js\pages\assistent\ea_wlan_done.js (1256 Bytes)
www\doc\js\pages\assistent\ea_nas_step2_part1.js (245 Bytes)
www\doc\js\pages\assistent\ea_nas_step1_part2_format.js (337 Bytes)
www\doc\js\pages\assistent\ea_internet_step1_part4.js (1017 Bytes)
www\doc\js\pages\assistent\ea_phone_step1_part1.js (4713 Bytes)
www\doc\js\pages\assistent\ea_internet_step1_part3.js (1209 Bytes)
www\doc\js\pages\assistent\ea_phone_step2_part4.js (1786 Bytes)
www\doc\js\pages\assistent\ea_wlan_step1_part2.js (3334 Bytes)
www\doc\js\pages\assistent\ea_nas_done.js (697 Bytes)
www\doc\js\pages\assistent\ea_phone_step2_part1.js (11381 Bytes)
www\doc\js\pages\assistent\ea_internet_done.js (1025 Bytes)
www\doc\js\pages\assistent\ea_status.js (2364 Bytes)
www\doc\js\pages\assistent\ea_phone_step2_part5.js (1056 Bytes)
www\doc\js\pages\assistent\ea_internet_step2_part1.js (4844 Bytes)
www\doc\js\pages\assistent\ea_internet_step1_part0.js (2138 Bytes)
www\doc\js\pages\assistent\ea_phone_step3_part2.js (4206 Bytes)
www\doc\js\pages\assistent\ea_phone_step2_part1_check.js (1420 Bytes)
www\doc\js\pages\assistent\ea_nas_step3_part3_check.js (483 Bytes)
www\doc\js\pages\assistent\ea_phone_step2_part3.js (2853 Bytes)
www\doc\js\pages\assistent\ea_phone_trac_isp.js (4355 Bytes)
www\doc\js\pages\assistent\ea_phone_step2_part2.js (19332 Bytes)
www\doc\js\pages\assistent\ea_nas_step3_part3.js (772 Bytes)
www\doc\js\pages\assistent\stepin.js (467 Bytes)
www\doc\js\pages\assistent\ea_wlan_step1_part1.js (1292 Bytes)
www\doc\js\pages\assistent\ea_internet_step1_part1.js (1248 Bytes)
www\doc\js\pages\assistent\ea_phone_done.js (1032 Bytes)
www\doc\js\pages\assistent\ea_phone_step3_part1.js (1119 Bytes)
www\doc\html\wireless_debug.stm (273 Bytes)
www\doc\html\loginerr.stm (443 Bytes)
www\doc\html\mac_test.stm (285 Bytes)
www\doc\html\login\tr69.html (9971 Bytes)
www\doc\html\login\index.html (12188 Bytes)
www\doc\html\login\tr64.html (9157 Bytes)
www\doc\html\content\config\problem_handling.html (18673 Bytes)
www\doc\html\content\config\system_info.html (16902 Bytes)
www\doc\html\content\config\change_password.html (19309 Bytes)
www\doc\html\content\config\index.html (13696 Bytes)
www\doc\html\content\config\save_settings.html (17349 Bytes)
www\doc\html\content\config\easy_support.html (16045 Bytes)
www\doc\html\content\config\internal_modem.html (15154 Bytes)
www\doc\html\content\config\check_for_updates.html (16936 Bytes)
www\doc\html\content\config\external_modem.html (14429 Bytes)
www\doc\html\content\config\webnwalk_safty.html (25613 Bytes)
www\doc\html\content\phone\phone_answeringmachine.html (22775 Bytes)
www\doc\html\content\phone\phone_number.html (22435 Bytes)
www\doc\html\content\phone\index.html (14637 Bytes)
www\doc\html\content\phone\phone_call_list.html (20865 Bytes)
www\doc\html\content\phone\phone_internet.html (46595 Bytes)
www\doc\html\content\phone\phone_traditional.html (27929 Bytes)
www\doc\html\content\phone\phone_isdn.html (16583 Bytes)
www\doc\html\content\phone\phone_book.html (23591 Bytes)
www\doc\html\content\phone\phone_analog.html (20688 Bytes)
www\doc\html\content\phone\phone_dect.html (30507 Bytes)
www\doc\html\content\phone\phone_webnwalk.html (26811 Bytes)
www\doc\html\content\internet\portforwarding.html (36817 Bytes)
www\doc\html\content\internet\index.html (12031 Bytes)
www\doc\html\content\internet\connection.html (52418 Bytes)
www\doc\html\content\internet\dyn_dns.html (16890 Bytes)
www\doc\html\content\internet\filter_and_time.html (31816 Bytes)
www\doc\html\content\overview\index.html (59449 Bytes)
www\doc\html\content\network\lan.html (38481 Bytes)
www\doc\html\content\network\index.html (12514 Bytes)
www\doc\html\content\network\wlan_access.html (32848 Bytes)
www\doc\html\content\network\wlan_basic.html (45638 Bytes)
www\doc\html\content\network\wlan_range.html (21614 Bytes)
www\doc\html\content\network\nas\nas_light_overview.html (16278 Bytes)
www\doc\html\content\network\nas\nas_light.html (95700 Bytes)
www\doc\html\content\network\nas\nas_light_sync.html (14300 Bytes)
www\doc\html\content\network\nas\nas_light_backup.html (14131 Bytes)
www\doc\html\content\network\nas\nas_light_settings.html (16825 Bytes)
www\doc\html\content\network\nas\nas_light_user.html (13781 Bytes)
www\doc\html\assistent\ea_wlan_done.html (19733 Bytes)
www\doc\html\assistent\ea_internet_done.html (10666 Bytes)
www\doc\html\assistent\ea_phone_done.html (10200 Bytes)
www\doc\html\assistent\stepin.html (10146 Bytes)
www\doc\html\assistent\phone\phone_wizard_step3_part3.html (9695 Bytes)
www\doc\html\assistent\phone\phone_wizard_step2_part1.html (25065 Bytes)
www\doc\html\assistent\phone\phone_wizard_step3_part1.html (12779 Bytes)
www\doc\html\assistent\phone\phone_wizard_step2_part4.html (11703 Bytes)
www\doc\html\assistent\phone\phone_wizard_step2_part5.html (18443 Bytes)
www\doc\html\assistent\phone\phone_wizard_step2_part1_check.html (11937 Bytes)
www\doc\html\assistent\phone\phone_wizard_step2_part3.html (10251 Bytes)
www\doc\html\assistent\phone\phone_wizard_step2_part2.html (27747 Bytes)
www\doc\html\assistent\phone\phone_wizard_step3_part2.html (14208 Bytes)
www\doc\html\assistent\phone\phone_wizard_step1_part1.html (19067 Bytes)
www\doc\html\assistent\wlan\wlan_wizard_step1_part3.html (15756 Bytes)
www\doc\html\assistent\wlan\wlan_wizard_step1_part2.html (14749 Bytes)
www\doc\html\assistent\wlan\wlan_wizard_step1_part1.html (15303 Bytes)
www\doc\html\assistent\internet\internetconnection_wizard_step1_part2.html (18582 Bytes)
www\doc\html\assistent\internet\internetconnection_wizard_step1_part1.html (16059 Bytes)
www\doc\html\assistent\internet\internetconnection_wizard_step1_part4.html (17186 Bytes)
www\doc\html\assistent\internet\internetconnection_wizard_step1_part3.html (12318 Bytes)
www\doc\html\assistent\internet\internetconnection_wizard_step2_part1.html (21247 Bytes)
www\doc\html\assistent\internet\internetconnection_wizard_step1_part0.html (11762 Bytes)

Bin grade dabei, das Rausholen der Files aus dem PFS zu programmieren, Liste der Dateinamen (siehe oben) wird schon erstellt. Abspeichern der Files kommt noch.

VG,
Andi
 
Ihr hängt euch da ja wirklich rein. :D

Ist euer Ziel, evtl. eigene Firmware erstellen zu können ?

Gruß
Sandra
 
...
Ist euer Ziel, evtl. eigene Firmware erstellen zu können ?
Das wäre zwar schön, wird aber wohl erstmal ein Wunschtraum bleiben...

Zum Thema PFS:
Es ist vollbracht, das PFS kann in seine Bestandteile zerlegt werden

Code:
...
Part 2: 0x002AF800 ... 0x003D2FFF
  Size: 1193984 Bytes (0x00123800)
  Format: bin (compressed)
  File size: 1192940 Bytes (0x001233EC) -> OK.
  CRC: 4282C176 -> OK.
  Type: 0000000A -> Pseudo-Filesystem for Web interface
  Decrypting bin part ... Finished, got 1192935 Bytes.
  Uncompressed size: 5287026 Bytes
 Writing firmware part to output file fw_Speedport_W921V_fw_1.08.000-2.lzma ... Finished, 1192935 Bytes written.
 Uncompressing file using lzma.exe ...
lzma.exe d fw_Speedport_W921V_fw_1.08.000-2.lzma fw_Speedport_W921V_fw_1.08.000-2.bin

LZMA 9.20 : Igor Pavlov : Public domain : 2010-11-18
 Finished successfully.

[COLOR="green"]Dumping PFS contents...
 Opened PFS file fw_Speedport_W921V_fw_1.08.000-2.bin, size: 5287026 Bytes.
 Reading PFS file ... Finished, 5287026 Bytes read.
 PFS version: PFS/0.9, Path length: 256, Number of entries: 736 -> OK.
 Length of file list: 197248 Bytes (0x00030280)
 Saving 736 files to disk ... finished.[/COLOR]
...

Das PFS wird in's Unterverzeichnis www entpackt.

w921_dec_directory.png

directory_www.png

Neue Version vom arcadyan_dec ist an diesen Post angehängt.

VG,
Andi
 

Anhänge

  • w921_dec.zip
    8.8 KB · Aufrufe: 281
@ Andi_84

erstmal nen ganz dickes THX für deine bisher geleistete Arbeit um an so manche Daten, Infos, etc. beim W921V zu kommen.


Mir war von Anfang an klar gewesen, als ich den W921V hier hatte, dass in dem noch wesentlich mehr an Anzeige-/ Auswahlmöglichkeiten steckt, als wie von der T-Com eben für die Allgemeinheit gewollt.

Allein schon mit den 3 Screenies wird das nun bestätigt, dass er doch wesentlich mehr kann ... wenn man denn wirklich will. Es ist wirklich sehr schade, dass die T-Com meint ihre Kunden so bevormunden zu müssen.
 
Sorry , hatte eben zu schnell den Post abgeschickt . Ich habe es ausprobiert und die infos sind wirklich super. Macht weiter so :p
 

Anhänge

  • uebersicht.jpg
    uebersicht.jpg
    231.3 KB · Aufrufe: 242
  • lan.jpg
    lan.jpg
    90.4 KB · Aufrufe: 182
  • ADSL Status.jpg
    ADSL Status.jpg
    162.8 KB · Aufrufe: 195
Offensichtlich stammen diese Seiten aus der originalen Firmware, wie an der Optik und dem Copyrighttext erkennbar ist. :mrgreen:

Gruß
Sandra
 
[OT]
Die Optik kommt mir irgendwie bekannt vor:

SMC7908-Status.PNG

Das ist die Firmware eines SMC7908VoWBRA "LED azul", woanders auch als Arcor/Vodafone Easybox A600 bekannt (und läuft hier auf einem Speedport W700V ...)
[/OT]

G., -#####:mrgreen:
 
Moin moin,

dann wird es ja bald die ersten gemoddeten Firmwares geben, das ganze auf deutsch und alles ist prima. Wenn man diese Infos hat und es Leute gibt, die viel Spaß an sowas haben (wie man bei Andi_84 sehen kann) dann sollte es ja kein Thema sein, jede neuere Firmware umzubauen.

Finde eure Arbeit echt klasse Jungens, weiter so !!!!
thumbs-up-2.gif
 
Respekt!
Die T-Com sollte lieber einigen von hier ein Paar Euros in die Hand drücken und denen die Firmware machen lassen. Dann wird das auch was!!!
 
Holen Sie sich 3CX - völlig kostenlos!
Verbinden Sie Ihr Team und Ihre Kunden Telefonie Livechat Videokonferenzen

Gehostet oder selbst-verwaltet. Für bis zu 10 Nutzer dauerhaft kostenlos. Keine Kreditkartendetails erforderlich. Ohne Risiko testen.

3CX
Für diese E-Mail-Adresse besteht bereits ein 3CX-Konto. Sie werden zum Kundenportal weitergeleitet, wo Sie sich anmelden oder Ihr Passwort zurücksetzen können, falls Sie dieses vergessen haben.