Advertisement
krtek_net

Untitled

Apr 5th, 2013
448
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.87 KB | None | 0 0
  1. [root@rabbit ~]# telnet 10.0.0.138
  2. Trying 10.0.0.138...
  3. Connected to 10.0.0.138.
  4. Escape character is '^]'.
  5. BCM96368 Broadband Router
  6. Login: admin
  7. Password:
  8. Login incorrect. Try again.
  9. Login: admin
  10. Password:
  11. > /bin/sh
  12. telnetd:error:629.558:processInput:352:unrecognized command /bin/sh
  13. > adsl ; /bin/sh
  14. Usage: adsl start [--up] [--mod <a|d|l|t|2|p|e|m|M3|M5|v>] [--lpair <(i)nner|(o)uter>]
  15. [--trellis <on|off>] [--snr <snrQ4>] [--bitswap <on|off>] [--sesdrop <on|off>]
  16. adsl profile [--show] [--save] [--restore]
  17. ... cut ...
  18. adsl --version
  19. adsl --help
  20.  
  21.  
  22. BusyBox v1.00 (2012.10.12-10:11+0000) Built-in shell (msh)
  23. Enter 'help' for a list of built-in commands.
  24.  
  25. # id
  26. # whoami
  27. # cat /etc/passwd
  28. admin:[crypthashcensored]:0:0:Administrator:/:/bin/sh
  29. support:[crypthashcensored]:0:0:Technical Support:/:/bin/sh
  30. user:[crypthashcensored]:0:0:Normal User:/:/bin/sh
  31. ftp:[crypthashcensored]:0:0:user for ftp:/:/bin/sh
  32. nobody:[crypthashcensored]:0:0:nobody for ftp:/:/bin/sh
  33. # iptables -L
  34. Chain INPUT (policy ACCEPT)
  35. target prot opt source destination
  36.  
  37. Chain FORWARD (policy ACCEPT)
  38. target prot opt source destination
  39. TCPMSS tcp -- anywhere anywhere tcp flags:SYN,RST/SYN TCPMSS clamp to PMTU
  40.  
  41. Chain OUTPUT (policy ACCEPT)
  42. target prot opt source destination
  43.  
  44. Chain ICMP_INPUT (0 references)
  45. target prot opt source destination
  46. # free
  47. # cat /proc/cpuinfo
  48. system type : 96368MT-1341N1
  49. processor : 0
  50. cpu model : Broadcom4350 V3.1
  51. BogoMIPS : 399.36
  52. wait instruction : yes
  53. microsecond timers : yes
  54. tlb_entries : 32
  55. extra interrupt vector : no
  56. hardware watchpoint : no
  57. ASEs implemented :
  58. shadow register sets : 1
  59. core : 0
  60. VCED exceptions : not available
  61. VCEI exceptions : not available
  62.  
  63. unaligned exceptions : 1045877
  64. # cat /proc/meminfo
  65. MemTotal: 60072 kB
  66. MemFree: 8876 kB
  67. Buffers: 5224 kB
  68. Cached: 18664 kB
  69. SwapCached: 0 kB
  70. Active: 17928 kB
  71. Inactive: 16320 kB
  72. Active(anon): 10360 kB
  73. Inactive(anon): 0 kB
  74. Active(file): 7568 kB
  75. Inactive(file): 16320 kB
  76. SwapTotal: 0 kB
  77. SwapFree: 0 kB
  78. Dirty: 0 kB
  79. Writeback: 0 kB
  80. AnonPages: 10388 kB
  81. Mapped: 4416 kB
  82. Slab: 11932 kB
  83. SReclaimable: 760 kB
  84. SUnreclaim: 11172 kB
  85. PageTables: 380 kB
  86. NFS_Unstable: 0 kB
  87. Bounce: 0 kB
  88. WritebackTmp: 0 kB
  89. CommitLimit: 30036 kB
  90. Committed_AS: 15464 kB
  91. VmallocTotal: 1032148 kB
  92. VmallocUsed: 4488 kB
  93. VmallocChunk: 999656 kB
  94. #
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement