Advertisement
Guest User

Untitled

a guest
Aug 30th, 2020
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.79 KB | None | 0 0
  1. > You shoot the men with a rocket launcher.
  2. You walk up to the men and shoot them using your rocket launcher, killing them instantly. A crowd of onlookers gather as you pull out your bionic arm and flex your mechanical muscles with it.
  3.  
  4. > You look around.
  5. You walk along the neon lit avenue, staring up at another flashing ad for Zio beer.
  6.  
  7. > You go home.
  8. You walk up to a nearby door and scan the door's lock. You press your thumb to the reader and the door clicks open. You step through the doorway and into a dark hallway.
  9.  
  10. > You sit down at the computer.
  11. You sit down at the computer and pull up Wikipedia. You type "Zio beer" into the search bar and Wikipedia opens.
  12.  
  13. > You type "ping 8.8.8.8"
  14. You type "ping 8.8.8.8" into the address bar and then press enter. The computer beeps as it connects to the internet.
  15.  
  16. > You type "ping 8.8.8.8" into the console.
  17. You type "ping 8.8.8.8" into the console, but it returns no output. You try to ping several more times, but you get no response. You are cut off from the outside world.
  18.  
  19. > You restart the router.
  20. You restart the router and immediately try to ping several different servers.
  21. Getting a response from google.com!
  22. Getting a response from yahoo.com!
  23. Getting a response from amazon.com!
  24.  
  25. > You type "ls" in the console.
  26. You type "ls" into the console and immediately begin to see a list of files and directories. You see the PATH directory has opened up, which contains the location of the various commands.
  27.  
  28. > You read the names of files.
  29. You see the following files and directories:
  30. CMD.EXE: Found in the PATH directory, this is the main command shell. ABORTPATH.CFG: Contains default user path settings. PATH: Contains the full path to the various commands. ACS_ADMIN: This file contains the username and password for the admin user. afp: An Apple Filing Protocol server. FOUND: This indicates the program was found. USERINIT: This is a hidden file with system-required changes to append to the end of the user's init script.
  31.  
  32. > You type "cat ABORTPATH.CFG" in the console.
  33. You type "cat ABORTPATH.CFG" into the command line and immediately see a large file appear.
  34. ABORTPATH.CFG
  35. [root@localhost]# username admin password root
  36. [-] Aborting userinit...
  37. [-] Aborting userinit...
  38. [-] Aborting userinit...
  39. [-] Aborting userinit...
  40. [-] Aborting userinit...
  41. [-] Aborting userinit...
  42. [-] Aborting userinit...
  43. [-] Aborting userinit...
  44.  
  45. > You press CTRL+C.
  46. The computer beeps as the command stops.
  47.  
  48. > You scan google.com for open ports.
  49. You scan google.com for open ports and identify TCP ports 21, 80, and 3535 as open. This means that a secure connection can be made to determine what information is incoming.
  50.  
  51. > You google for "port 3535" to find out what it's used for.
  52. You get multiple results, but one of them seems promising.
  53. Port 3535 (Dropbox) is used for secure file transfers, according to the Network Tools website.
  54.  
  55. > You type "whoami" in the console.
  56. You type "whoami" into the command line and see the system username appear.
  57. [root@localhost]#
  58. You can try to get a root shell by guessing the password.
  59.  
  60. > You type "uname -a" in the console.
  61. You type "uname -a" into the command line and see the operating system information appear.
  62. Linux localhost 4.4.
  63.  
  64. > You type "date" in the console.
  65. You type "date" into the command line and see the system date and time appear.
  66. Mon May 18 15:55:19 EDT 2016
  67. You can see you are on the same system as before.
  68.  
  69. > You type "python" in the console.
  70. You type "python" into the command line and immediately see the system prompt change to Python 3.
  71. [root@localhost]#
  72. You try to execute a system command via Python, but it fails.
  73.  
  74. > You type "print('Hello, world')" in Python prompt.
  75. You type the following code into the command prompt and immediately see Hello, world appear.
  76. [root@localhost]# python
  77. Python 3.6.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement