Advertisement
Guest User

Untitled

a guest
Nov 25th, 2018
233
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 4.20 KB | None | 0 0
  1. login as: root
  2. root@192.168.1.69's password:
  3.  
  4.  
  5. BusyBox v1.23.2 (2018-10-25 16:12:28 UTC) built-in shell (ash)
  6.  
  7.  _    _ _    _ ______   ____       _     _              ___   __   __
  8. | |  | | |  | |  ____| |  _ \     (_)   | |            |__ \  \ \ / /
  9. | |__| | |  | | |__    | |_) |_ __ _  __| | __ _  ___     ) |  \ V /
  10. |  __  | |  | |  __|   |  _ <| '__| |/ _` |/ _` |/ _ \   / /    > <
  11.  | |  | | |__| | |____  | |_) | |  | | (_| | (_| |  __/  / /_ _ / . \
  12.  |_|  |_|\____/|______| |____/|_|  |_|\__,_|\__, |\___| |____(_)_/ \_\
  13.                                              __/ |
  14.                                             |___/
  15. ----------------------------------------------------------------------
  16. Version: 1810251352
  17. ----------------------------------------------------------------------
  18.  
  19. root@Wohnzimmer:~# busybox --install opkg
  20. --install: applet not found
  21. root@Wohnzimmer:~# opkg
  22. -ash: opkg: not found
  23. root@Wohnzimmer:~# wget
  24. BusyBox v1.23.2 (2018-10-25 16:12:28 UTC) multi-call binary.
  25.  
  26. Usage: wget [-c|--continue] [-s|--spider] [-q|--quiet] [-O|--output-document FILE]
  27.         [--header 'header: value'] [-Y|--proxy on/off] [-P DIR]
  28.         [-U|--user-agent AGENT] URL...
  29.  
  30. Retrieve files via HTTP or FTP
  31.  
  32.         -s      Spider mode - only check file existence
  33.         -c      Continue retrieval of aborted transfer
  34.         -q      Quiet
  35.         -P DIR  Save to DIR (default .)
  36.         -O FILE Save to FILE ('-' for stdout)
  37.         -U STR  Use STR for User-Agent header
  38.         -Y      Use proxy ('on' or 'off')
  39.  
  40. root@Wohnzimmer:~# gcc
  41. -ash: gcc: not found
  42. root@Wohnzimmer:~# gpp
  43. -ash: gpp: not found
  44. root@Wohnzimmer:~# busybox --install curl
  45. --install: applet not found
  46. root@Wohnzimmer:~# busybox --list
  47. [
  48. [[
  49. arping
  50. ash
  51. awk
  52. basename
  53. brctl
  54. bunzip2
  55. bzcat
  56. cat
  57. chgrp
  58. chmod
  59. chown
  60. chroot
  61. clear
  62. cmp
  63. cp
  64. crond
  65. crontab
  66. cut
  67. date
  68. dd
  69. devmem
  70. df
  71. dirname
  72. dmesg
  73. du
  74. echo
  75. egrep
  76. env
  77. expr
  78. false
  79. fgrep
  80. find
  81. flash_eraseall
  82. free
  83. fsync
  84. grep
  85. gunzip
  86. gzip
  87. halt
  88. head
  89. hexdump
  90. hostid
  91. hwclock
  92. id
  93. ifconfig
  94. kill
  95. killall
  96. less
  97. ln
  98. lock
  99. logger
  100. login
  101. ls
  102. md5sum
  103. mkdir
  104. mkfifo
  105. mknod
  106. mkswap
  107. mktemp
  108. mount
  109. mv
  110. nanddump
  111. nandwrite
  112. nc
  113. netmsg
  114. netstat
  115. nice
  116. nslookup
  117. ntpd
  118. passwd
  119. pgrep
  120. pidof
  121. ping
  122. ping6
  123. pivot_root
  124. poweroff
  125. printf
  126. ps
  127. pwd
  128. readlink
  129. reboot
  130. reset
  131. rm
  132. rmdir
  133. route
  134. sed
  135. seq
  136. sh
  137. sha1sum
  138. sleep
  139. sort
  140. start-stop-daemon
  141. stat
  142. strings
  143. switch_root
  144. sync
  145. sysctl
  146. tail
  147. tar
  148. tee
  149. test
  150. time
  151. top
  152. touch
  153. tr
  154. traceroute
  155. true
  156. ubiattach
  157. ubidetach
  158. ubiupdatevol
  159. udhcpc
  160. umount
  161. uname
  162. uniq
  163. uptime
  164. vconfig
  165. vi
  166. wc
  167. wget
  168. which
  169. xargs
  170. yes
  171. zcat
  172. root@Wohnzimmer:~# busybox
  173. BusyBox v1.23.2 (2018-10-25 16:12:28 UTC) multi-call binary.
  174. BusyBox is copyrighted by many authors between 1998-2012.
  175. Licensed under GPLv2. See source distribution for detailed
  176. copyright notices.
  177.  
  178. Usage: busybox [function [arguments]...]
  179.    or: busybox --list
  180.    or: function [arguments]...
  181.  
  182.         BusyBox is a multi-call binary that combines many common Unix
  183.         utilities into a single executable.  Most people will create a
  184.         link to busybox for each function they wish to use and BusyBox
  185.         will act like whatever it was invoked as.
  186.  
  187. Currently defined functions:
  188.         [, [[, arping, ash, awk, basename, brctl, bunzip2, bzcat, cat, chgrp,
  189.         chmod, chown, chroot, clear, cmp, cp, crond, crontab, cut, date, dd,
  190.         devmem, df, dirname, dmesg, du, echo, egrep, env, expr, false, fgrep,
  191.         find, flash_eraseall, free, fsync, grep, gunzip, gzip, halt, head,
  192.         hexdump, hostid, hwclock, id, ifconfig, kill, killall, less, ln, lock,
  193.         logger, login, ls, md5sum, mkdir, mkfifo, mknod, mkswap, mktemp, mount,
  194.         mv, nanddump, nandwrite, nc, netmsg, netstat, nice, nslookup, ntpd,
  195.         passwd, pgrep, pidof, ping, ping6, pivot_root, poweroff, printf, ps,
  196.         pwd, readlink, reboot, reset, rm, rmdir, route, sed, seq, sh, sha1sum,
  197.         sleep, sort, start-stop-daemon, stat, strings, switch_root, sync,
  198.         sysctl, tail, tar, tee, test, time, top, touch, tr, traceroute, true,
  199.         ubiattach, ubidetach, ubiupdatevol, udhcpc, umount, uname, uniq,
  200.         uptime, vconfig, vi, wc, wget, which, xargs, yes, zcat
  201.  
  202. root@Wohnzimmer:~#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement