Advertisement
bontchev

Hajime session playlog

Feb 4th, 2017
220
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.64 KB | None | 0 0
  1.  
  2. The programs included with the Debian GNU/Linux system are free software;
  3. the exact distribution terms for each program are described in the
  4. individual files in /usr/share/doc/*/copyright.
  5.  
  6. Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
  7. permitted by applicable law.
  8.  
  9. root@svr04:~# enable
  10. enable .
  11. enable :
  12. enable [
  13. enable alias
  14. enable bg
  15. enable bind
  16. enable break
  17. enable builtin
  18. enable caller
  19. enable cd
  20. enable command
  21. enable compgen
  22. enable complete
  23. enable continue
  24. enable declare
  25. enable dirs
  26. enable disown
  27. enable echo
  28. enable enable
  29. enable eval
  30. enable exec
  31. enable exit
  32. enable export
  33. enable false
  34. enable fc
  35. enable fg
  36. enable getopts
  37. enable hash
  38. enable help
  39. enable history
  40. enable jobs
  41. enable kill
  42. enable let
  43. enable local
  44. enable logout
  45. enable popd
  46. enable printf
  47. enable pushd
  48. enable pwd
  49. enable read
  50. enable readonly
  51. enable return
  52. enable set
  53. enable shift
  54. enable shopt
  55. enable source
  56. enable suspend
  57. enable test
  58. enable times
  59. enable trap
  60. enable true
  61. enable type
  62. enable typeset
  63. enable ulimit
  64. enable umask
  65. enable unalias
  66. enable unset
  67. enable wait
  68. root@svr04:~# shell
  69. bash: shell: command not found
  70. root@svr04:~# sh
  71. root@svr04:~# cat /proc/mounts; /bin/busybox GTWRY
  72. rootfs / rootfs rw 0 0
  73. sysfs /sys sysfs rw,nosuid,nodev,noexec,relatime 0 0
  74. proc /proc proc rw,relatime 0 0
  75. udev /dev devtmpfs rw,relatime,size=10240k,nr_inodes=997843,mode=755 0 0
  76. devpts /dev/pts devpts rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000 0 0
  77. tmpfs /run tmpfs rw,nosuid,relatime,size=1613336k,mode=755 0 0
  78. /dev/dm-0 / ext3 rw,relatime,errors=remount-ro,data=ordered 0 0
  79. tmpfs /dev/shm tmpfs rw,nosuid,nodev 0 0
  80. tmpfs /run/lock tmpfs rw,nosuid,nodev,noexec,relatime,size=5120k 0 0
  81. systemd-1 /proc/sys/fs/binfmt_misc autofs rw,relatime,fd=22,pgrp=1,timeout=300,minproto=5,maxproto=5,direct 0 0
  82. fusectl /sys/fs/fuse/connections fusectl rw,relatime 0 0
  83. /dev/sda1 /boot ext2 rw,relatime 0 0
  84. /dev/mapper/home /home ext3 rw,relatime,data=ordered 0 0
  85. binfmt_misc /proc/sys/fs/binfmt_misc binfmt_misc rw,relatime 0 0
  86. GTWRY: applet not found
  87. root@svr04:~# cd /dev/shm; (cat .s || cp /bin/echo .s); /bin/busybox GTWRY
  88. cat: .s: No such file or directory
  89. GTWRY: applet not found
  90. root@svr04:/dev/shm# nc; wget; /bin/busybox GTWRY
  91. bash: nc: command not found
  92. wget: missing URL
  93. Usage: wget [OPTION]... [URL]...
  94.  
  95. Try `wget --help' for more options.
  96. GTWRY: applet not found
  97. root@svr04:/dev/shm# (dd bs=52 count=1 if=.s || cat .s)
  98. bash: dd: command not found
  99.  
  100. #dump of /bin/echo (a copy of the Mirai ARM executable) goes here
  101.  
  102. root@svr04:/dev/shm# /bin/busybox GTWRY
  103. GTWRY: applet not found
  104. root@svr04:/dev/shm# rm .s; exit
  105. q
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement