642R Debug Command Listing

顯示結果從第 1 筆 到 4 筆,共計 4 筆
  1. #1
    電腦狂 Star69 的大頭照
    註冊日期
    2001-03-23
    所在地區
    ADSL8M/2M,實際上下載只有6M
    討論區文章
    677
    <pre>
    ======= Debug Command Listing =======
    AT just answer OK
    ATHE print help
    ATBAx change baudrate. 1:38.4k, 2:19.2k, 3:9.6k 4:57.6k 5:115.2k
    ATENx,(y) set BootExtension Debug Flag (y=password)
    ATSE show the seed of password generator
    ATTI(h,m,s) change system time to hour:min:sec or show current time
    ATDA(y,m,d) change system date to year/month/day or show current date
    ATDS dump RAS stack
    ATDT dump Boot Module Common Area
    ATDUx,y dump memory contents from address x for length y
    ATRBx display the 8-bit value of address x
    ATRWx display the 16-bit value of address x
    ATRLx display the 32-bit value of address x
    ATGO(x) run program at addr x or boot router
    ATGR boot router
    ATGT run Hardware Test Program
    ATRTw,x,y(,z) RAM test level w, from address x to y (z iterations)
    ATSH dump manufacturer related data in ROM
    ATDOx,y download from address x for length y to PC via XMODEM
    ATTD download router configuration to PC via XMODEM
    ATUR upload router firmware to flash ROM

    < press any key to continue >
    ATLC upload router configuration file to flash ROM
    ATXSx xmodem select: x=0: CRC mode(default); x=1: checksum mode

    OK
    </pre>
    <hr>
    ATSE     show the seed of password generator
    這是什麼意思??
    我使用它 執行後是以下結果
    ATSE
    <b>01C9F0259FAA</b>
    OK



  2. #2
    板 主
    註冊日期
    2001-03-15
    討論區文章
    228
    原始作者是 : Star69
    ATSE     show the seed of password generator
    這是什麼意思??
    我使用它 執行後是以下結果
    ATSE
    <b>01C9F0259FAA</b>
    OK
    [/B]
    ATSE 顯示密碼產生器的子數,我中文不太好,這是我給它的名稱。

    seed是使用random(亂數)得取的基本數值。很多密碼產生器都先產生了基本的子數後,再利用它去做一些固定的運算,而延伸到最終的密碼。要找密碼的話,有了它(變動的數值),就差固定的公式吧。

  3. #3
    電腦狂 Star69 的大頭照
    註冊日期
    2001-03-23
    所在地區
    ADSL8M/2M,實際上下載只有6M
    討論區文章
    677
    原始作者是 : Pea Cracker
    原始作者是 : Star69
    ATSE     show the seed of password generator
    這是什麼意思??
    我使用它 執行後是以下結果
    ATSE
    <b>01C9F0259FAA</b>
    OK
    ATSE 顯示密碼產生器的子數,我中文不太好,這是我給它的名稱。

    seed是使用random(亂數)得取的基本數值。很多密碼產生器都先產生了基本的子數後,再利用它去做一些固定的運算,而延伸到最終的密碼。要找密碼的話,有了它(變動的數值),就差固定的公式吧。 [/B]
    也就是說還要知道演算方式
    那就可以由 Debug 模式 進入
    使用這指令 在照演算方式 解碼 解出密碼嘍

  4. #4
    會員
    註冊日期
    2001-01-09
    討論區文章
    40
    原始作者是 : Star69
    <pre>
    ======= Debug Command Listing =======
    AT just answer OK
    [deleted]
    OK
    </pre>
    奇怪, 我的指令怎麼比較多?! ^++++^
    氣死人, 就是沒有指令可反組譯程式...
    不過請注意一些 write 的指令!!
    還有一些多的功能大家試一下, 我現在手邊沒機器!!

    ==========================================================================
    AT just answer OK
    ATHE print help
    ATBA x change baudrate. 1:38.4k, 2:19.2k, 3:9.6k 4:57.6k 5:115.2k
    ATEN x,(y) set BootExtension Debug Flag (y=password)
    ATSE show the seed of password generator
    ATTI (h,m,s) change system time to hour:min:sec or show current time
    ATDA (y,m,d) change system date to year/month/day or show current date
    ATDS dump RAS stack
    ATDT dump Boot Module Common Area
    ATDU x,y dump memory contents from address x for length y
    ATWB x,y write address x with 8-bit value y
    ATWW x,y write address x with 16-bit value y
    ATWL x,y write address x with 32-bit value y
    ATRB x display the 8-bit value of address x
    ATRW x display the 16-bit value of address x
    ATRL x display the 32-bit value of address x
    ATGO (x) run program at addr x or boot router
    ATGR boot router
    ATGT run Hardware Test Program
    AT%T x Enable Hardware Test Program at boot up
    ATBT x block0 write enable (1=enable, other=disable)
    ATRT w,x,y(,z) RAM test level w, from address x to y (z iterations)
    ATWE a(,b,c,d) write MAC addr, Country code, EngDbgFlag, FeatureBit to flash ROM
    ATCU x write Country code to flash ROM
    ATCB copy from FLASH ROM to working buffer
    ATCL clear working buffer
    ATSB save working buffer to FLASH ROM
    ATBU dump manufacturer related data in working buffer
    ATSH dump manufacturer related data in ROM
    ATWM x set MAC address in working buffer
    ATCO x set country code in working buffer
    ATFL x set EngDebugFlag in working buffer
    ATST x set ROMRAS address in working buffer
    ATSY x set system type in working buffer
    ATVD x set vendor name in working buffer
    ATPN x set product name in working buffer
    ATFE x,y,... set feature bits in working buffer
    ATMP check & dump memMapTab
    ATDO x,y download from address x for length y to PC via XMODEM
    ATTD download router configuration to PC via XMODEM
    ATUP x,y upload to RAM address x for length y from PC via XMODEM
    ATUR upload router firmware to flash ROM
    ATLC upload router configuration file to flash ROM
    ATUX x(,y) xmodem upload from flash block x to y
    ATER x,y erase flash rom from block x to y
    ATWF x,y,z copy data from addr x to flash addr y, length z
    ATXS x xmodem select: x=0: CRC mode(default); x=1: checksum mode
    ATLO a,b,c,d Int/Trap Log Cmd
    ===========================================================================

類似的主題

  1. 【求助】command which can show the listing of all file
    作者:AoiSora 所在討論版:-- FreeBSD & Linux 討 論 版
    回覆: 1
    最後發表: 2003-11-04, 01:38 AM
  2. 【轉貼】642r Debug PPPoE Connection
    作者:purk 所在討論版:---- ADSL 軟 硬 體 技 術
    回覆: 2
    最後發表: 2002-10-16, 01:28 AM
  3. 關於 ADSL-MODEM ZyXEL 642R 的 CI Command : sys view autoexec.net 是做什麼用的?
    作者:bx2aa 所在討論版:---- ADSL 軟 硬 體 技 術
    回覆: 2
    最後發表: 2001-05-28, 01:19 AM
  4. 關於 command mode & debug mode
    作者:simonyang 所在討論版:---- ADSL 軟 硬 體 技 術
    回覆: 2
    最後發表: 2001-03-28, 05:50 PM
  5. Zyxel 642r 在Debug 模式更新Firmware
    作者:Allen Wang 所在討論版:---- ADSL 軟 硬 體 技 術
    回覆: 3
    最後發表: 2001-03-25, 12:21 AM

 

atse aten

發表文章規則

  • 不可以發表新主題
  • 不可以回覆文章
  • 不可以上傳附加檔案
  • 不可以編輯自己的文章
  •