2011年1月29日 星期六

FON2100

La Fonera (FON AP) 的第一版
My Hacking (參考 sylphidsu's FON Hacking)
  1. 變回出廠的 firmware -- 果真要三次,我的出廠版本是 0.7.1 r1
  2. 打開ssh (La Fonera: nuovo hack per il firmware 0.7.1r1) -- 連上MyPlace,登入管理介面後,submit那兩個下載的html,然後就可以 ssh root@192.168.10.1 了 (預設密碼是 admin)
  3. 把 dropbear (ssh server) 加入預設會開的 service
    1. /etc/firewall.user  中把 port 22 那兩行 uncomment
    2. cp /etc/init.d/dropbear /etc/init.d/S50dropbear
  4. 重設internet
Firmware Upgrade
  • FON 的 image 是經過 RIPEMD-160 加密的,由 Pablo Martin 寫的 /bin/fonverify 確認後才會寫到flash (參考 Rex Tsai's Free your La Fonera)
  • 不想自動更新firmware的話
    1. mv /etc/init.d/N40thinclient /etc/init.d/thinclient
    2. /etc/crontabs/root 裡面 thinclient 那一行 comment 掉
  • thinclient script -- executed when boot and .... It will “ssh” into the download.fon.com:1937 to get the config scripts from FON.com. We can use dnsspoof and some program to make the router download some script we want it to run. (參考 Rex Tsai's Free your La Fonera)
RS-232
JTAG
ToDo
References
  1. Rex Tsai's Hacking Fonera
  2. sylphidsu's FON Hacking
比較
  • FON2200:也是 FON 1.0,但改善了散熱,天線接口多了擋板,變壓器也不同。
  • FON2201, FON 1.5, FON+:多了 LAN 介面,是用 Marvell 88E6060 擴充的
  • FON2202, FON 2.0:多 USB 介面
  • FON=5V*2A=10W, FON+=7.5v*1A=7.5W 應該可以用太陽能板

沒有留言:

張貼留言

SIP header Via

所有 SIP 訊息 都要有 Via,縮寫 v。一開始的 UAC 和後續途經的每個 proxy 都會疊加一個 Via 放傳送的位址,依序作為回應的路徑。 格式 sent-protocol sent-by [ ;branch= branch ][ ; 參數 ...] s...