If you like BoxMatrix then please contribute Supportdata, Supportdata2, Firmware and/or Hardware (get in touch).
My metamonk@yahoo.com is not reachable by me since years. Please use hippie2000@webnmail.de instead.
Property:firmwarecfg
BoxMatrix >> Shell-Commands >> firmwarecfg | @ BoxMatrix - IRC-Chat - Translate: de es fr it nl pl |
News | Selectors | Models | Accessories | Components | Environment | Config | Commands | System | Webif | Software | Develop | Lexicon | Community | Project | Media |
Startup-Scr | Hotplug-Scr | BusyBox-Cmds | Bash-Cmds | AVM-Cmds | Chipset-Cmds | Linux-Cmds | Shared-Libs | Kernel-Mods | Research |
AVM-Command
Command: | firmwarecfg - type Link, CGI | Wiki | Freetz | IPPF | whmf | AVM | Web |
Location: | Shell-Commands >> AVM-Commands - Origin: AVM | ||||||
Path: | Release: /usr/www/cgi-bin, <long> Lab+Rel: /usr/www/cgi-bin, <long> | ||||||
Properties: | Size: 18.5k - 98.5k, Link - Firmware: 1.63 - 8.00 | ||||||
Function: | File transfer CGI for the Webinterface also callable from Shell. |
Goto: Examples - Config - Logs - Source - Dependencies - Model-Matrix - Symbols - SMW-Browser
Details
firmwarecfg is a file transfer CGI program for the Webinterface also callable from Shell.
It is used wherever FRITZ!OS related files have to be uploaded or downloaded, but not for the NAS.
From the Shell it is called with the stream
option and receives its data from stdin.
From the Webinterface it is launched as a CGI program using HTTP / HTTPS POST.
For commandline usage there are the commands tr069fwupdate and its successor fwupdate.
firmwarecfg is invoked for:
- Firmware update from file / Downgrade handling
- Configuration import / export
- Telephony data download
- Phonebook import / export
- Phonebook photo upload
- DECT Ringtone upload
- MOH sample upload
- TAM message upload
- Call-Blocks list export
- Fax submission from Webif
- VPN config import
- HTTPS certificate download
- Box-Move config preservation cfg / tel / zipped
- supportdata download normal / enhanced / Mesh
- DSL or Fiber diagnosis download
- Sample ARGO Diagnostics Data download
Examples
Shell usage:
From rekey fw 7.39:
firmwarecfg config_rekey
From libfwupdate.so fw 7.39:
firmwarecfg stream ...
From tr069fwupdate fw 7.39:
wget <opts> -O - <ftp-url> | firmwarecfg stream 1 0 <str> | tar xvf - ./var/unpack/signature wget <opts> -O - <ftp-url> | firmwarecfg stream 1 <int> <str> | tar xvf - wget <opts> -O - <ftp-url> | firmwarecfg stream 1 0 <str> | tar xvf - wget <opts> -O - <ftp-url> | firmwarecfg stream 0 0 <str> | tar xvf - httpsdl <opts> -O - <http-url> | firmwarecfg stream 1 0 <str> | tar xvf - ./var/unpack/signature httpsdl <opts> -O - <http-url> | firmwarecfg stream 1 <int> <str> | tar xvf - httpsdl <opts> -O - <http-url> | firmwarecfg stream 1 0 <str> | tar xvf - httpsdl <opts> -O - <http-url> | firmwarecfg stream 0 0 <str> | tar xvf - cat <file> | firmwarecfg stream <int> 0 <str> | tar xvf - ./var/unpack/signature ./var/unpack/version ./var/unpack/install cat <file> | firmwarecfg stream <int> 0 <str> | tar xvf -
CGI usage:
Simplified from support.lua fw 7.39:
<form action="firmwarecfg" name="supportDown" ... <form action="firmwarecfg" name="enhancedSupportDown" ... <form action="firmwarecfg" name="download_dsl_diag" ... <form action="firmwarecfg" name="download_fiber_diag" ... <form action="firmwarecfg" name="meshSupportDown" ...
Simplified from services.lua fw 7.39:
<form action="firmwarecfg" name="send_data_now" ...
Simplified from dsldiagstop.lua fw 7.39:
<form action="firmwarecfg" name="download_form" ...
Simplified from sperre.lua fw 7.39:
<form action="firmwarecfg" name="uiPostExportForm" ...
Simplified from fonbook_list.lua fw 7.39:
<form action="firmwarecfg" name="uiPostExportForm" ...
Simplified from moh_upload.lua fw 7.39:
<form action="firmwarecfg" name="uploadform" ...
Simplified from fonbook_restore.lua fw 7.39:
<form action="firmwarecfg" name="uiPostImportForm" ...
Simplified from photo_upload.lua fw 7.39:
<form action="firmwarecfg" name="uploadform" ...
Simplified from downgrade.lua fw 7.39:
<form action="firmwarecfg" id="uiMainForm" ...
Simplified from update.lua fw 7.39:
<form action="firmwarecfg" name="uiUpdateForm" ...
Simplified from import.js fw 7.39:
<form action="firmwarecfg" name="importform" ...
Simplified from export.js fw 7.39:
<form action="firmwarecfg" name="exportform" ...
Simplified from edit_dect_ring_tone_upload.lua fw 7.39:
firmwarecfg.startUpload();
Simplified from fax_send.lua fw 7.39:
xhr.send(formData);
Simplified from tam_upload.lua fw 7.39:
firmwarecfg.startUpload();
Simplified from config_preservation.js fw 7.39:
<form action="firmwarecfg" name="cfgexportform" ... <form action="firmwarecfg" name="telexportform" ...
Simplified from low_memory_destination.js fw 7.39:
<form action="firmwarecfg" name="downloadzip" ...
Simplified from vpn_import.js fw 7.39:
firmwarecfg.startUpload();
Simplified from remote_https.lua fw 7.39:
<form action="firmwarecfg" name="uiCertExport" ...
Simplified from downgrade.html fw 7.39:
<form action="firmwarecfg"><button name="upgrade" ... <form action="firmwarecfg"><button name="reboot" ...
Simplified from downgrade_result.html fw 7.39:
<form action="firmwarecfg"><button name="DowngradeImageURL" ... <form action="firmwarecfg"><button name="reboot" ...
Simplified from downgrade_import_error.html fw 7.39:
<form action="firmwarecfg"><button name="DowngradeImageURL" ...
Simplified from update_result.html fw 7.39:
<form action="firmwarecfg"><button name="upgrade" ... <form action="firmwarecfg"><button name="reboot" ...
Simplified from downgrade_error.html fw 7.39:
<form action="firmwarecfg"><button name="DowngradeImageURL" ...
Simplified from update_wrong_signature.html fw 7.39:
<form action="firmwarecfg"><button name="upgrade" ... <form action="firmwarecfg"><button name="reboot" ...
Simplified from cfg.helper.js, oldpage.js, firmwarecfg.js fw 7.39:
javascript include ...
Simplified from libtr064.so fw 7.39:
firmwarecfg ...
It is also called in libwebsrv.so, maybe for Inter-CPU usage. In libar7cfg.so...
Config
Daily updated index of Configuration files accessed by this command. Last update: 2024-12-20 07:02 GMT.
A -
in the Mod
column marks manual research, the Firmware
then shows where the item occurs, not the Relation
.
Relation | Typ | Object | Mod | Firmware | Info | Origin |
---|---|---|---|---|---|---|
Config from | tffs | ar7.cfg (tffs) | - | 4.07 - 8.00 | TODO | AVM |
Config from | tffs | tr069.cfg (tffs) | - | 4.07 - 8.00 | TODO | AVM |
2 config relations for this command |
Logs
This is a subset of the Temp-Files section, filtered for logfiles of firmwarecfg:
Daily updated index of all firmwarecfg logfiles found scanning Supportdata-Probes. Last update: 2024-12-20 07:02 GMT.
The label (temp)
in the Logfile
column shows there are other objects in this wiki using this name.
The Mod
column shows the amount of models using the respective logfile. Click the column header to sort by this number.
Logfile | Mod | Firmware | Description | Path | Size/Bytes | Type | Origin |
---|---|---|---|---|---|---|---|
install_error.log | 12 | 4.76 - 7.61 | Logfile for firmwarecfg | /var/tmp | 0 | Log | AVM |
install_out.log | 12 | 4.76 - 7.61 | Logfile for firmwarecfg | /var/tmp | 0 - 367 | Log | AVM |
2 logfiles |
Source
The names of source files compiled into an executable often help to understand function blocks (and show gaps in the docs).
fw 7.39 source files:
$ strings /usr/www/cgi-bin/firmwarecfg | grep -e '\.c$' -e '\.cpp$' ar7/ctlmgr/src/fw_upgrade/firmware.c ar7/ctlmgr/src/fw_upgrade/export_assets.cpp ar7/ctlmgr/src/fw_upgrade/import_assets.cpp
Dependencies
Daily updated index of all dependencies of this command. Last update: 2024-12-20 07:46 GMT.
A *
in the Mod
column marks info from Supportdata-Probes, which will always stay incomplete.
Relation | Typ | Object | Mod | Firmware | Info | Origin |
---|---|---|---|---|---|---|
Depends on | lib | ld.so | 41 | 7.08 - 8.00 | Dynamic linker / loader | Linux |
Depends on | lib | libar7cfg.so | 151 | 1.133 - 8.00 | TFFS-Configuration API to ar7.cfg and many more. | AVM |
Depends on | lib | libavmauth.so | 70 | 6.51 - 8.00 | Fritzbox authentification helpers | AVM |
Depends on | lib | libavmcipher.so | 151 | 3.23 - 8.00 | AES / DES / Rijndael encryption / decryption. | AVM |
Depends on | lib | libavmcsock.so | 151 | 1.120 - 8.00 | Networking, I/O and helper functions | AVM |
Depends on | lib | libavmfbconf.so | 41 | 7.39 - 7.81 | API to hardcoded fbconf.cfg | AVM |
Depends on | lib | libavmfbstate.so | 44 | 7.39 - 8.00 | IPC fritzbox state notification | AVM |
Depends on | lib | libavmhmac.so | 151 | 3.23 - 8.00 | HMAC / SHA / MD5 hashing. | AVM |
Depends on | lib | libavmnexus_tab.so | 62 | 6.88 - 8.00 | TFFS-Configuration API to avmnexus.cfg | AVM |
Depends on | lib | libavmwdt.so | 22 | 7.61 - 8.00 | AVM-Watchdogs management API | AVM |
Depends on | lib | libboxenv.so | 21 | 7.90 - 8.00 | API to the rc.conf enhanced Config-Environment | AVM |
Depends on | lib | libboxlib.so | 151 | 1.120 - 8.00 | Box status, logging and statistics functions | AVM |
Depends on | lib | libboxnotify.so | 1 | 6.35 | boxnotifyd client API (old) | AVM |
Depends on | lib | libbroadband.so | 39 | 7.24 - 8.00 | TODO | Linux |
Depends on | lib | libc.so | 151 | 1.63 - 8.00 | Standard C library | Linux |
Depends on | lib | libcfgimpexp.so | 84 | 6.10 - 8.00 | TFFS-Configuration API for configuration import and export. | AVM |
Depends on | lib | libcm.so | 151 | 1.63 - 8.00 | ctlmgr / cm_logic messaging API | AVM |
Depends on | lib | libcmexpat.so | 2 | 1.63 - 2.76 | Stream-oriented XML parser (subset) | Linux |
Depends on | lib | libcore.so | 22 | 7.61 - 8.00 | Gathers the MAC addresses of the device and maintains its device mode. | AVM |
Depends on | lib | libcrypto.so | 86 | 6.10 - 8.00 | OpenSSL general crypto and X.509 library | Linux |
Depends on | lib | libdl.so | 130 | 1.120 - 8.00 | Dynamic linking library | Linux |
Depends on | lib | libdputil.so | 77 | 6.35 - 8.00 | DataPipe / packet utilities | AVM |
Depends on | lib | libewnwjson.so | 44 | 7.39 - 8.00 | JSON helper functions | AVM |
Depends on | lib | libewnwled.so | 121 | 4.57 - 8.00 | LED event helper functions | AVM |
Depends on | lib | libewnwlinux.so | 151 | 3.23 - 8.00 | Linux networking functions | AVM |
Depends on | lib | libewnwnet.so | 90 | 5.51 - 8.00 | Internet helper functions | AVM |
Depends on | lib | libfbconf.so | 22 | 7.61 - 8.00 | API to hardcoded fbconf.cfg | AVM |
Depends on | lib | libfwsign.so | 64 | 6.98 - 7.81 | Firmware signature validation | AVM |
Depends on | lib | libfwupdate.so | 52 | 7.24 - 8.00 | TODO | Linux |
Depends on | lib | libfwupdatetrace.so | 64 | 6.88 - 8.00 | TFFS-Configuration API to fwupdatetrace.cfg | AVM |
Depends on | lib | libgcc_s.so | 102 | 4.22 - 8.00 | GCC low-level runtime library | Linux |
Depends on | lib | libjuisclient.so | 70 | 6.54 - 8.00 | Update-Search - second generation - JUIS | AVM |
Depends on | lib | libled.so | 39 | 4.52 - 5.09 | LED API - first generation | AVM |
Depends on | lib | libled2.so | 77 | 6.35 - 8.00 | LED API - second+third generation | AVM |
Depends on | lib | liblocalize.so | 21 | 7.90 - 8.00 | Charset conversion helper functions | AVM |
Depends on | lib | liblrwpan_tools.so | 4 | 7.61 - 7.90 | ZigBee configuration import / export helper functions | AVM |
Depends on | lib | libm.so | 43 | 6.88 - 8.00 | C math library | Linux |
Depends on | lib | liboauth2.so | 44 | 7.39 - 8.00 | OAuth v2.0 authentificator | Linux |
Depends on | lib | libpthread.so | 130 | 1.120 - 8.00 | POSIX threading library | Linux |
Depends on | lib | librt.so | 56 | 6.35 - 8.00 | POSIX realtime extensions library | Linux |
Depends on | lib | libslab.so | 53 | 3.42 - 5.09 | Slab allocator or empty dummy library | Linux |
Depends on | lib | libslab_c++.so | 21 | 7.90 - 8.00 | C++ slab allocator | AVM |
Depends on | lib | libstdc++.so | 21 | 7.90 - 8.00 | GNU C++ library | Linux |
Depends on | lib | libsvctl.so | 52 | 7.19 - 8.00 | supervisor notification library | AVM |
Depends on | lib | libtiinterpreter.so | 44 | 7.39 - 8.00 | Preprocessor for SSI-Files by TI. | AVM |
Depends on | lib | libutil.so | 2 | 1.63 - 2.76 | Login and logging utils | Linux |
Depends on | lib | libwdt.so | 148 | 1.120 - 7.81 | AVM-Watchdogs management API | AVM |
Depends on | lib | libwebkpiclient.so | 32 | 7.39 - 8.00 | KPI sensor for system parts which use HTTP / HTTPS | AVM |
Depends on | lib | libwebsrv.so | 77 | 6.35 - 8.00 | HTTP / HTTPS webserver and tools. | AVM |
Depends on | lib | libyajl.so | 64 | 6.88 - 8.00 | Event-driven JSON parser | Linux |
Depends on | lib | libz.so | 64 | 6.83 - 8.00 | Zlib compressor / decompressor | Linux |
Depends on | lib | libzipfile.so | 40 | 7.19 - 8.00 | Zip archiver / unarchiver with encryption support | AVM |
52 dependencies for this command |
Model-Matrix
Daily updated index of the presence, path and size of this command for each model. Last update: 2024-12-20 05:43 GMT.
Showing all models using this command. Click any column header (click-wait-click) to sort the list by the respective data.
The (main/scrpn/boot/arm/prx/atom/rtl)
label in the Model
column shows which CPU is meant for Multi-Linux models.
Note that this list is merged from Firmware-Probes of all known AVM firmware for a model, including Recovery.exe and Labor-Files.
Model | Firmware | Path | Size |
---|---|---|---|
FRITZ!Box | 2.76 - 4.02 | /usr/www/cgi-bin, <long> | 18.5k - 42.4k, Link |
FRITZ!Box SL | 1.63 - 3.94 | /usr/www/cgi-bin, <long> | 38.1k - 40.8k, Link |
FRITZ!Box 2030 | 3.73 - 3.93 | /usr/www/cgi-bin, <long> | 38.1k - 38.2k, Link |
FRITZ!Box 2031 | 4.15 | /usr/www/cgi-bin, <long> | 55.6k, Link |
FRITZ!Box 2070 | 3.87 - 4.15 | /usr/www/cgi-bin, <long> | 38.3k - 55.6k, Link |
FRITZ!Box 2110 | 4.52 | /usr/www/cgi-bin, <long> | 47.7k, Link |
FRITZ!Box 2170 | 4.31 - 4.57 | /usr/www/cgi-bin, <long> | 51.5k - 64.9k, Link |
FRITZ!Box SL WLAN | 3.23 - 4.34 | /usr/www/cgi-bin, <long> | 20.6k - 55.6k, Link |
FRITZ!Box WLAN 3020 | 3.23 - 4.34 | /usr/www/cgi-bin, <long> | 20.6k - 55.6k, Link |
FRITZ!Box WLAN 3030 | 3.65 - 4.34 | /usr/www/cgi-bin, <long> | 38.3k - 55.6k, Link |
FRITZ!Box WLAN 3050 | 3.63 - 4.07 | /usr/www/cgi-bin, <long> | 38.3k - 47.0k, Link |
FRITZ!Box WLAN 3070 | 3.87 - 4.15 | /usr/www/cgi-bin, <long> | 38.3k - 55.6k, Link |
FRITZ!Box WLAN 3130 | 4.21 - 4.34 | /usr/www/cgi-bin, <long> | 51.6k - 55.6k, Link |
FRITZ!Box WLAN 3131 | 4.29 - 4.57 | /usr/www/cgi-bin, <long> | 47.7k - 64.9k, Link |
FRITZ!Box WLAN 3170 | 4.31 - 4.58 | /usr/www/cgi-bin, <long> | 47.7k - 64.9k, Link |
FRITZ!Box WLAN 3270 | 4.57 - 5.54 | /usr/www/cgi-bin, <long> | 62.3k - 92.7k, Link |
FRITZ!Box WLAN 3270 v3 | 4.77 - 5.54 | /usr/www/cgi-bin, <long> | 75.9k - 92.7k, Link |
FRITZ!Box WLAN 3270 IT | 5.23 - 5.52 | /usr/www/cgi-bin, <long> | 75.9k - 82.1k, Link |
FRITZ!Box 3272 (main) | 5.50 - 6.89 | /usr/www/cgi-bin, <long> | 48.3k - 84.4k, Link |
FRITZ!Box WLAN 3370 (main) | 5.01 - 6.56 | /usr/www/cgi-bin, <long> | 48.3k - 92.0k, Link |
FRITZ!Box 3390 (main) | 5.50 - 6.56 | /usr/www/cgi-bin, <long> | 48.3k - 84.9k, Link |
FRITZ!Box 3490 (main) | 6.20 - 7.30 | /usr/www/cgi-bin, <long> | 48.3k - 69.4k, Link |
FRITZ!Box Fon ata | 3.23 - 4.28 | /usr/www/cgi-bin, <long> | 20.6k - 55.7k, Link |
FRITZ!Box Fon ata 1020 | 3.23 - 4.28 | /usr/www/cgi-bin, <long> | 20.6k - 55.7k, Link |
FRITZ!Box 4020 | /usr/www/cgi-bin, <long> | 44.2k - 54.5k, Link | |
FRITZ!Box 4040 | 6.52 - 8.00 | /usr/www/cgi-bin, <long> | 42.3k - 61.7k, Link |
FRITZ!Box 4050 | 7.58 - 7.90 | /usr/www/cgi-bin, <long> | 61.5k - 61.7k, Link |
FRITZ!Box 4060 | 7.29 - 7.90 | /usr/www/cgi-bin, <long> | 61.4k - 61.7k, Link |
FRITZ!Box Fon | 1.120 - 4.49 | /usr/www/cgi-bin, <long> | 20.6k - 55.6k, Link |
FRITZ!Box Fon 5010 | 3.88 - 4.43 | /usr/www/cgi-bin, <long> | 38.3k - 55.6k, Link |
FRITZ!Box Fon 5012 | 3.88 - 4.27 | /usr/www/cgi-bin, <long> | 38.3k - 55.6k, Link |
FRITZ!Box Fon 5050 | 3.23 - 4.31 | /usr/www/cgi-bin, <long> | 20.6k - 55.6k, Link |
FRITZ!Box Fon 5113 | 4.82 - 4.83 | /usr/www/cgi-bin, <long> | 71.0k, Link |
FRITZ!Box Fon 5124 | 4.47 - 4.77 | /usr/www/cgi-bin, <long> | 51.7k - 83.2k, Link |
FRITZ!Box Fon 5140 | 4.25 - 4.67 | /usr/www/cgi-bin, <long> | 51.6k - 55.6k, Link |
VoIP Gateway 5188 | 4.28 - 4.81 | /usr/www/cgi-bin, <long> | 60.4k - 83.7k, Link |
FRITZ!Box 5490 (main) | 6.51 - 7.29 | /usr/www/cgi-bin, <long> | 48.4k - 69.4k, Link |
FRITZ!Box 5491 (main) | 7.01 - 7.29 | /usr/www/cgi-bin, <long> | 56.5k - 69.4k, Link |
FRITZ!Box 5530 Fiber (main) | 7.21 - 8.00 | /usr/www/cgi-bin, <long> | 69.3k - 73.6k, Link |
FRITZ!Box 5590 Fiber (main) | 7.29 - 8.00 | /usr/www/cgi-bin, <long> | 61.4k - 61.7k, Link |
FRITZ!Box 5590 Fiber (prx) | 7.29 - 8.00 | <long> | Link |
FRITZ!Box 5690 Pro (main) | 7.62 | /usr/www/cgi-bin, <long> | 61.4k, Link |
FRITZ!Box 6320 Cable v1 | 6.03 - 6.04 | /usr/www/cgi-bin, <long> | 73.1k, Link |
FRITZ!Box 6320 Cable v2 | 6.21 | /usr/www/cgi-bin, <long> | 46.3k, Link |
FRITZ!Box 6340 Cable | 5.24 | /usr/www/cgi-bin, <long> | 74.1k, Link |
FRITZ!Box 6360 Cable | 4.85 - 6.51 | /usr/www/cgi-bin, <long> | 46.3k - 98.5k, Link |
FRITZ!Box 6430 Cable (arm) | 6.84 - 7.29 | <long> | Link |
FRITZ!Box 6430 Cable (atom) | 6.84 - 7.29 | /usr/www/cgi-bin, <long> | 46.3k - 57.3k, Link |
FRITZ!Box 6490 Cable (arm) | 6.20 - 7.51 | /usr/www/cgi-bin, <long> | 46.3k - 46.4k, Link |
FRITZ!Box 6490 Cable (atom) | 6.20 - 7.51 | /usr/www/cgi-bin, <long> | 46.3k - 65.3k, Link |
FRITZ!Box 6590 Cable (arm) | 6.83 - 7.57 | <long> | Link |
FRITZ!Box 6590 Cable (atom) | 6.83 - 7.51 | /usr/www/cgi-bin, <long> | 46.3k - 65.3k, Link |
FRITZ!Box 6591 Cable (arm) | 7.04 - 8.00 | /usr/www/cgi-bin, <long> | 47.5k - 53.4k, Link |
FRITZ!Box 6591 Cable (atom) | 7.04 - 8.00 | /usr/www/cgi-bin, <long> | 47.5k - 73.5k, Link |
FRITZ!Box 6660 Cable (arm) | 7.14 - 8.00 | <long> | Link |
FRITZ!Box 6660 Cable (atom) | 7.14 - 8.00 | /usr/www/cgi-bin, <long> | 50.1k - 73.5k, Link |
FRITZ!Box 6670 Cable (arm) | 7.61 - 7.90 | <long> | Link |
FRITZ!Box 6670 Cable (atom) | 7.61 - 7.90 | /usr/www/cgi-bin, <long> | 65.6k - 65.7k, Link |
FRITZ!Box 6690 Cable (arm) | 7.28 - 7.90 | <long> | Link |
FRITZ!Box 6690 Cable (atom) | 7.28 - 7.90 | /usr/www/cgi-bin, <long> | 61.4k - 73.5k, Link |
FRITZ!Box 6810 LTE | 6.35 | /usr/www/cgi-bin, <long> | 44.4k - 84.1k, Link |
FRITZ!Box 6820 LTE v1 (main) | 6.40 - 7.59 | /usr/www/cgi-bin, <long> | 48.3k - 69.5k, Link |
FRITZ!Box 6820 LTE v2 (main) | 6.40 - 7.59 | /usr/www/cgi-bin, <long> | 48.3k - 69.5k, Link |
FRITZ!Box 6820 LTE v3 (main) | 7.19 - 7.57 | /usr/www/cgi-bin, <long> | 69.4k - 69.5k, Link |
FRITZ!Box 6820 LTE v4 | 7.59 | /usr/www/cgi-bin, <long> | 69.5k, Link |
FRITZ!Box 6840 LTE (main) | 5.08 - 6.88 | /usr/www/cgi-bin, <long> | 48.3k - 92.1k, Link |
FRITZ!Box 6842 LTE | /usr/www/cgi-bin, <long> | 44.4k - 84.1k, Link | |
FRITZ!Box 6850 LTE | 7.21 - 7.90 | /usr/www/cgi-bin, <long> | 61.4k - 69.4k, Link |
FRITZ!Box 6850 5G | 7.24 - 7.90 | /usr/www/cgi-bin, <long> | 61.4k - 61.7k, Link |
FRITZ!Box 6890 LTE (main) | 6.84 - 7.57 | /usr/www/cgi-bin, <long> | 52.6k - 69.4k, Link |
FRITZ!Box 6890 LTE v1 (main) | 6.84 - 7.57 | /usr/www/cgi-bin, <long> | 52.6k - 69.4k, Link |
FRITZ!Box 6890 LTE v2 (main) | 6.84 - 7.57 | /usr/www/cgi-bin, <long> | 52.6k - 69.4k, Link |
FRITZ!Box Fon WLAN | 3.14 - 4.49 | /usr/www/cgi-bin, <long> | 20.6k - 55.6k, Link |
FRITZ!Box Fon WLAN 7050 | 3.29 - 4.50 | /usr/www/cgi-bin, <long> | 20.6k - 55.6k, Link |
FRITZ!Box Fon WLAN 7112 | 4.76 - 4.88 | /usr/www/cgi-bin, <long> | 83.2k - 92.9k, Link |
FRITZ!Box Fon WLAN 7113 | 4.40 - 4.86 | /usr/www/cgi-bin, <long> | 51.6k - 71.0k, Link |
FRITZ!Box Fon WLAN 7113 DE | 4.40 - 4.77 | /usr/www/cgi-bin, <long> | 51.6k - 51.9k, Link |
FRITZ!Box Fon WLAN 7113 INT | 4.82 - 4.86 | /usr/www/cgi-bin, <long> | 71.0k, Link |
FRITZ!Box Fon WLAN 7140 | 4.02 - 4.77 | /usr/www/cgi-bin, <long> | 42.4k - 83.2k, Link |
FRITZ!Box Fon WLAN 7141 | 4.14 - 4.77 | /usr/www/cgi-bin, <long> | 47.2k - 83.2k, Link |
FRITZ!Fon 7150 | 4.27 - 4.77 | /usr/www/cgi-bin, <long> | 51.5k - 71.5k, Link |
FRITZ!Box Fon WLAN 7170 | 3.96 - 4.99 | /usr/www/cgi-bin, <long> | 42.4k - 92.9k, Link |
FRITZ!Box Fon WLAN 7170 v1 | 3.96 - 4.99 | /usr/www/cgi-bin, <long> | 42.4k - 92.9k, Link |
FRITZ!Box Fon WLAN 7170 v2 | 3.96 - 4.99 | /usr/www/cgi-bin, <long> | 42.4k - 92.9k, Link |
FRITZ!Box Fon WLAN 7240 | 4.65 - 6.06 | /usr/www/cgi-bin, <long> | 70.0k - 92.8k, Link |
FRITZ!Box Fon WLAN 7270 v1 | 4.44 - 4.99 | /usr/www/cgi-bin, <long> | 51.6k - 92.8k, Link |
FRITZ!Box Fon WLAN 7270 v2 | 4.67 - 6.06 | /usr/www/cgi-bin, <long> | 70.0k - 93.5k, Link |
FRITZ!Box Fon WLAN 7270 v3 | 4.76 - 6.06 | /usr/www/cgi-bin, <long> | 75.9k - 93.5k, Link |
FRITZ!Box 7272 (main) | 5.55 - 6.88 | /usr/www/cgi-bin, <long> | 48.3k - 84.4k, Link |
FRITZ!Box 7312 | 5.23 - 6.56 | /usr/www/cgi-bin, <long> | 48.3k - 84.2k, Link |
FRITZ!Box Fon WLAN 7320 | 4.85 - 6.35 | /usr/www/cgi-bin, <long> | 44.7k - 88.7k, Link |
FRITZ!Box 7330 | 5.06 - 6.56 | /usr/www/cgi-bin, <long> | 48.3k - 92.1k, Link |
FRITZ!Box 7330 SL | 5.08 - 6.56 | /usr/www/cgi-bin, <long> | 48.3k - 92.1k, Link |
FRITZ!Box Fon WLAN 7340 | 4.83 - 5.05 | /usr/www/cgi-bin, <long> | 48.3k - 93.8k, Link |
FRITZ!Box Fon WLAN 7360 SL | 5.04 - 6.34 | /usr/www/cgi-bin, <long> | 48.2k - 92.1k, Link |
FRITZ!Box Fon WLAN 7360 v1 | 5.06 - 6.36 | /usr/www/cgi-bin, <long> | 48.2k - 92.1k, Link |
FRITZ!Box Fon WLAN 7360 v2 | 5.22 - 6.88 | /usr/www/cgi-bin, <long> | 48.3k - 84.9k, Link |
FRITZ!Box 7362 SL (main) | 5.53 - 7.18 | /usr/www/cgi-bin, <long> | 48.3k - 84.2k, Link |
FRITZ!Box 7369 (main) | 6.30 - 6.32 | /usr/www/cgi-bin, <long> | 48.3k, Link |
FRITZ!Box Fon WLAN 7390 | 4.81 - 5.22 | /usr/www/cgi-bin, <long> | 48.3k - 93.8k, Link |
FRITZ!Box 7412 (main) | 6.21 - 6.88 | /usr/www/cgi-bin, <long> | 48.3k - 52.6k, Link |
FRITZ!Box 7430 (main) | 6.26 - 7.31 | /usr/www/cgi-bin, <long> | 48.3k - 69.5k, Link |
FRITZ!Box 7490 (main) | 5.57 - 7.51 | /usr/www/cgi-bin, <long> | 48.2k - 84.9k, Link |
FRITZ!Box 7510 | 7.30 - 8.00 | /usr/www/cgi-bin, <long> | 61.4k - 61.7k, Link |
FRITZ!Box 7520 | 6.98 - 8.00 | /usr/www/cgi-bin, <long> | 43.1k - 61.7k, Link |
FRITZ!Box 7520 v2 (main) | 7.30 - 8.00 | /usr/www/cgi-bin, <long> | 61.4k - 61.7k, Link |
FRITZ!Box 7530 | 6.98 - 8.00 | /usr/www/cgi-bin, <long> | 42.7k - 61.7k, Link |
FRITZ!Box 7530 AX | 7.20 - 8.00 | /usr/www/cgi-bin, <long> | 57.6k - 61.7k, Link |
FRITZ!Box 7560 (main) | 6.51 - 7.30 | /usr/www/cgi-bin, <long> | 50.3k - 69.4k, Link |
FRITZ!Box Fon WLAN 7570 vDSL | 4.70 - 4.94 | /usr/www/cgi-bin, <long> | 74.3k - 93.5k, Link |
FRITZ!Box 7580 (main) | 6.53 - 7.30 | /usr/www/cgi-bin, <long> | 50.3k - 69.4k, Link |
FRITZ!Box 7581 | 6.54 - 7.18 | /usr/www/cgi-bin, <long> | 42.3k - 53.5k, Link |
FRITZ!Box 7582 | 6.83 - 7.18 | /usr/www/cgi-bin, <long> | 42.3k - 53.5k, Link |
FRITZ!Box 7583 (main) | 7.01 - 7.59 | /usr/www/cgi-bin, <long> | 54.7k - 69.4k, Link |
FRITZ!Box 7583 VDSL (main) | 7.19 - 8.00 | /usr/www/cgi-bin, <long> | 69.3k - 73.6k, Link |
FRITZ!Box 7590 (main) | 6.83 - 8.00 | /usr/www/cgi-bin, <long> | 50.3k - 73.6k, Link |
FRITZ!Box 7590 AX (main) | 7.19 - 8.00 | /usr/www/cgi-bin, <long> | 69.3k - 73.6k, Link |
FRITZ!Box 7690 | 7.61 - 7.90 | /usr/www/cgi-bin, <long> | 61.4k - 61.7k, Link |
FRITZ!Smart Gateway | 7.52 - 7.63 | /usr/www/cgi-bin, <long> | 49.3k - 53.4k, Link |
FRITZ!WLAN Repeater N/G | 4.65 - 4.88 | /usr/www/cgi-bin, <long> | 58.7k - 69.9k, Link |
FRITZ!WLAN Repeater 300E | 5.01 - 6.34 | /usr/www/cgi-bin, <long> | 44.2k - 79.5k, Link |
FRITZ!WLAN Repeater 310 A | 5.24 - 7.16 | /usr/www/cgi-bin, <long> | 44.2k - 79.5k, Link |
FRITZ!WLAN Repeater 310 B | 6.30 - 7.16 | /usr/www/cgi-bin, <long> | 44.1k - 56.3k, Link |
FRITZ!WLAN Repeater 450E | 6.00 - 7.15 | /usr/www/cgi-bin, <long> | 44.2k - 79.5k, Link |
FRITZ!Repeater 600 | 7.11 - 7.58 | /usr/www/cgi-bin, <long> | 40.0k - 56.3k, Link |
FRITZ!Repeater 600 v2 | 7.27 - 7.58 | /usr/www/cgi-bin, <long> | 40.0k - 48.2k, Link |
FRITZ!WLAN Repeater 1160 | 6.51 - 7.15 | /usr/www/cgi-bin, <long> | 48.3k - 56.3k, Link |
FRITZ!Repeater 1200 | 7.11 - 7.58 | /usr/www/cgi-bin, <long> | 41.3k - 49.3k, Link |
FRITZ!Repeater 1200 AX | 7.30 - 7.58 | /usr/www/cgi-bin, <long> | 37.3k - 49.3k, Link |
FRITZ!WLAN Repeater 1750E | 6.12 - 7.32 | /usr/www/cgi-bin, <long> | 44.2k - 60.4k, Link |
FRITZ!Repeater 2400 | 7.12 - 7.58 | /usr/www/cgi-bin, <long> | 39.9k - 56.3k, Link |
FRITZ!Repeater 3000 | 6.98 - 7.58 | /usr/www/cgi-bin, <long> | 37.3k - 49.3k, Link |
FRITZ!Repeater 3000 AX | 7.41 - 7.58 | /usr/www/cgi-bin, <long> | 37.3k - 41.3k, Link |
FRITZ!Repeater 6000 | 7.19 - 7.58 | /usr/www/cgi-bin, <long> | 37.3k - 49.3k, Link |
FRITZ!WLAN Repeater DVB-C | 6.12 - 7.04 | /usr/www/cgi-bin, <long> | 44.2k - 52.4k, Link |
FRITZ!Powerline 540E | 5.58 - 7.15 | /usr/www/cgi-bin, <long> | 44.2k - 79.5k, Link |
FRITZ!Powerline 546E | 5.50 - 7.15 | /usr/www/cgi-bin, <long> | 44.2k - 79.5k, Link |
FRITZ!Powerline 1240 AX | 7.57 - 7.58 | /usr/www/cgi-bin, <long> | 41.3k, Link |
FRITZ!Powerline 1240E | 6.33 - 7.16 | /usr/www/cgi-bin, <long> | 44.1k - 56.3k, Link |
FRITZ!Powerline 1260E | 6.90 - 7.58 | /usr/www/cgi-bin, <long> | 41.3k - 49.3k, Link |
FRITZ!Powerline 1260 | 7.27 - 7.58 | /usr/www/cgi-bin, <long> | 41.3k - 49.3k, Link |
congstar DSL-Box | 4.25 - 4.81 | /usr/www/cgi-bin, <long> | 51.6k - 80.1k, Link |
congstar komplett Box | 4.68 - 4.81 | /usr/www/cgi-bin, <long> | 59.9k - 68.4k, Link |
Speedport W 501V | 3.93 - 4.38 | /usr/www/cgi-bin, <long> | 38.3k - 51.5k, Link |
Speedport W 503V | 4.68 - 4.81 | /usr/www/cgi-bin, <long> | 59.9k - 68.4k, Link |
Speedport W 503V MK | 4.79 | /usr/www/cgi-bin, <long> | 83.7k, Link |
Speedport W 504V MK | 5.04 | /usr/www/cgi-bin, <long> | 82.5k, Link |
Speedport W 701V | 4.25 - 4.81 | /usr/www/cgi-bin, <long> | 51.6k - 80.1k, Link |
Speedport W 721V | 4.74 - 4.75 | /usr/www/cgi-bin, <long> | 61.3k, Link |
Speedport W 722V | 4.76 - 4.79 | /usr/www/cgi-bin, <long> | 61.3k, Link |
Speedport W 900V | 4.21 - 4.57 | /usr/www/cgi-bin, <long> | 51.8k - 80.1k, Link |
Speedport W 920V | 4.78 - 4.79 | /usr/www/cgi-bin, <long> | 67.7k - 67.8k, Link |
Speedport W 101 Bridge | 4.68 | /usr/www/cgi-bin, <long> | 55.6k, Link |
Eumex 300 IP | 3.29 - 4.44 | /usr/www/cgi-bin, <long> | 20.6k - 51.6k, Link |
Alice IAD 5130 | 4.65 - 4.71 | /usr/www/cgi-bin, <long> | 51.9k, Link |
Alice IAD WLAN 3331 | 4.90 | /usr/www/cgi-bin, <long> | 70.1k, Link |
Alice IAD 7570 vDSL | 4.86 - 5.09 | /usr/www/cgi-bin, <long> | 59.7k - 59.9k, Link |
157 models use this command |
Symbols
Daily updated index of all symbols of this command. Last update: 2024-12-20 07:46 GMT.
Firmware | Symbol |
---|---|
4.12 - 5.09 | BuildFileNameHash |
4.12 - 5.09 | BuildStartIV |
4.12 - 5.09 | CreatePassword |
4.12 - 5.09 | DecryptBuffer |
4.12 - 5.09 | EncryptBuffer |
4.74 - 4.99 | FindConfigFile |
4.12 - 5.09 | GetCipherEnv |
4.12 - 5.09 | GetCipherIVSize |
4.12 - 5.09 | GetCipherKeyLen |
3.42 - 6.06 | GetImportCountry |
4.63 - 6.06 | GetImportLanguage |
4.22 - 6.06 | IsPasswordValid |
5.53 - 6.06 | IsProviderAdditiveConfigImport |
4.74 - 6.06 | IsProviderDefaultConfigImport |
4.74 - 6.06 | ProviderDefaultConfigExists |
4.52 - 5.09 | ReferrerViolation |
6.10 - 6.89 | SetBoxCertPassword |
3.42 - 6.06 | SetImportExportPassword |
4.22 - 6.06 | SetVPNImportPassword |
4.77 - 5.27 | VPNCFG_client_access_rule_alloc |
4.77 - 5.27 | VPNCFG_client_access_rule_free |
4.28 - 5.27 | VPNCFG_connipid_alloc |
4.28 - 5.27 | VPNCFG_connipid_free |
4.28 - 5.27 | VPNCFG_connipid_memberbymagic |
4.28 - 5.27 | VPNCFG_connxauthcfg_alloc |
4.28 - 5.27 | VPNCFG_connxauthcfg_free |
5.27 | VPNCFG_free |
5.27 | VPNCFG_init |
4.28 - 5.27 | VPNCFG_ipaddrrangeid_alloc |
4.28 - 5.27 | VPNCFG_ipaddrrangeid_free |
4.28 - 5.27 | VPNCFG_ipnetid_alloc |
4.28 - 5.27 | VPNCFG_ipnetid_free |
4.28 - 5.27 | VPNCFG_load |
5.01 - 5.27 | VPNCFG_load_merge |
5.27 | VPNCFG_load_overwrite |
5.27 | VPNCFG_save |
4.28 - 5.27 | VPNCFG_varfree |
4.28 - 5.27 | VPNCFG_varinit |
4.28 - 5.27 | VPNCFG_varload |
4.28 - 5.27 | VPNCFG_varload_merge |
4.28 - 5.27 | VPNCFG_varload_overwrite |
4.28 - 5.27 | VPNCFG_varsave |
4.28 - 5.27 | VPNCFG_vpncfg_alloc |
4.28 - 5.27 | VPNCFG_vpncfg_free |
4.28 - 5.27 | VPNCFG_vpnconnection_alloc |
4.28 - 5.27 | VPNCFG_vpnconnection_free |
4.22 - 6.06 | ar7fdecrypt |
7.19 - 7.31 | asset_import_unzip::parse_meta_json |
7.19 - 7.31 | asset_import_unzip::yajl_integer_cb |
7.19 - 7.31 | asset_import_unzip::yajl_map_key_cb |
6.10 - 6.89 | boxcert_export |
1.120 - 5.09 | call_install_file |
4.85 - 4.92 | check_upnp_sid |
4.03 - 4.99 | closehandles |
1.63 | cs_calc_buf_sum |
1.63 | cs_calc_sum |
1.63 | cs_get_sum |
1.63 | cs_is_tagged |
4.61 - 6.06 | current_time_string |
4.85 - 5.09 | debug_printf |
4.12 - 5.09 | dec_filename |
4.03 - 5.09 | default_signature_get_crc |
4.05 - 5.09 | default_signature_set_crc |
5.09 - 5.20 | deflate |
5.09 - 5.20 | deflateEnd |
5.09 - 5.20 | deflateInit2_ |
3.42 - 6.06 | delete_configimport_file |
1.120 - 5.09 | exec_cmd |
1.120 - 5.09 | exec_reboot |
4.22 - 4.99 | exec_restart_dsld |
4.03 - 5.24 | exec_shellcmd |
7.19 - 7.31 | export_assets |
3.42 - 6.06 | export_config |
4.61 - 6.06 | file_base_name |
4.65 - 5.09 | free_usb_config |
4.61 - 5.09 | free_wlan_config |
5.23 - 6.36 | fw_exec_shellcmd |
6.10 - 6.89 | get_boxcert_import_file |
3.42 - 6.06 | get_configimport_file |
1.63 - 6.69 | get_content_type |
3.42 - 5.09 | get_file |
1.63 - 6.69 | get_line_from_post |
4.74 - 6.06 | get_phonebook_import_file |
1.63 - 6.69 | get_var_name_from_post |
4.74 - 4.99 | get_var_name_from_post_ex |
4.22 - 6.06 | get_vpnconfigimport_file |
7.19 - 7.31 | import_assets_fileread_exit |
7.19 - 7.31 | import_assets_fileread_init |
7.19 - 7.31 | import_assets_fileread_write |
7.19 - 7.31 | import_assets_get_result |
7.19 - 7.31 | import_assets_init |
4.65 - 5.09 | load_usb_config |
4.65 - 5.09 | load_usb_lib |
4.61 - 5.09 | load_wlan_config |
4.63 - 5.09 | load_wlan_lib |
1.63 | login |
1.63 - 8.00 | main |
1.120 - 5.09 | open_process_tar |
6.10 - 6.89 | process_boxcert_import_file |
3.42 - 6.06 | process_configimport_file |
4.22 - 6.06 | process_vpncfgimport_file |
4.63 - 5.09 | pwcrypt_init |
4.63 - 5.09 | pwencrypt_memdecrypt |
4.63 - 5.09 | pwencrypt_memencrypt |
1.63 - 6.69 | remove_CRLF_and_save_buffer |
4.74 - 6.69 | remove_tailing_CRLF |
1.63 - 5.09 | remove_trailing_CRLF |
4.65 - 5.09 | save_usb_config |
4.61 - 5.09 | save_wlan_config |
5.01 - 6.06 | set_takeoverimport |
4.03 - 6.06 | sign_wrapper_init |
1.120 - 5.09 | signal_handler |
4.57 - 5.09 | update_led_state |
4.74 - 4.99 | usb_config_save_diff_to_factorydefaults |
4.74 - 4.99 | wlan_config_save_diff_to_factorydefaults |
4.72 - 6.06 | xml_umschluesseln |
1.63 | yylex |
117 symbols for this command |