Wednesday, March 2, 2011

Foscam FI8908W #5

$ deezee ./bin/camera
Scanning file ./bin/camera for compressed components
Compressed size: 267621 bytes
Compressed segment found at 0x41. Expanded to 577480 bytes

$ deezee ./bin/dhcpc
Scanning file ./bin/dhcpc for compressed components
Compressed size: 40713 bytes
Compressed segment found at 0x41. Expanded to 82420 bytes

$ strings ./bin/dhcpc.0 | grep -E "v.[0-9]\.[0-9]\.[0-9]{2}"
DHCP Client Daemon v.1.3.20-pl0

dhcpcd 1.3.20-pl0
http://www.phystech.com/download/dhcpcd.html

$ deezee ./bin/ifconfig
Scanning file ./bin/ifconfig for compressed components
Compressed size: 21610 bytes
Compressed segment found at 0x41. Expanded to 44132 bytes

$ strings ./bin/ifconfig.0 | grep -E "[0-9]\.[0-9]{2}"
net-tools 1.52
ifconfig 1.39 (1999-03-18)

net-tools 1.52
http://www.tazenda.demon.co.uk/phil/net-tools/net-tools-1.52.tar.bz2

$ deezee ./bin/iwconfig
Scanning file ./bin/iwconfig for compressed components
Compressed size: 38300 bytes
Compressed segment found at 0x41. Expanded to 74644 bytes

$ deezee ./bin/iwpriv
Scanning file ./bin/iwpriv for compressed components
Compressed size: 33630 bytes
Compressed segment found at 0x41. Expanded to 64484 bytes

$ deezee ./bin/route
Scanning file ./bin/route for compressed components
Compressed size: 28824 bytes
Compressed segment found at 0x41. Expanded to 56776 bytes

$ strings ./bin/route.0 | grep -E "[0-9]\.[0-9]{2}"
net-tools 1.52
route 1.96 (1999-01-01)

net-tools 1.52
http://www.tazenda.demon.co.uk/phil/net-tools/net-tools-1.52.tar.bz2

$ deezee ./bin/sh
Scanning file ./bin/sh for compressed components
Compressed size: 31043 bytes
Compressed segment found at 0x41. Expanded to 59928 bytes

$ strings ./bin/sh.0 | grep -E "Sash|[0-9]\.[0-9]\.[0-9]"
Sash command shell (version %s)
1.1.1

Sash 1.1.1

$ deezee ./bin/wpa_supplicant
Scanning file ./bin/wpa_supplicant for compressed components
Compressed size: 96327 bytes
Compressed segment found at 0x41. Expanded to 190048 bytes

$ strings ./bin/wpa_supplicant.0 | grep -E "v[0-9]\.[0-9]\.[0-9]"
wpa_supplicant v0.4.7

wpa_supplicant 0.4.7
http://hostap.epitest.fi/releases/wpa_supplicant-0.4.7.tar.gz

2 comments:

  1. Hey,

    Great post. I have a FW bundle I am trying to crack but can't seem to find the deezee binary. Any ideas? Appreciate any help

    ReplyDelete
  2. What's deezee function? I'm tring to decompile the file ./bin/camera to orig source code.. (not asm).. How can i do it? Thanks :)

    ReplyDelete