Lessons learned:
cat to read files
Logging into Bandit 0
On a kali vm/ linux machine
Type:
ssh bandit0@bandit.labs.overthewire.org -p 2220
yes
bandit0
Or:
ssh bandit0@bandit.labs.overthewire.org -p 2220
bandit0
Completing Challenge 0
The Goal:
password for next level located in a file called readme in the home directory
The Solution:
when logged in verify login location
if not located at ~$
then:
if not located at ~$
then:
cd ~
cat readme
*remember TAB auto completes
Password:
boJ9jbbUNNfktd78OOpsqOltutMc3MY1
Comments
Post a Comment