Advertisement
Guest User

Untitled

a guest
Jul 13th, 2016
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.75 KB | None | 0 0
  1. A. Background Information and Introduction
  2.  
  3. The objective for level 0 was to login to the hostname: bandit.labs.overthewire.org using SSH or
  4. PuTTY on port 22 with the same username and credentials of bandit0 given to us as part of the initial instruction.
  5. Level 1 is to get the password from README, and use that password to login to bandit1 on the same host.
  6. Each step is broken down in four categories:
  7.  
  8. I. Step 1: Login to bandit.labs.overthewire.org
  9. II. Step 2: Enter your username and password
  10. III. Step 3: Read the filename named: README
  11. IV. Step 4: Level 2 Login to bandit1
  12.  
  13. I. Step 1: Login to bandit.labs.overthewire.org
  14. Please enter the hostname: bandit.labs.overthewire.org
  15.  
  16. II. Step 2: Enter your username and password
  17. Please use the username: bandit0 and password: bandit0
  18. Level 0 completed!
  19.  
  20. III. Step 3: Read the filename named: README
  21. On the home directory, read the filename: β€œREADME” use the cat command to read the file: e.g. cat readme
  22. Password is: boJ9jbbUNNfktd78OOpsqO1tutMc3MY1
  23. Level 1 Completed!
  24.  
  25.  
  26. bandit0@melinda:~$ cat readme
  27. boJ9jbbUNNfktd78OOpsqO1tutMc3MY1
  28.  
  29. IV. Step 4: Level 2 Login to bandit1
  30. Please enter the host name: bandit.labs.overthewire.org and for the port it will be port 22.
  31.  
  32. As you will see from the screen shot, we had successfully login as bandit1 using the password
  33. we obtained from the earlier steps.
  34.  
  35. Note: be sure to paste your password to notepad, since copying the password to the clipboard might copy the entire screen on Putty. It took me about an hour to figure that I had cut, copied and paste the entire screen. R00kie Mistake!!!
  36.  
  37. Level 2 Completed!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement