ReFirmLabs / binwalk

Firmware Analysis Tool
MIT License
11.27k stars 1.56k forks source link

whether binwalk don't extract the binary files correctly or something wrong with bin package #353

Closed joingh123 closed 1 month ago

joingh123 commented 6 years ago

I download firmware of D'link DIR-645 from here

ftp://ftp2.dlink.com/PRODUCTS/DIR-645/REVA/DIR-645_FIRMWARE_1.04.B11.ZIP

When I use binwalk to extract the firmware directly:

$ binwalk -Me DIR-645_FIRMWARE_1.04.B11.ZIP

Scan Time:     2018-09-19 19:40:43
Target File:   /home//DIR645A1_FW104B11.bin
MD5 Checksum:  76705b8eff53bace85a0b79d6e1b44dc
Signatures:    344

DECIMAL       HEXADECIMAL     DESCRIPTION
--------------------------------------------------------------------------------
0             0x0             DLOB firmware header, boot partition: "dev=/dev/mtdblock/2"
112           0x70            LZMA compressed data, properties: 0x5D, dictionary size: 33554432 bytes, uncompressed size: 4237652 bytes
1441904       0x160070        PackImg section delimiter tag, little endian size: 2121216 bytes; big endian size: 6168576 bytes
1441936       0x160090        Squashfs filesystem, little endian, version 4.0, compression:lzma, size: 6164554 bytes, 2205 inodes, blocksize: 262144 bytes, created: 2013-06-14 07:05:15

Scan Time:     2018-09-19 19:40:44
Target File:   /home/_DIR645A1_FW104B11.bin.extracted/70
MD5 Checksum:  ab12ea2766e23c7e63734d658f0cd446
Signatures:    344

DECIMAL       HEXADECIMAL     DESCRIPTION
--------------------------------------------------------------------------------
3334176       0x32E020        Linux kernel version "2.6.33.2 (joely@109) (gcc version 4.3.3 (GCC) ) #2 Thu Jun 13 17:58:38 CST 2013"
3394528       0x33CBE0        CRC32 polynomial table, little endian
3763227       0x396C1B        Unix path: /S70/S75/505V/F505/F707/F717/P8
3799832       0x39FB18        Neighborly text, "NeighborSolicitstunnel6 init(): can't add protocol"
3799852       0x39FB2C        Neighborly text, "NeighborAdvertisementst add protocol"
3803667       0x3A0A13        Neighborly text, "neighbor %.2x%.2x.%.2x:%.2x:%.2x:%.2x:%.2x:%.2x lost on port %d(%s)(%s)"

I got filesystem below:

$ ls -lh _DIR645A1_FW104B11.bin.extracted/squashfs-root/

total 52K
drwxr-xr-x  2 broderna broderna 4.0K Jun 14  2013 bin
drwxr-xr-x  9 broderna broderna 4.0K Jun 14  2013 dev
drwxr-xr-x 16 broderna broderna 4.0K Jun 14  2013 etc
lrwxrwxrwx  1 broderna broderna    9 Sep 19 19:40 home -> /var/home
drwxr-xr-x 14 broderna broderna 4.0K Jun 14  2013 htdocs
drwxr-xr-x  2 broderna broderna 4.0K Jun 14  2013 include
drwxr-xr-x  4 broderna broderna 4.0K Jun 14  2013 lib
drwxr-xr-x  2 broderna broderna 4.0K Jun 14  2013 mnt
drwxr-xr-x  2 broderna broderna 4.0K Jun 14  2013 proc
drwxr-xr-x  2 broderna broderna 4.0K Jun 14  2013 sbin
drwxr-xr-x  2 broderna broderna 4.0K Jun 14  2013 sys
lrwxrwxrwx  1 broderna broderna    8 Sep 19 19:40 tmp -> /var/tmp
drwxr-xr-x  5 broderna broderna 4.0K Jun 14  2013 usr
drwxr-xr-x  2 broderna broderna 4.0K Jun 14  2013 var
drwxr-xr-x  2 broderna broderna 4.0K Jun 14  2013 www

But I can not find any html pages except etc/admin-root/index.html:

$ cd _DIR645A1_FW104B11.bin.extracted/squashfs-root/
$ find -name *htm*

./htdocs/phplib/html.php
./htdocs/web/webaccess/webfile_images/html.png
./etc/admin-root/index.html
./etc/l7-protocols/file_types/html.pat

So, is there something wrong with Binwalk or just no html pages in DIR645A1_FW104B11.bin?

devttys0 commented 6 years ago

It looks like it extracted OK, but the web interface (as well as a bunch of other stuff) is implemented in PHP:

$ find . -name *.php
./etc/events/ENABLE.3G.php
./etc/events/INF-RESTART.php
./etc/events/SENDMAIL.php
./etc/events/WANV6-DETECT.php
./etc/events/WAN_dhcp_chk.php
./etc/events/WAN_dhcp_dis.php
./etc/events/DNSCACHE-FLUSH.php
./etc/events/SEALPAC.php
./etc/events/option6.discover.php
./etc/events/WANV6_6RD_DETECT.php
./etc/events/MOUNT.ALL.php
./etc/events/AUTOCONFIG.php
./etc/events/UPDATELEASES.php
./etc/events/WANV6_ppp_dis.php
./etc/events/update_smart404.php
./etc/events/WANV6_PPP_AUTOCONF_DETECT.php
./etc/events/WANV6_AUTOCONF_DETECT.php
./etc/events/FORMAT.php
./etc/events/dhcp_pri_chk.php
./etc/events/DHCPS-REDETECT.php
./etc/events/WANV6_ppp_chk.php
./etc/events/DISABLE.3G.php
./etc/events/option.discover.php
./etc/events/wan_detect_chk.php
./etc/events/DHCPS-RESTART.php
./etc/events/WANV6_DSLITE_DETECT.php
./etc/events/WAN-DETECT.php
./etc/events/WAN_ppp_dis.php
./etc/events/WAN_dhcp_pri.php
./etc/events/RESETCFG.WIFI.php
./etc/events/UPDATERESOLV.php
./etc/templates/hnap/GetNetworkStats.php
./etc/templates/hnap/SetMulticastSnooping.php
./etc/templates/hnap/SetMultipleActions_DeviceSettings.php
./etc/templates/hnap/SetMultipleActions.php
./etc/templates/hnap/SetWanSettings.php
./etc/templates/hnap/SetForwardedPorts.php
./etc/templates/hnap/GetFirmwareState.php
./etc/templates/hnap/GetWanStatus.php
./etc/templates/hnap/SetWLanSettings54.php
./etc/templates/hnap/SetTriggerADIC.php
./etc/templates/hnap/GetWebFilterSettings.php
./etc/templates/hnap/DoFirmwareUpgrade.php
./etc/templates/hnap/SetMACFilters.php
./etc/templates/hnap/GetListDirectory.php
./etc/templates/hnap/GetDeviceSettings2.php
./etc/templates/hnap/SetUSBStorageSettings.php
./etc/templates/hnap/GetWLanSettings54.php
./etc/templates/hnap/AddPortMapping.php
./etc/templates/hnap/GetWLanRadios.php
./etc/templates/hnap/SetMultipleActions_WLanRadioSettings.php
./etc/templates/hnap/SetAccessPointMode.php
./etc/templates/hnap/SetMultipleActions_WLanRadioSecurity.php
./etc/templates/hnap/GetRouterLanSettings.php
./etc/templates/hnap/Reboot.php
./etc/templates/hnap/SetWebFilterSettings.php
./etc/templates/hnap/DeletePortMapping.php
./etc/templates/hnap/GetForwardedPorts.php
./etc/templates/hnap/SetDeviceSettings2.php
./etc/templates/hnap/IsDeviceReady.php
./etc/templates/hnap/SetWLanSecurity.php
./etc/templates/hnap/SetWiFiOpMode.php
./etc/templates/hnap/SetWLanSettings24.php
./etc/templates/hnap/GetWanSettings.php
./etc/templates/hnap/GetWiFiOpMode.php
./etc/templates/hnap/GetWLanSettings24.php
./etc/templates/hnap/GetMACFilters.php
./etc/templates/hnap/SetRouterLanSettings.php
./etc/templates/hnap/GetDLNA.php
./etc/templates/hnap/SetMACFilters2.php
./etc/templates/hnap/GetWLanRadioSecurity.php
./etc/templates/hnap/GetPortMappings.php
./etc/templates/hnap/GetDeviceSettings.php
./etc/templates/hnap/Config.php
./etc/templates/hnap/RestoreFactoryDefaults.php
./etc/templates/hnap/GetConnectedDevices.php
./etc/templates/hnap/GetClientStats.php
./etc/templates/hnap/SetWLanRadioSecurity.php
./etc/templates/hnap/GetMulticastSnooping.php
./etc/templates/hnap/SetDeviceSettings.php
./etc/templates/hnap/SetWLanRadioSettings.php
./etc/templates/hnap/GetWLanSecurity.php
./etc/templates/hnap/GetIPv6Settings.php
./etc/templates/hnap/RenewWanConnection.php
./etc/templates/hnap/SetDLNA.php
./etc/templates/hnap/GetRouterSettings.php
./etc/templates/hnap/GetOpenDNS.php
./etc/templates/hnap/SetStorageUsers.php
./etc/templates/hnap/GetUSBStorageSettings.php
./etc/templates/hnap/GetClientInfo.php
./etc/templates/hnap/GetWLanRadioSettings.php
./etc/templates/hnap/GetMACFilters2.php
./etc/templates/hnap/SetMultipleActions_SetWanSettings.php
./etc/templates/hnap/SetRouterSettings.php
./etc/services/NAMERESOLV.LAN-1.php
./etc/services/PHYINF.ETH-3.php
./etc/services/BWC.LAN-3.php
./etc/services/IPTABLES.php
./etc/services/WAN.php
./etc/services/IP6T.WAN-2.php
./etc/services/UPNP.LAN-5.php
./etc/services/INET.WAN-1.php
./etc/services/INFSVCS.LAN-2.php
./etc/services/BRIDGE.php
./etc/services/INET.WAN-2.php
./etc/services/LLD2.php
./etc/services/UPNP.LAN-2.php
./etc/services/INET.WAN-4.php
./etc/services/ROUTE6.DYNAMIC.php
./etc/services/IPT.WAN-3.php
./etc/services/IPTOBF.php
./etc/services/IPTVSVR.php
./etc/services/INET.WAN-5.php
./etc/services/IP6TDEFCHAIN.php
./etc/services/PHYINF.ETH-1.php
./etc/services/IPTMACCTRL.php
./etc/services/HTTP.LAN-4.php
./etc/services/IPTMASQ.php
./etc/services/ACL6.php
./etc/services/DHCPS6.LAN-2.php
./etc/services/IPTDMZ.php
./etc/services/REBOOT.php
./etc/services/INFSVCS.LAN-4.php
./etc/services/BWC.WAN-2.php
./etc/services/INACTIVE.php
./etc/services/ICMP.WAN-3.php
./etc/services/DDNS4.WAN-1.php
./etc/services/IP6T.WAN-3.php
./etc/services/DHCPS4.LAN-6.php
./etc/services/HTTP.php
./etc/services/DEVICE.php
./etc/services/DEVICE.ACCOUNT.php
./etc/services/IPTABLES/iptwan.php
./etc/services/IPTABLES/iptlan.php
./etc/services/IPTABLES/iptlib.php
./etc/services/IPT.BRIDGE-1.php
./etc/services/DDNS4.WAN-3.php
./etc/services/URLCTRL.php
./etc/services/INET.LAN-1.php
./etc/services/HW_NAT.php
./etc/services/BWC.LAN-1.php
./etc/services/IPT.LAN-2.php
./etc/services/IP6TABLES.php
./etc/services/FDISK.php
./etc/services/DDNS4.INF.php
./etc/services/INET/inet6_dhcpc_helper.php
./etc/services/INET/ppp4_status.php
./etc/services/INET/ppp6_status.php
./etc/services/INET/ppp6_ipdown.php
./etc/services/INET/ppp4_ipup.php
./etc/services/INET/interface.php
./etc/services/INET/ppp4_ipdown.php
./etc/services/INET/inet_ppp4_combo.php
./etc/services/INET/inet_child.php
./etc/services/INET/inet_ipv6.php
./etc/services/INET/ppp6_ipup.php
./etc/services/INET/inet_ppp4.php
./etc/services/INET/options_ppp4.php
./etc/services/INET/inet_ipv4.php
./etc/services/INET/inet_ppp6.php
./etc/services/INET/inet6_rdisc6_helper.php
./etc/services/INET/inet4_dhcpc_helper.php
./etc/services/OPENDNS4.MAP.php
./etc/services/IPTFIREWALL.php
./etc/services/ROUTE.DESTNET.php
./etc/services/DHCPS6.LAN-5.php
./etc/services/DNS6.LAN-4.php
./etc/services/OPENDNS4.php
./etc/services/LAN.php
./etc/services/IPTDEFCHAIN.php
./etc/services/DNS4.LAN-1.php
./etc/services/UPNP.LAN-6.php
./etc/services/SAMBA.php
./etc/services/DHCPS4.INF.php
./etc/services/ITUNES.php
./etc/services/DNS4.LAN-4.php
./etc/services/IP6T.LAN-6.php
./etc/services/IP6T.WAN-4.php
./etc/services/FIREWALL.php
./etc/services/IP6TABLES/ip6tlib.php
./etc/services/IP6TABLES/ip6tlan.php
./etc/services/IP6TABLES/ip6twan.php
./etc/services/UPNPAV.php
./etc/services/ROUTE.STATIC.php
./etc/services/IP6T.LAN-5.php
./etc/services/IPT.WAN-1.php
./etc/services/HTTP.WAN-3.php
./etc/services/INFSVCS.WAN-4.php
./etc/services/PHYINF.ETH-2.php
./etc/services/DEVICE.LAYOUT.php
./etc/services/SMS.SEND.php
./etc/services/DHCPS6.LAN-1.php
./etc/services/LAYOUT.php
./etc/services/LOG/logd_helper.php
./etc/services/BWC.WAN-1.php
./etc/services/WIFI/rtcfg.php
./etc/services/WIFI/hostapdcfg.php
./etc/services/WIFI/init5Gwlan.php
./etc/services/WIFI/init_wifi_mod.php
./etc/services/WIFI/wpsset.php
./etc/services/WIFI/updatewifistats.php
./etc/services/INET.LAN-5.php
./etc/services/INET.WAN-3.php
./etc/services/BWC.WAN-4.php
./etc/services/UPNP.BRIDGE-1.php
./etc/services/DHCPC/dhcpc6.php
./etc/services/INFSVCS.LAN-6.php
./etc/services/FIREWALL-3.php
./etc/services/NAMERESOLV/nameresolv.php
./etc/services/IPTURLCTRL.php
./etc/services/ACL.php
./etc/services/IP6T.LAN-3.php
./etc/services/IPT.WAN-4.php
./etc/services/PHYINF.BAND24G-1.2.php
./etc/services/NEAP/neapserver.php
./etc/services/NEAP/neapscfg.php
./etc/services/HTTP.LAN-6.php
./etc/services/INFSVCS.LAN-3.php
./etc/services/DEVICE.TIME.php
./etc/services/DEVICE.PASSTHROUGH.php
./etc/services/DNS.php
./etc/services/DNS4.LAN-3.php
./etc/services/DDNS/ddnsserver.php
./etc/services/HTTP.WAN-1.php
./etc/services/DNS6.LAN-5.php
./etc/services/DHCPS6.LAN-4.php
./etc/services/ENLAN.php
./etc/services/IP6T.LAN-2.php
./etc/services/UPNP.LAN-1.php
./etc/services/EMAIL.php
./etc/services/DNS6.LAN-2.php
./etc/services/DNS4.LAN-6.php
./etc/services/DNS6.LAN-3.php
./etc/services/DHCPC6.WAN-4.php
./etc/services/DNS4.LAN-2.php
./etc/services/INET.LAN-3.php
./etc/services/IP6T.WAN-1.php
./etc/services/SHAREPORT.php
./etc/services/HTTP.WAN-4.php
./etc/services/INET.COMBO.WAN-1.php
./etc/services/INFSVCS.BRIDGE-1.php
./etc/services/ACCESSCTRL.php
./etc/services/VSVR.NAT-1.php
./etc/services/DDNS6.WAN-1.php
./etc/services/INET.LAN-2.php
./etc/services/DHCPS6.LAN-6.php
./etc/services/MULTICAST.php
./etc/services/RUNTIME.DDNS4.WAN-1.php
./etc/services/DNS6.LAN-1.php
./etc/services/NAT.php
./etc/services/ROUTE.IPUNNUMBERED.php
./etc/services/FIREWALL-2.php
./etc/services/INFSVCS.WAN-2.php
./etc/services/STUNNEL.php
./etc/services/DHCPS4.LAN-2.php
./etc/services/LOG.EMAIL.php
./etc/services/DHCPS4.BRIDGE-1.php
./etc/services/STORAGE.php
./etc/services/RT3662.php
./etc/services/INFSVCS.LAN-5.php
./etc/services/INET.LAN-6.php
./etc/services/BWC.LAN-4.php
./etc/services/BWC/bwcsvcs.php
./etc/services/NAMERESOLV.LAN-2.php
./etc/services/DNS/dnscfg.php
./etc/services/DNS/dnsrestart.php
./etc/services/ROUTE.DOMAIN.php
./etc/services/DNS4.LAN-5.php
./etc/services/DHCPS4.LAN-4.php
./etc/services/DNS4.php
./etc/services/HTTP.LAN-5.php
./etc/services/ROUTE6.STATIC.php
./etc/services/DDNS4.WAN-2.php
./etc/services/IPTPFWD.php
./etc/services/WEBACCESS.php
./etc/services/MACCTRL.php
./etc/services/NEAP.LAN-1.php
./etc/services/IP6T.LAN-1.php
./etc/services/IP6TOBF.php
./etc/services/INFSVCS.LAN-1.php
./etc/services/LOGD.php
./etc/services/HTTP.LAN-2.php
./etc/services/BWC.WAN-3.php
./etc/services/INET.LAN-4.php
./etc/services/DMZ.NAT-1.php
./etc/services/NEAP.LAN-4.php
./etc/services/PORTT.NAT-1.php
./etc/services/FIREWALL6.php
./etc/services/ICMP.WAN-2.php
./etc/services/IP6T.LAN-4.php
./etc/services/SMS.php
./etc/services/BWC.php
./etc/services/NAMERESOLV.LAN-3.php
./etc/services/INET.BRIDGE-1.php
./etc/services/PHYINF.WIFI.php
./etc/services/DHCPS/dhcpserver.php
./etc/services/DHCPS/dhcps6.php
./etc/services/INFSVCS.WAN-3.php
./etc/services/ICMP.WAN-1.php
./etc/services/_add_chains_to_pfwd.php
./etc/services/PHYINF/phywifi.php
./etc/services/PHYINF/phyinf.php
./etc/services/HTTP.LAN-3.php
./etc/services/DHCPS6.LAN-3.php
./etc/services/DNS6.LAN-6.php
./etc/services/PHYINF.BAND24G-1.1.php
./etc/services/NAMERESOLV.LAN-4.php
./etc/services/PFWD.NAT-1.php
./etc/services/UPNPAV.PRESCAN.php
./etc/services/IP6TSMPSECURITY.php
./etc/services/DHCPS4.LAN-3.php
./etc/services/NEAP.LAN-3.php
./etc/services/UPNP.LAN-4.php
./etc/services/MDNSRESPONDER.php
./etc/services/HTTP.BRIDGE-1.php
./etc/services/INFSVCS/infservices.php
./etc/services/IPT.WAN-2.php
./etc/services/FIREWALL/firewall.php
./etc/services/SWITCHMACFILTER.php
./etc/services/IPTPORTT.php
./etc/services/INFSVCS.WAN-1.php
./etc/services/DEVICE.HOSTNAME.php
./etc/services/IP6TFIREWALL.php
./etc/services/IPT.LAN-1.php
./etc/services/DHCPS4.LAN-5.php
./etc/services/UPNP.LAN-3.php
./etc/services/HTTP.WAN-2.php
./etc/services/DHCPS6.INF.php
./etc/services/BWC.LAN-2.php
./etc/services/DHCPS4.LAN-1.php
./etc/services/UPNPC.php
./etc/services/HTTP/httpsvcs.php
./etc/services/HTTP/hnapasswd.php
./etc/services/HTTP/httpcfg.php
./etc/services/HTTP.LAN-1.php
./etc/services/NEAP.LAN-2.php
./etc/defnodes/S90upnpwfa.php
./etc/defnodes/S13dfs.php
./etc/defnodes/defaultvalue.php
./etc/defnodes/S14setchlist.php
./etc/defnodes/S91upnpigd2.php
./etc/defnodes/S90upnpigd.php
./etc/defnodes/S22timezone.php
./etc/defnodes/S90sessions.php
./etc/defnodes/S30device.php
./etc/defnodes/default_wifi.php
./etc/defnodes/S31locale.php
./etc/defnodes/S12flashspeed.php
./etc/defnodes/S90opendns.php
./etc/defnodes/S40links.php
./etc/defnodes/S33wifi.php
./etc/scripts/vpnroute.php
./etc/scripts/wifirnodes.php
./etc/scripts/dlcfg_hlper.php
./etc/scripts/IPV6.CHILD.php
./etc/scripts/webaccess_map.php
./etc/scripts/CABLE-RA-WAIT.php
./etc/scripts/IPV4.DSLITE.php
./etc/scripts/upnp/run.NOTIFY-PROPCHANGE.php
./etc/scripts/upnp/run.NOTIFY-WFADEV.php
./etc/scripts/upnp/M-SEARCH.php
./etc/scripts/upnp/__M-SEARCH.resp.php
./etc/scripts/upnp/ssdp.php
./etc/scripts/upnp/NOTIFYAB.php
./etc/scripts/upnp/__NOTIFY.req.ab.php
./etc/scripts/IP-WAIT.php
./etc/scripts/delpathbytarget.php
./etc/scripts/dhcp6s_helper.php
./etc/scripts/ENULA.php
./etc/scripts/IPV6.INET.php
./etc/scripts/wpsevents.php
./etc/scripts/V6IN4-TUNNEL.php
./etc/scripts/stopchild.php
./etc/scripts/IPV4.INET.php
./etc/scripts/SETVPNSRRT.php
./etc/scripts/wps/wps.php
./etc/scripts/RA-WAIT.php
./etc/scripts/control_smart404.php
./etc/scripts/usbmount_helper.php
./etc/scripts/wifi/wpscfg.php
./etc/scripts/wifi/wpsupstate.php
./etc/scripts/adapter_cmd.php
./etc/scripts/libs/lld2d-helper.php
./etc/scripts/libs/igmpproxy_helper.php
./etc/scripts/libs/mldproxy_helper.php
./etc/scripts/libs/dns-helper.php
./htdocs/upnpdevdesc/OSInfo.xml.php
./htdocs/upnpdevdesc/WFAWLANConfig.xml.php
./htdocs/upnpdevdesc/WANIPConnection.xml.php
./htdocs/upnpdevdesc/WFADevice.xml.php
./htdocs/upnpdevdesc/WANCommonInterfaceConfig.xml.php
./htdocs/upnpdevdesc/Layer3Forwarding.xml.php
./htdocs/upnpdevdesc/InternetGatewayDevice.xml.php
./htdocs/upnpdevdesc/WANIPv6FirewallControl.xml.php
./htdocs/upnpdevdesc/WANEthernetLinkConfig.xml.php
./htdocs/upnpinc/ACTION.DO.GetNATRSIPStatus.php
./htdocs/upnpinc/ACTION.GetEthernetLinkStatus.php
./htdocs/upnpinc/ACTION.DO.DeletePortMapping.php
./htdocs/upnpinc/ACTION.GetTotalPacketsSent.php
./htdocs/upnpinc/ACTION.X_GetICSStatistics.php
./htdocs/upnpinc/ACTION.DO.RequestConnection.php
./htdocs/upnpinc/ACTION.DO.SetConnectionType.php
./htdocs/upnpinc/ACTION.DO.ForceTermination.php
./htdocs/upnpinc/soap.php
./htdocs/upnpinc/gena.php
./htdocs/upnpinc/ACTION.GetExternalIPAddress.php
./htdocs/upnpinc/ACTION.GetDefaultConnectionService.php
./htdocs/upnpinc/ACTION.DO.GetFirewallStatus.php
./htdocs/upnpinc/ACTION.GetGenericPortMappingEntry.php
./htdocs/upnpinc/ACTION.DO.GetExternalIPAddress.php
./htdocs/upnpinc/igd/L3Forwarding1/ACTION.GetDefaultConnectionService.php
./htdocs/upnpinc/igd/WANIPConn1/ACTION.DO.GetNATRSIPStatus.php
./htdocs/upnpinc/igd/WANIPConn1/ACTION.DO.DeletePortMapping.php
./htdocs/upnpinc/igd/WANIPConn1/ACTION.DO.RequestConnection.php
./htdocs/upnpinc/igd/WANIPConn1/ACTION.DO.SetConnectionType.php
./htdocs/upnpinc/igd/WANIPConn1/ACTION.DO.ForceTermination.php
./htdocs/upnpinc/igd/WANIPConn1/ACTION.GetExternalIPAddress.php
./htdocs/upnpinc/igd/WANIPConn1/ACTION.GetGenericPortMappingEntry.php
./htdocs/upnpinc/igd/WANIPConn1/ACTION.DO.GetExternalIPAddress.php
./htdocs/upnpinc/igd/WANIPConn1/ACTION.DO.GetStatusInfo.php
./htdocs/upnpinc/igd/WANIPConn1/ACTION.GetSpecificPortMappingEntry.php
./htdocs/upnpinc/igd/WANIPConn1/ACTION.DO.GetGenericPortMappingEntry.php
./htdocs/upnpinc/igd/WANIPConn1/ACTION.GetNATRSIPStatus.php
./htdocs/upnpinc/igd/WANIPConn1/ACTION.DO.GetSpecificPortMappingEntry.php
./htdocs/upnpinc/igd/WANIPConn1/ACTION.GetConnectionTypeInfo.php
./htdocs/upnpinc/igd/WANIPConn1/ACTION.DO.AddPortMapping.php
./htdocs/upnpinc/igd/WANIPConn1/ACTION.DO.GetConnectionTypeInfo.php
./htdocs/upnpinc/igd/WANIPConn1/ACTION.GetStatusInfo.php
./htdocs/upnpinc/igd/WANCommonIFC1/ACTION.GetTotalPacketsSent.php
./htdocs/upnpinc/igd/WANCommonIFC1/ACTION.X_GetICSStatistics.php
./htdocs/upnpinc/igd/WANCommonIFC1/ACTION.GetTotalBytesReceived.php
./htdocs/upnpinc/igd/WANCommonIFC1/ACTION.GetTotalPacketsReceived.php
./htdocs/upnpinc/igd/WANCommonIFC1/ACTION.GetCommonLinkProperties.php
./htdocs/upnpinc/igd/WANCommonIFC1/ACTION.GetTotalBytesSent.php
./htdocs/upnpinc/igd/WANIPv6Firewall1/ACTION.DO.GetFirewallStatus.php
./htdocs/upnpinc/igd/WANIPv6Firewall1/ACTION.AddPinhole.php
./htdocs/upnpinc/igd/WANIPv6Firewall1/ACTION.DO.AddPinhole.php
./htdocs/upnpinc/igd/WANIPv6Firewall1/ACTION.GetFirewallStatus.php
./htdocs/upnpinc/igd/WANEthLinkC1/ACTION.GetEthernetLinkStatus.php
./htdocs/upnpinc/ACTION.DO.GetStatusInfo.php
./htdocs/upnpinc/ACTION.GetSpecificPortMappingEntry.php
./htdocs/upnpinc/ACTION.GetTotalBytesReceived.php
./htdocs/upnpinc/ACTION.DO.GetGenericPortMappingEntry.php
./htdocs/upnpinc/ACTION.GetNATRSIPStatus.php
./htdocs/upnpinc/ACTION.GetTotalPacketsReceived.php
./htdocs/upnpinc/gvar.php
./htdocs/upnpinc/ACTION.DO.GetSpecificPortMappingEntry.php
./htdocs/upnpinc/ACTION.GetCommonLinkProperties.php
./htdocs/upnpinc/ACTION.GetConnectionTypeInfo.php
./htdocs/upnpinc/ACTION.DO.AddPortMapping.php
./htdocs/upnpinc/ACTION.DO.GetConnectionTypeInfo.php
./htdocs/upnpinc/ACTION.GetTotalBytesSent.php
./htdocs/upnpinc/ACTION.AddPinhole.php
./htdocs/upnpinc/ACTION.GetStatusInfo.php
./htdocs/upnpinc/ACTION.DO.AddPinhole.php
./htdocs/upnpinc/ACTION.GetFirewallStatus.php
./htdocs/web/wiz_wps.php
./htdocs/web/setup.php
./htdocs/web/st_routing.php
./htdocs/web/bsc_sms_send.php
./htdocs/web/st_ipv6.php
./htdocs/web/adv_mac_filter.php
./htdocs/web/diagnostic.php
./htdocs/web/adv_afp.php
./htdocs/web/tools_ddns.php
./htdocs/web/firmversion.php
./htdocs/web/bsc_wlan_wifitest.php
./htdocs/web/bsc_ipv6.php
./htdocs/web/ddns_act.php
./htdocs/web/bsc_wlan_main.php
./htdocs/web/wifi_stat.php
./htdocs/web/tools_time.php
./htdocs/web/st_device.php
./htdocs/web/adv_wps.php
./htdocs/web/spt_status.php
./htdocs/web/check.php
./htdocs/web/wiz_wlan.php
./htdocs/web/bsc_easy.php
./htdocs/web/st_session.php
./htdocs/web/adv_firewall.php
./htdocs/web/wiz_wan.php
./htdocs/web/session_act.php
./htdocs/web/adv_itunes.php
./htdocs/web/wpsstate.php
./htdocs/web/tools.php
./htdocs/web/bsc_lan.php
./htdocs/web/st_missed_call.php
./htdocs/web/getcfg.php
./htdocs/web/adv_routingv6.php
./htdocs/web/wpsacts.php
./htdocs/web/spt_menu.php
./htdocs/web/adv_network.php
./htdocs/web/bsc_wan.php
./htdocs/web/wiz_wlan_freset.php
./htdocs/web/adv_app.php
./htdocs/web/spt_adv.php
./htdocs/web/portal/explorer.php
./htdocs/web/portal/comm/fade.php
./htdocs/web/portal/comm/__js_comm.php
./htdocs/web/portal/comm/event.php
./htdocs/web/portal/comm/overlay.php
./htdocs/web/portal/comm/scoot.php
./htdocs/web/portal/comm/drag.php
./htdocs/web/tools_firmware.php
./htdocs/web/bsc_internetv6.php
./htdocs/web/log_clear.php
./htdocs/web/st_stats.php
./htdocs/web/adv_inb_filter.php
./htdocs/web/adv_web_filter.php
./htdocs/web/wandetect.php
./htdocs/web/tools_admin.php
./htdocs/web/index.php
./htdocs/web/st_log.php
./htdocs/web/wiz_wan_fresetv6.php
./htdocs/web/adv_wlan.php
./htdocs/web/webaccess/doc.php
./htdocs/web/webaccess/music.php
./htdocs/web/webaccess/category_view.php
./htdocs/web/webaccess/movie.php
./htdocs/web/webaccess/index.php
./htdocs/web/webaccess/folder_view.php
./htdocs/web/webaccess/photo.php
./htdocs/web/adv_access_ctrl.php
./htdocs/web/info.php
./htdocs/web/adv_pfwd.php
./htdocs/web/status.php
./htdocs/web/adv_routing.php
./htdocs/web/bsc_sms.php
./htdocs/web/adv_wlan_wifitest.php
./htdocs/web/adv_parent_ctrl_map.php
./htdocs/web/tools_check.php
./htdocs/web/bsc_ipv6_ula.php
./htdocs/web/bsc_internet.php
./htdocs/web/advanced.php
./htdocs/web/adv_parent_ctrl.php
./htdocs/web/support.php
./htdocs/web/spt_setup.php
./htdocs/web/tools_syslog.php
./htdocs/web/dlna_refresh.php
./htdocs/web/DevInfo.php
./htdocs/web/routing_stat.php
./htdocs/web/tools_system.php
./htdocs/web/bsc_web_access.php
./htdocs/web/adv_gzone.php
./htdocs/web/bsc_sms_inbox_rlt.php
./htdocs/web/version.php
./htdocs/web/tools_sys_ulcfg.php
./htdocs/web/adv_dlna.php
./htdocs/web/web_filter_info.php
./htdocs/web/wiz_wan_freset.php
./htdocs/web/st_routingv6.php
./htdocs/web/adv_qos.php
./htdocs/web/adv_firewallv6.php
./htdocs/web/wiz_freset.php
./htdocs/web/open_dns.php
./htdocs/web/bsc_media_server.php
./htdocs/web/bsc_wlan.php
./htdocs/web/st_wlan.php
./htdocs/web/check_stats.php
./htdocs/web/shareport.php
./htdocs/web/bsc_sms_inbox.php
./htdocs/web/tools_fw_rlt.php
./htdocs/web/tools_email.php
./htdocs/web/log_get.php
./htdocs/web/adv_vsvr.php
./htdocs/web/dlnastate.php
./htdocs/web/spt_tools.php
./htdocs/web/tools_sch.php
./htdocs/neap/NEAP.10.3.1.php
./htdocs/neap/NEAP.10.1.php
./htdocs/neap/NEAP.12.1.2.3.php
./htdocs/neap/NEAP.12.4.2.php
./htdocs/neap/NEAP.11.1.php
./htdocs/neap/NEAP.12.3.2.3.php
./htdocs/neap/NEAP.13.1.1.php
./htdocs/neap/NEAP.11.2.13.php
./htdocs/neap/NEAP.11.2.php
./htdocs/neap/NEAP.12.4.2.2.php
./htdocs/neap/NEAP.12.1.1.php
./htdocs/neap/NEAP.12.2.1.php
./htdocs/neap/NEAP.11.0.php
./htdocs/neap/NEAP.12.3.1.php
./htdocs/neap/NEAP.12.4.1.php
./htdocs/neap/NEAP.13.1.2.1.php
./htdocs/neap/NEAP.12.2.2.php
./htdocs/neap/NEAP.12.3.2.2.php
./htdocs/neap/NEAP.12.4.2.4.php
./htdocs/neap/NEAP.12.2.2.3.php
./htdocs/neap/NEAP.12.2.2.4.php
./htdocs/neap/NEAP.12.1.2.4.php
./htdocs/neap/NEAP.11.2.12.php
./htdocs/neap/NEAP.12.2.2.2.php
./htdocs/neap/NEAP.12.4.2.3.php
./htdocs/neap/NEAP_CONFIG.php
./htdocs/neap/NEAP.11.2.11.php
./htdocs/neap/NEAP_LIB.php
./htdocs/neap/NEAP.12.1.2.2.php
./htdocs/neap/NEAP.12.3.2.4.php
./htdocs/neap/NEAP.12.3.2.php
./htdocs/neap/NEAP.12.1.2.php
./htdocs/smart404/index.php
./htdocs/upnp/NOTIFY.OSInfo.1.php
./htdocs/upnp/NOTIFY.WANIPv6Firewall.1.php
./htdocs/upnp/ACTION.WANIPv6Firewall1.php
./htdocs/upnp/run.NOTIFY.php
./htdocs/upnp/NOTIFY.WFAWLANConfig.1.php
./htdocs/upnp/ACTION.L3Forwarding1.php
./htdocs/upnp/ACTION.OSInfo1.php
./htdocs/upnp/NOTIFY.Layer3Forwarding.1.php
./htdocs/upnp/ACTION.WFAWLANConfig1.php
./htdocs/upnp/ACTION.WANEthLinkC1.php
./htdocs/upnp/ACTION.WANCommonIFC1.php
./htdocs/upnp/NOTIFY.WANIPConnection.1.php
./htdocs/upnp/ACTION.WANIPConn1.php
./htdocs/upnp/NOTIFY.WANEthernetLinkConfig.1.php
./htdocs/upnp/NOTIFY.WANCommonInterfaceConfig.1.php
./htdocs/parentalcontrols/bind.php
./htdocs/parentalcontrols/register.php
./htdocs/phplib/slp.php
./htdocs/phplib/inet.php
./htdocs/phplib/xnode.php
./htdocs/phplib/fatlady/WAN.php
./htdocs/phplib/fatlady/INET.WAN-1.php
./htdocs/phplib/fatlady/DEVICE.LOG.php
./htdocs/phplib/fatlady/INET.WAN-2.php
./htdocs/phplib/fatlady/INET.WAN-4.php
./htdocs/phplib/fatlady/ROUTE6.DYNAMIC.php
./htdocs/phplib/fatlady/INET.WAN-5.php
./htdocs/phplib/fatlady/DEVICE.DLOB.php
./htdocs/phplib/fatlady/DHCPS6.LAN-2.php
./htdocs/phplib/fatlady/OBFILTER.php
./htdocs/phplib/fatlady/DEVICE.RDNSS.php
./htdocs/phplib/fatlady/ICMP.WAN-3.php
./htdocs/phplib/fatlady/SIM.LOCK.php
./htdocs/phplib/fatlady/DDNS4.WAN-1.php
./htdocs/phplib/fatlady/SIM.CHK.php
./htdocs/phplib/fatlady/CALLMGR.php
./htdocs/phplib/fatlady/DEVICE.php
./htdocs/phplib/fatlady/DEVICE.ACCOUNT.php
./htdocs/phplib/fatlady/RUNTIME.DEVICE.php
./htdocs/phplib/fatlady/DDNS4.WAN-3.php
./htdocs/phplib/fatlady/WIFI.WLAN-2.php
./htdocs/phplib/fatlady/URLCTRL.php
./htdocs/phplib/fatlady/INET.LAN-1.php
./htdocs/phplib/fatlady/FDISK.php
./htdocs/phplib/fatlady/DDNS4.INF.php
./htdocs/phplib/fatlady/INET/inet.php
./htdocs/phplib/fatlady/INET/inet_ipv6.php
./htdocs/phplib/fatlady/INET/inet_ppp4.php
./htdocs/phplib/fatlady/INET/inet_ipv4.php
./htdocs/phplib/fatlady/INET/inet_ppp6.php
./htdocs/phplib/fatlady/OPENDNS4.MAP.php
./htdocs/phplib/fatlady/OBFILTER/obfilter.php
./htdocs/phplib/fatlady/ROUTE.DESTNET.php
./htdocs/phplib/fatlady/OPENDNS4.php
./htdocs/phplib/fatlady/DNS4.LAN-1.php
./htdocs/phplib/fatlady/DHCPS4.INF.php
./htdocs/phplib/fatlady/ITUNES.php
./htdocs/phplib/fatlady/RUNTIME.WPS.php
./htdocs/phplib/fatlady/FIREWALL.php
./htdocs/phplib/fatlady/UPNPAV.php
./htdocs/phplib/fatlady/ROUTE.STATIC.php
./htdocs/phplib/fatlady/HTTP.WAN-3.php
./htdocs/phplib/fatlady/DEVICE.LAYOUT.php
./htdocs/phplib/fatlady/SMS.SEND.php
./htdocs/phplib/fatlady/DHCPS6.LAN-1.php
./htdocs/phplib/fatlady/NETATALK.php
./htdocs/phplib/fatlady/OBFILTER-2.php
./htdocs/phplib/fatlady/WIFI/wifi.php
./htdocs/phplib/fatlady/INET.LAN-5.php
./htdocs/phplib/fatlady/INET.WAN-3.php
./htdocs/phplib/fatlady/UPNP.BRIDGE-1.php
./htdocs/phplib/fatlady/DNS4.INF.php
./htdocs/phplib/fatlady/FIREWALL-3.php
./htdocs/phplib/fatlady/WIFI.WLAN-1.php
./htdocs/phplib/fatlady/ACL.php
./htdocs/phplib/fatlady/SCHEDULE.php
./htdocs/phplib/fatlady/DEVICE.TIME.php
./htdocs/phplib/fatlady/DEVICE.PASSTHROUGH.php
./htdocs/phplib/fatlady/HTTP.WAN-1.php
./htdocs/phplib/fatlady/DHCPS6.LAN-4.php
./htdocs/phplib/fatlady/INBFILTER.php
./htdocs/phplib/fatlady/UPNP.LAN-1.php
./htdocs/phplib/fatlady/EMAIL.php
./htdocs/phplib/fatlady/RUNTIME.TIME.php
./htdocs/phplib/fatlady/QOS.php
./htdocs/phplib/fatlady/PHYINF.WAN-1.php
./htdocs/phplib/fatlady/INET.LAN-3.php
./htdocs/phplib/fatlady/ACCESSCTRL.php
./htdocs/phplib/fatlady/VSVR.NAT-1.php
./htdocs/phplib/fatlady/DDNS6.WAN-1.php
./htdocs/phplib/fatlady/INET.LAN-2.php
./htdocs/phplib/fatlady/MULTICAST.php
./htdocs/phplib/fatlady/RUNTIME.DDNS4.WAN-1.php
./htdocs/phplib/fatlady/DNS6.LAN-1.php
./htdocs/phplib/fatlady/NAT.php
./htdocs/phplib/fatlady/ROUTE.IPUNNUMBERED.php
./htdocs/phplib/fatlady/FIREWALL-2.php
./htdocs/phplib/fatlady/DHCPC4.WAN.php
./htdocs/phplib/fatlady/IUM.php
./htdocs/phplib/fatlady/DHCPS4.LAN-2.php
./htdocs/phplib/fatlady/DHCPS4.BRIDGE-1.php
./htdocs/phplib/fatlady/INET.LAN-6.php
./htdocs/phplib/fatlady/BWC/bwc.php
./htdocs/phplib/fatlady/DNS/dns4.php
./htdocs/phplib/fatlady/WIFI.PHYINF.php
./htdocs/phplib/fatlady/ROUTE6.STATIC.php
./htdocs/phplib/fatlady/WEBACCESS.php
./htdocs/phplib/fatlady/MACCTRL.php
./htdocs/phplib/fatlady/INET.LAN-4.php
./htdocs/phplib/fatlady/DMZ.NAT-1.php
./htdocs/phplib/fatlady/DEVICE.DIAGNOSTIC.php
./htdocs/phplib/fatlady/PORTT.NAT-1.php
./htdocs/phplib/fatlady/FIREWALL6.php
./htdocs/phplib/fatlady/ICMP.WAN-2.php
./htdocs/phplib/fatlady/SMS.php
./htdocs/phplib/fatlady/BWC.php
./htdocs/phplib/fatlady/INET.BRIDGE-1.php
./htdocs/phplib/fatlady/PFWD/pfwd.php
./htdocs/phplib/fatlady/DHCPS/dhcps4.php
./htdocs/phplib/fatlady/DHCPS/dhcpserver.php
./htdocs/phplib/fatlady/DHCPS/dhcps6.php
./htdocs/phplib/fatlady/ICMP.WAN-1.php
./htdocs/phplib/fatlady/PHYINF/phyinf.php
./htdocs/phplib/fatlady/DHCPS6.LAN-3.php
./htdocs/phplib/fatlady/PFWD.NAT-1.php
./htdocs/phplib/fatlady/IP6TSMPSECURITY.php
./htdocs/phplib/fatlady/NETSNIPER.NAT-1.php
./htdocs/phplib/fatlady/RUNTIME.WPS.WLAN-1.php
./htdocs/phplib/fatlady/INET.INF.php
./htdocs/phplib/fatlady/FIREWALL/firewall.php
./htdocs/phplib/fatlady/DHCPS6.BRIDGE-1.php
./htdocs/phplib/fatlady/DEVICE.HOSTNAME.php
./htdocs/phplib/fatlady/HTTP.WAN-2.php
./htdocs/phplib/fatlady/DHCPS6.INF.php
./htdocs/phplib/fatlady/DHCPS4.LAN-1.php
./htdocs/phplib/dumplog.php
./htdocs/phplib/html.php
./htdocs/phplib/upnp.php
./htdocs/phplib/setcfg/INET.WAN-1.php
./htdocs/phplib/setcfg/DEVICE.LOG.php
./htdocs/phplib/setcfg/INET.WAN-2.php
./htdocs/phplib/setcfg/INET.WAN-4.php
./htdocs/phplib/setcfg/ROUTE6.DYNAMIC.php
./htdocs/phplib/setcfg/INET.WAN-5.php
./htdocs/phplib/setcfg/DEVICE.DLOB.php
./htdocs/phplib/setcfg/DHCPS6.LAN-2.php
./htdocs/phplib/setcfg/OBFILTER.php
./htdocs/phplib/setcfg/DEVICE.RDNSS.php
./htdocs/phplib/setcfg/ICMP.WAN-3.php
./htdocs/phplib/setcfg/DDNS4.WAN-1.php
./htdocs/phplib/setcfg/CALLMGR.php
./htdocs/phplib/setcfg/DEVICE.php
./htdocs/phplib/setcfg/DEVICE.ACCOUNT.php
./htdocs/phplib/setcfg/DDNS4.WAN-3.php
./htdocs/phplib/setcfg/WIFI.WLAN-2.php
./htdocs/phplib/setcfg/URLCTRL.php
./htdocs/phplib/setcfg/INET.LAN-1.php
./htdocs/phplib/setcfg/FDISK.php
./htdocs/phplib/setcfg/DDNS4.INF.php
./htdocs/phplib/setcfg/OPENDNS4.MAP.php
./htdocs/phplib/setcfg/ROUTE.DESTNET.php
./htdocs/phplib/setcfg/OPENDNS4.php
./htdocs/phplib/setcfg/DNS4.LAN-1.php
./htdocs/phplib/setcfg/DHCPS4.INF.php
./htdocs/phplib/setcfg/ITUNES.php
./htdocs/phplib/setcfg/RUNTIME.WPS.php
./htdocs/phplib/setcfg/FIREWALL.php
./htdocs/phplib/setcfg/UPNPAV.php
./htdocs/phplib/setcfg/ROUTE.STATIC.php
./htdocs/phplib/setcfg/HTTP.WAN-3.php
./htdocs/phplib/setcfg/DEVICE.LAYOUT.php
./htdocs/phplib/setcfg/SMS.SEND.php
./htdocs/phplib/setcfg/DHCPS6.LAN-1.php
./htdocs/phplib/setcfg/NETATALK.php
./htdocs/phplib/setcfg/OBFILTER-2.php
./htdocs/phplib/setcfg/INET.LAN-5.php
./htdocs/phplib/setcfg/INET.WAN-3.php
./htdocs/phplib/setcfg/UPNP.BRIDGE-1.php
./htdocs/phplib/setcfg/DNS4.INF.php
./htdocs/phplib/setcfg/FIREWALL-3.php
./htdocs/phplib/setcfg/WIFI.WLAN-1.php
./htdocs/phplib/setcfg/ACL.php
./htdocs/phplib/setcfg/SCHEDULE.php
./htdocs/phplib/setcfg/DEVICE.TIME.php
./htdocs/phplib/setcfg/DEVICE.PASSTHROUGH.php
./htdocs/phplib/setcfg/HTTP.WAN-1.php
./htdocs/phplib/setcfg/DHCPS6.LAN-4.php
./htdocs/phplib/setcfg/INBFILTER.php
./htdocs/phplib/setcfg/UPNP.LAN-1.php
./htdocs/phplib/setcfg/RUNTIME.TIME.php
./htdocs/phplib/setcfg/QOS.php
./htdocs/phplib/setcfg/PHYINF.WAN-1.php
./htdocs/phplib/setcfg/INET.LAN-3.php
./htdocs/phplib/setcfg/ACCESSCTRL.php
./htdocs/phplib/setcfg/VSVR.NAT-1.php
./htdocs/phplib/setcfg/DDNS6.WAN-1.php
./htdocs/phplib/setcfg/INET.LAN-2.php
./htdocs/phplib/setcfg/MULTICAST.php
./htdocs/phplib/setcfg/RUNTIME.DDNS4.WAN-1.php
./htdocs/phplib/setcfg/NAT.php
./htdocs/phplib/setcfg/ROUTE.IPUNNUMBERED.php
./htdocs/phplib/setcfg/FIREWALL-2.php
./htdocs/phplib/setcfg/DHCPC4.WAN.php
./htdocs/phplib/setcfg/IUM.php
./htdocs/phplib/setcfg/DHCPS4.LAN-2.php
./htdocs/phplib/setcfg/DHCPS4.BRIDGE-1.php
./htdocs/phplib/setcfg/INET.LAN-6.php
./htdocs/phplib/setcfg/WIFI.PHYINF.php
./htdocs/phplib/setcfg/ROUTE6.STATIC.php
./htdocs/phplib/setcfg/WEBACCESS.php
./htdocs/phplib/setcfg/MACCTRL.php
./htdocs/phplib/setcfg/INET.LAN-4.php
./htdocs/phplib/setcfg/DMZ.NAT-1.php
./htdocs/phplib/setcfg/DEVICE.DIAGNOSTIC.php
./htdocs/phplib/setcfg/PORTT.NAT-1.php
./htdocs/phplib/setcfg/FIREWALL6.php
./htdocs/phplib/setcfg/ICMP.WAN-2.php
./htdocs/phplib/setcfg/SMS.php
./htdocs/phplib/setcfg/BWC.php
./htdocs/phplib/setcfg/INET.BRIDGE-1.php
./htdocs/phplib/setcfg/ICMP.WAN-1.php
./htdocs/phplib/setcfg/DHCPS6.LAN-3.php
./htdocs/phplib/setcfg/PFWD.NAT-1.php
./htdocs/phplib/setcfg/IP6TSMPSECURITY.php
./htdocs/phplib/setcfg/NETSNIPER.NAT-1.php
./htdocs/phplib/setcfg/RUNTIME.WPS.WLAN-1.php
./htdocs/phplib/setcfg/INET.INF.php
./htdocs/phplib/setcfg/DHCPS6.BRIDGE-1.php
./htdocs/phplib/setcfg/DEVICE.HOSTNAME.php
./htdocs/phplib/setcfg/HTTP.WAN-2.php
./htdocs/phplib/setcfg/DHCPS6.INF.php
./htdocs/phplib/setcfg/DHCPS4.LAN-1.php
./htdocs/phplib/setcfg/libs/dmz.php
./htdocs/phplib/setcfg/libs/bwc.php
./htdocs/phplib/setcfg/libs/inet.php
./htdocs/phplib/setcfg/libs/dns.php
./htdocs/phplib/setcfg/libs/netsniper.php
./htdocs/phplib/setcfg/libs/portt.php
./htdocs/phplib/setcfg/libs/wifi.php
./htdocs/phplib/setcfg/libs/pfwd.php
./htdocs/phplib/setcfg/libs/phyinf.php
./htdocs/phplib/setcfg/libs/dhcpserver.php
./htdocs/phplib/setcfg/libs/dhcps6.php
./htdocs/phplib/mdnsresponder.php
./htdocs/phplib/lang.php
./htdocs/phplib/time.php
./htdocs/phplib/wifi.php
./htdocs/phplib/inf.php
./htdocs/phplib/trace.php
./htdocs/phplib/phyinf.php
./htdocs/phplib/inet6.php
./htdocs/webinc/js/wiz_wps.php
./htdocs/webinc/js/st_routing.php
./htdocs/webinc/js/bsc_sms_send.php
./htdocs/webinc/js/st_ipv6.php
./htdocs/webinc/js/adv_mac_filter.php
./htdocs/webinc/js/adv_afp.php
./htdocs/webinc/js/tools_ddns.php
./htdocs/webinc/js/bsc_wlan_wifitest.php
./htdocs/webinc/js/bsc_ipv6.php
./htdocs/webinc/js/tools_time.php
./htdocs/webinc/js/st_device.php
./htdocs/webinc/js/adv_wps.php
./htdocs/webinc/js/wiz_wlan.php
./htdocs/webinc/js/bsc_easy.php
./htdocs/webinc/js/st_session.php
./htdocs/webinc/js/adv_firewall.php
./htdocs/webinc/js/wiz_wan.php
./htdocs/webinc/js/adv_itunes.php
./htdocs/webinc/js/bsc_lan.php
./htdocs/webinc/js/st_missed_call.php
./htdocs/webinc/js/adv_routingv6.php
./htdocs/webinc/js/adv_network.php
./htdocs/webinc/js/bsc_wan.php
./htdocs/webinc/js/wiz_wlan_freset.php
./htdocs/webinc/js/adv_app.php
./htdocs/webinc/js/tools_firmware.php
./htdocs/webinc/js/adv_inb_filter.php
./htdocs/webinc/js/adv_web_filter.php
./htdocs/webinc/js/tools_admin.php
./htdocs/webinc/js/st_log.php
./htdocs/webinc/js/wiz_wan_fresetv6.php
./htdocs/webinc/js/adv_wlan.php
./htdocs/webinc/js/adv_access_ctrl.php
./htdocs/webinc/js/info.php
./htdocs/webinc/js/adv_pfwd.php
./htdocs/webinc/js/adv_routing.php
./htdocs/webinc/js/bsc_sms.php
./htdocs/webinc/js/adv_wlan_wifitest.php
./htdocs/webinc/js/adv_parent_ctrl_map.php
./htdocs/webinc/js/tools_check.php
./htdocs/webinc/js/bsc_ipv6_ula.php
./htdocs/webinc/js/adv_parent_ctrl.php
./htdocs/webinc/js/tools_syslog.php
./htdocs/webinc/js/dlna_refresh.php
./htdocs/webinc/js/tools_system.php
./htdocs/webinc/js/bsc_web_access.php
./htdocs/webinc/js/adv_gzone.php
./htdocs/webinc/js/bsc_sms_inbox_rlt.php
./htdocs/webinc/js/version.php
./htdocs/webinc/js/tools_sys_ulcfg.php
./htdocs/webinc/js/adv_dlna.php
./htdocs/webinc/js/wiz_wan_freset.php
./htdocs/webinc/js/st_routingv6.php
./htdocs/webinc/js/adv_qos.php
./htdocs/webinc/js/adv_firewallv6.php
./htdocs/webinc/js/wiz_freset.php
./htdocs/webinc/js/bsc_media_server.php
./htdocs/webinc/js/bsc_wlan.php
./htdocs/webinc/js/st_wlan.php
./htdocs/webinc/js/bsc_sms_inbox.php
./htdocs/webinc/js/tools_fw_rlt.php
./htdocs/webinc/js/tools_email.php
./htdocs/webinc/js/adv_vsvr.php
./htdocs/webinc/js/tools_sch.php
./htdocs/webinc/menu.php
./htdocs/webinc/wand.php
./htdocs/webinc/body/wiz_wps.php
./htdocs/webinc/body/st_routing.php
./htdocs/webinc/body/bsc_sms_send.php
./htdocs/webinc/body/st_ipv6.php
./htdocs/webinc/body/adv_mac_filter.php
./htdocs/webinc/body/adv_firewallv6_list.php
./htdocs/webinc/body/adv_afp.php
./htdocs/webinc/body/tools_ddns.php
./htdocs/webinc/body/bsc_wlan_wifitest.php
./htdocs/webinc/body/bsc_ipv6.php
./htdocs/webinc/body/bsc_wlan_main.php
./htdocs/webinc/body/tools_time.php
./htdocs/webinc/body/st_device.php
./htdocs/webinc/body/adv_wps.php
./htdocs/webinc/body/spt_status.php
./htdocs/webinc/body/wiz_wlan.php
./htdocs/webinc/body/bsc_easy.php
./htdocs/webinc/body/st_session.php
./htdocs/webinc/body/adv_firewall.php
./htdocs/webinc/body/adv_web_filter_list.php
./htdocs/webinc/body/wiz_wan.php
./htdocs/webinc/body/adv_itunes.php
./htdocs/webinc/body/bsc_lan.php
./htdocs/webinc/body/st_missed_call.php
./htdocs/webinc/body/adv_routingv6.php
./htdocs/webinc/body/spt_menu.php
./htdocs/webinc/body/adv_network.php
./htdocs/webinc/body/bsc_wan.php
./htdocs/webinc/body/wiz_wlan_freset.php
./htdocs/webinc/body/adv_app.php
./htdocs/webinc/body/spt_adv.php
./htdocs/webinc/body/adv_qos_list.php
./htdocs/webinc/body/tools_firmware.php
./htdocs/webinc/body/bsc_internetv6.php
./htdocs/webinc/body/st_stats.php
./htdocs/webinc/body/adv_inb_filter.php
./htdocs/webinc/body/adv_web_filter.php
./htdocs/webinc/body/adv_firewall_list.php
./htdocs/webinc/body/tools_admin.php
./htdocs/webinc/body/st_log.php
./htdocs/webinc/body/wiz_wan_fresetv6.php
./htdocs/webinc/body/adv_wlan.php
./htdocs/webinc/body/adv_access_ctrl.php
./htdocs/webinc/body/adv_app_list.php
./htdocs/webinc/body/adv_pfwd.php
./htdocs/webinc/body/adv_routing.php
./htdocs/webinc/body/bsc_sms.php
./htdocs/webinc/body/adv_wlan_wifitest.php
./htdocs/webinc/body/adv_parent_ctrl_map.php
./htdocs/webinc/body/tools_check.php
./htdocs/webinc/body/bsc_ipv6_ula.php
./htdocs/webinc/body/bsc_internet.php
./htdocs/webinc/body/adv_routing_list.php
./htdocs/webinc/body/adv_parent_ctrl.php
./htdocs/webinc/body/adv_mac_filter_list.php
./htdocs/webinc/body/wiz_lang_menu.php
./htdocs/webinc/body/spt_setup.php
./htdocs/webinc/body/tools_syslog.php
./htdocs/webinc/body/dlna_refresh.php
./htdocs/webinc/body/draw_elements.php
./htdocs/webinc/body/tools_system.php
./htdocs/webinc/body/bsc_web_access.php
./htdocs/webinc/body/adv_gzone.php
./htdocs/webinc/body/version.php
./htdocs/webinc/body/tools_sys_ulcfg.php
./htdocs/webinc/body/adv_dlna.php
./htdocs/webinc/body/web_filter_info.php
./htdocs/webinc/body/wiz_wan_freset.php
./htdocs/webinc/body/st_routingv6.php
./htdocs/webinc/body/adv_qos.php
./htdocs/webinc/body/adv_firewallv6.php
./htdocs/webinc/body/wiz_freset.php
./htdocs/webinc/body/bsc_media_server.php
./htdocs/webinc/body/bsc_wlan.php
./htdocs/webinc/body/adv_routingv6_list.php
./htdocs/webinc/body/st_wlan.php
./htdocs/webinc/body/bsc_sms_inbox.php
./htdocs/webinc/body/tools_email.php
./htdocs/webinc/body/adv_vsvr.php
./htdocs/webinc/body/bsc_lan_list.php
./htdocs/webinc/body/adv_vsvr_list.php
./htdocs/webinc/body/spt_tools.php
./htdocs/webinc/body/tools_sch.php
./htdocs/webinc/body/adv_pfwd_list.php
./htdocs/webinc/templates.php
./htdocs/webinc/getcfg/LAN.xml.php
./htdocs/webinc/getcfg/RUNTIME.INF.LAN-2.xml.php
./htdocs/webinc/getcfg/CALL.MISSED.xml.php
./htdocs/webinc/getcfg/RUNTIME.INF.WAN-1.xml.php
./htdocs/webinc/getcfg/DNS4.LAN-2.xml.php
./htdocs/webinc/getcfg/PHYINF.WAN-1.xml.php
./htdocs/webinc/getcfg/ACCESSCTRL.xml.php
./htdocs/webinc/getcfg/RUNTIME.INF.WAN-4.xml.php
./htdocs/webinc/getcfg/RUNTIME.SERVICES.TIMEZONE.xml.php
./htdocs/webinc/getcfg/PFWD.NAT-1.xml.php
./htdocs/webinc/getcfg/PHYINF.LAN-1.xml.php
./htdocs/webinc/getcfg/QOS.xml.php
./htdocs/webinc/getcfg/RUNTIME.TTY.xml.php
./htdocs/webinc/getcfg/DEVICE.xml.php
./htdocs/webinc/getcfg/RUNTIME.DEVICE.LANPCINFO.xml.php
./htdocs/webinc/getcfg/OBFILTER-2.xml.php
./htdocs/webinc/getcfg/HTTP.WAN-3.xml.php
./htdocs/webinc/getcfg/RUNTIME.WPS.xml.php
./htdocs/webinc/getcfg/DEVICE.HOSTNAME.xml.php
./htdocs/webinc/getcfg/RUNTIME.UPNP.PORTM.xml.php
./htdocs/webinc/getcfg/DEVICE.PASSTHROUGH.xml.php
./htdocs/webinc/getcfg/DHCPS6.INF.xml.php
./htdocs/webinc/getcfg/SMS.xml.php
./htdocs/webinc/getcfg/DEVICE.LOG.xml.php
./htdocs/webinc/getcfg/FIREWALL-2.xml.php
./htdocs/webinc/getcfg/DHCPS6.LAN-3.xml.php
./htdocs/webinc/getcfg/OBFILTER.xml.php
./htdocs/webinc/getcfg/DHCPS6.BRIDGE-1.xml.php
./htdocs/webinc/getcfg/DMZ.NAT-2.xml.php
./htdocs/webinc/getcfg/DHCPS6.LAN-2.xml.php
./htdocs/webinc/getcfg/DNS4.LAN-1.xml.php
./htdocs/webinc/getcfg/RUNTIME.INF.LAN-1.xml.php
./htdocs/webinc/getcfg/IUM.xml.php
./htdocs/webinc/getcfg/WIFI.xml.php
./htdocs/webinc/getcfg/RUNTIME.LOG.xml.php
./htdocs/webinc/getcfg/STARSPEED.WAN-1.xml.php
./htdocs/webinc/getcfg/DHCPS6.LAN-1.xml.php
./htdocs/webinc/getcfg/ROUTE6.DYNAMIC.xml.php
./htdocs/webinc/getcfg/HTTP.WAN-2.xml.php
./htdocs/webinc/getcfg/ROUTE.STATIC.xml.php
./htdocs/webinc/getcfg/ITUNES.xml.php
./htdocs/webinc/getcfg/RUNTIME.CLIENTS.xml.php
./htdocs/webinc/getcfg/RUNTIME.PHYINF.ETH-3.xml.php
./htdocs/webinc/getcfg/DEVICE.RDNSS.xml.php
./htdocs/webinc/getcfg/UPNPC.xml.php
./htdocs/webinc/getcfg/RUNTIME.PHYINF.ETH-2.xml.php
./htdocs/webinc/getcfg/RUNTIME.PHYINF.WLAN-1.xml.php
./htdocs/webinc/getcfg/INET.LAN-4.xml.php
./htdocs/webinc/getcfg/RUNTIME.INF.BRIDGE-1.xml.php
./htdocs/webinc/getcfg/DDNS4.WAN-2.xml.php
./htdocs/webinc/getcfg/DHCPC4.WAN.xml.php
./htdocs/webinc/getcfg/INET.WAN-1.xml.php
./htdocs/webinc/getcfg/INET.WAN-5.xml.php
./htdocs/webinc/getcfg/UPNP.BRIDGE-1.xml.php
./htdocs/webinc/getcfg/INET.WAN-4.xml.php
./htdocs/webinc/getcfg/NAT.xml.php
./htdocs/webinc/getcfg/DNS4.INF.xml.php
./htdocs/webinc/getcfg/RUNTIME.INF.LAN-6.xml.php
./htdocs/webinc/getcfg/FIREWALL.xml.php
./htdocs/webinc/getcfg/DDNS4.WAN-3.xml.php
./htdocs/webinc/getcfg/ROUTE.DESTNET.xml.php
./htdocs/webinc/getcfg/WIFI.WLAN-1.xml.php
./htdocs/webinc/getcfg/ACL.xml.php
./htdocs/webinc/getcfg/ICMP.WAN-3.xml.php
./htdocs/webinc/getcfg/REBOOT.xml.php
./htdocs/webinc/getcfg/FDISK.xml.php
./htdocs/webinc/getcfg/DDNS4.WAN-1.xml.php
./htdocs/webinc/getcfg/PFWD.NAT-2.xml.php
./htdocs/webinc/getcfg/RUNTIME.INF.WAN-2.xml.php
./htdocs/webinc/getcfg/VSVR.NAT-2.xml.php
./htdocs/webinc/getcfg/INET.LAN-1.xml.php
./htdocs/webinc/getcfg/PORTT.NAT-1.xml.php
./htdocs/webinc/getcfg/RUNTIME.ROUTE.DYNAMIC.xml.php
./htdocs/webinc/getcfg/DHCPS4.BRIDGE-1.xml.php
./htdocs/webinc/getcfg/DEVICE.DIAGNOSTIC.xml.php
./htdocs/webinc/getcfg/WIFI.WLAN-2.xml.php
./htdocs/webinc/getcfg/RUNTIME.STORAGE.xml.php
./htdocs/webinc/getcfg/RUNTIME.INF.LAN-4.xml.php
./htdocs/webinc/getcfg/NETATALK.xml.php
./htdocs/webinc/getcfg/FIREWALL6.xml.php
./htdocs/webinc/getcfg/ICMP.WAN-1.xml.php
./htdocs/webinc/getcfg/OPENDNS4.xml.php
./htdocs/webinc/getcfg/DMZ.NAT-1.xml.php
./htdocs/webinc/getcfg/IP6TSMPSECURITY.xml.php
./htdocs/webinc/getcfg/DEVICE.TIME.xml.php
./htdocs/webinc/getcfg/RUNTIME.INF.WAN-3.xml.php
./htdocs/webinc/getcfg/DHCPS4.INF.xml.php
./htdocs/webinc/getcfg/BRIDGE.xml.php
./htdocs/webinc/getcfg/RUNTIME.PHYINF.xml.php
./htdocs/webinc/getcfg/INET.LAN-6.xml.php
./htdocs/webinc/getcfg/HTTP.WAN-1.xml.php
./htdocs/webinc/getcfg/RUNTIME.INF.LAN-5.xml.php
./htdocs/webinc/getcfg/INET.BRIDGE-1.xml.php
./htdocs/webinc/getcfg/SHAREPORT.xml.php
./htdocs/webinc/getcfg/MACCTRL.xml.php
./htdocs/webinc/getcfg/RUNTIME.DDNS4.WAN-1.xml.php
./htdocs/webinc/getcfg/MULTICAST.xml.php
./htdocs/webinc/getcfg/EMAIL.xml.php
./htdocs/webinc/getcfg/OPENDNS4.MAP.xml.php
./htdocs/webinc/getcfg/ICMP.WAN-2.xml.php
./htdocs/webinc/getcfg/RUNTIME.TIME.xml.php
./htdocs/webinc/getcfg/ROUTE.IPUNNUMBERED.xml.php
./htdocs/webinc/getcfg/RUNTIME.PHYINF.WLAN-2.xml.php
./htdocs/webinc/getcfg/INET.xml.php
./htdocs/webinc/getcfg/SCHEDULE.xml.php
./htdocs/webinc/getcfg/RUNTIME.WPS.WLAN-1.xml.php
./htdocs/webinc/getcfg/INF.xml.php
./htdocs/webinc/getcfg/DDNS6.WAN-1.xml.php
./htdocs/webinc/getcfg/UPNPAV.xml.php
./htdocs/webinc/getcfg/RUNTIME.DEVICE.xml.php
./htdocs/webinc/getcfg/RUNTIME.PHYINF.ETH-1.xml.php
./htdocs/webinc/getcfg/WIFI.PHYINF.xml.php
./htdocs/webinc/getcfg/VSVR.NAT-1.xml.php
./htdocs/webinc/getcfg/NETSNIPER.NAT-1.xml.php
./htdocs/webinc/getcfg/RUNTIME.INF.xml.php
./htdocs/webinc/getcfg/URLCTRL.xml.php
./htdocs/webinc/getcfg/PHYINF.BRIDGE-1.xml.php
./htdocs/webinc/getcfg/RUNTIME.CONNSTA.xml.php
./htdocs/webinc/getcfg/BWC.xml.php
./htdocs/webinc/getcfg/INET.INF.xml.php
./htdocs/webinc/getcfg/DHCPS4.LAN-1.xml.php
./htdocs/webinc/getcfg/PHYINF.WIFI.xml.php
./htdocs/webinc/getcfg/DHCPS6.LAN-4.xml.php
./htdocs/webinc/getcfg/UPNP.LAN-1.xml.php
./htdocs/webinc/getcfg/WAN.xml.php
./htdocs/webinc/getcfg/SMS.SEND.xml.php
./htdocs/webinc/getcfg/FIREWALL-3.xml.php
./htdocs/webinc/getcfg/WAN.RESTART.xml.php
./htdocs/webinc/getcfg/CALLMGR.xml.php
./htdocs/webinc/getcfg/DEVICE.ACCOUNT.xml.php
./htdocs/webinc/getcfg/INET.WAN-2.xml.php
./htdocs/webinc/getcfg/RUNTIME.DFS.xml.php
./htdocs/webinc/getcfg/DHCPS4.LAN-2.xml.php
./htdocs/webinc/getcfg/WEBACCESS.xml.php
./htdocs/webinc/getcfg/RUNTIME.SERVICES.MLDPROXY.xml.php
./htdocs/webinc/getcfg/INBFILTER.xml.php
./htdocs/webinc/getcfg/INET.LAN-2.xml.php
./htdocs/webinc/getcfg/ROUTE6.STATIC.xml.php
./htdocs/webinc/getcfg/INET.WAN-3.xml.php
./htdocs/webinc/getcfg/RUNTIME.OPERATOR.xml.php
./htdocs/webinc/getcfg/INET.LAN-5.xml.php
./htdocs/webinc/getcfg/INET.LAN-3.xml.php
./htdocs/webinc/getcfg/DEVICE.LAYOUT.xml.php
./htdocs/webinc/getcfg/DDNS4.INF.xml.php
./htdocs/webinc/getcfg/RUNTIME.SERVICES.IGMPPROXY.xml.php
./htdocs/webinc/feature.php
./htdocs/webinc/help/st_routing.php
./htdocs/webinc/help/bsc_sms_send.php
./htdocs/webinc/help/st_ipv6.php
./htdocs/webinc/help/adv_mac_filter.php
./htdocs/webinc/help/tools_ddns.php
./htdocs/webinc/help/bsc_ipv6.php
./htdocs/webinc/help/bsc_wlan_main.php
./htdocs/webinc/help/tools_time.php
./htdocs/webinc/help/st_device.php
./htdocs/webinc/help/adv_wps.php
./htdocs/webinc/help/st_session.php
./htdocs/webinc/help/adv_firewall.php
./htdocs/webinc/help/adv_itunes.php
./htdocs/webinc/help/bsc_lan.php
./htdocs/webinc/help/st_missed_call.php
./htdocs/webinc/help/adv_routingv6.php
./htdocs/webinc/help/adv_network.php
./htdocs/webinc/help/bsc_wan.php
./htdocs/webinc/help/adv_app.php
./htdocs/webinc/help/tools_firmware.php
./htdocs/webinc/help/bsc_internetv6.php
./htdocs/webinc/help/st_stats.php
./htdocs/webinc/help/adv_inb_filter.php
./htdocs/webinc/help/adv_web_filter.php
./htdocs/webinc/help/tools_admin.php
./htdocs/webinc/help/st_log.php
./htdocs/webinc/help/adv_wlan.php
./htdocs/webinc/help/adv_access_ctrl.php
./htdocs/webinc/help/adv_pfwd.php
./htdocs/webinc/help/adv_routing.php
./htdocs/webinc/help/bsc_sms.php
./htdocs/webinc/help/tools_check.php
./htdocs/webinc/help/bsc_ipv6_ula.php
./htdocs/webinc/help/bsc_internet.php
./htdocs/webinc/help/adv_parent_ctrl.php
./htdocs/webinc/help/tools_syslog.php
./htdocs/webinc/help/tools_system.php
./htdocs/webinc/help/bsc_web_access.php
./htdocs/webinc/help/adv_gzone.php
./htdocs/webinc/help/adv_dlna.php
./htdocs/webinc/help/st_routingv6.php
./htdocs/webinc/help/adv_qos.php
./htdocs/webinc/help/adv_firewallv6.php
./htdocs/webinc/help/bsc_media_server.php
./htdocs/webinc/help/bsc_wlan.php
./htdocs/webinc/help/st_wlan.php
./htdocs/webinc/help/bsc_sms_inbox.php
./htdocs/webinc/help/tools_email.php
./htdocs/webinc/help/adv_vsvr.php
./htdocs/webinc/help/callmgr.php
./htdocs/webinc/help/tools_sch.php
./htdocs/webinc/fatlady.php
./htdocs/webinc/config.php
joingh123 commented 6 years ago

Thanks a lot for your reply! But I still can not find any program to start the web service :( Could you find me the program which can start the whole web service?

E3V3A commented 6 years ago

@joingh123

  1. Why would you extract a zip file using binwalk?
  2. You need to install PHP and a webserver
joingh123 commented 6 years ago

@E3V3A

@joingh123

  1. Why would you extract a zip file using binwalk?
  2. You need to install PHP and a webserver
  1. binwalk can extract zip file to squash file in latest version.
  2. I couldn't run webserver for php in vitrual mipsel linux which is started from QEMU. I just don't know how to emulate this firmware. :(
E3V3A commented 5 years ago

@joingh123 I'm no longer sure what you need to do. But to emulate PHP, should be easy since it's a scripting language and all you need to do, is tracking down any calls to system binaries and try to replace them with fake input or ones suitable for your OS.

I just don't know how to emulate this firmware

Ha! If you're trying to emulate the entire DIR router, I doubt you can do that since its completely different HW. But you should be able to emulate the processor and most of the non-HW specific binaries. Perhaps you're having trouble with QEMU (like everyone else has because of crappy techno-jargon documentation) , in which case I suggest you open a ticket with their annoying email list issue tracker system.

joingh123 commented 5 years ago

@E3V3A That a good idea! Thanks a lot! LOL