Siemens - Gigaset Se366 Wlan Router Firmware
Splitting and decompressing:
interface=wlan0 driver=hostap ssid=GigasetSE366 hw_mode=g channel=6 wpa=2 wpa_passphrase=secretkey wpa_key_mgmt=WPA-PSK rsn_pairwise=CCMP The web interface generates iptables rules. Default policy: DROP on WAN, ACCEPT on LAN. Siemens gigaset se366 wlan router firmware
[Global] wan_type=dhcp lan_ip=192.168.1.1 wpa_passphrase=secretkey wpa_psk=8d969eef6ecad3c29a3a629280e686cf0c3f5d5a86aff3ca12020c923adc6c92 [Wireless] ssid=GigasetSE366 channel=6 mode=g security=wpapsk // 0x53453636 ("SE66") uint32_t version
struct se366_fw_header uint32_t magic; // 0x53453636 ("SE66") uint32_t version; uint32_t kernel_offset; uint32_t kernel_size; uint32_t rootfs_offset; uint32_t rootfs_size; uint32_t crc32; char board_name[32]; // "SE366" char build_date[16]; uint8_t reserved[180]; ; Using binwalk reveals: // "SE366" char build_date[16]