๐Ÿง Linux (Bandit)

[Linux] Bandit : Level0

์„ ๋‹ฌ 2024. 12. 20. 12:43
๋ฐ˜์‘ํ˜•

https://overthewire.org/wargames/bandit/bandit0.html

 

OverTheWire: Level Goal

We're hackers, and we are good-looking. We are the 1%. <!-- Please read and accept the Rules! --> Level Goal The goal of this level is for you to log into the game using SSH. The host to which you need to connect is bandit.labs.overthewire.org, on port 222

overthewire.org

 

Level Goal

The goal of this level is for you to log into the game using SSH. The host to which you need to connect is bandit.labs.overthewire.org, on port 2220. The username is bandit0 and the password is bandit0. Once logged in, go to the Level 1 page to find out how to beat Level 1.

 

Commands you may need to solve this level

ssh

 

Helpful Reading Material

 

Secure Shell - Wikipedia

From Wikipedia, the free encyclopedia Cryptographic network protocol The Secure Shell (SSH) Protocol is a cryptographic network protocol for operating network services securely over an unsecured network.[1] Its most notable applications are remote login an

en.wikipedia.org

 

How to Use SSH (with Pictures) - wikiHow

Quickstart guide for SSH on WindowsIf you're connecting to a Unix system over the internet, it's important to encrypt your connection so your passwords and other data remain secure. An easy way to do this is to install an SSH client on...

www.wikihow.com

 

 

ํ’€์ด

ssh bandit0@bandit.labs.overthewire.org -p 2220

 

Mac ๊ธฐ์ค€ iTerm์ด๋‚˜ ํ„ฐ๋ฏธ๋„์—์„œ ssh๋กœ ์ ‘์†ํ•˜๋ฉด ๋

 

 

 

๋ฐ˜์‘ํ˜•

'๐Ÿง Linux (Bandit)' ์นดํ…Œ๊ณ ๋ฆฌ์˜ ๋‹ค๋ฅธ ๊ธ€

[OverTheWire][Linux] Bandit Level4 -> Level5  (0) 2024.12.20
[OverTheWire][Linux] Bandit Level3 -> Level4  (0) 2024.12.20
[OverTheWire][Linux] Bandit Level2 -> Level3  (1) 2024.12.20
[OverTheWire][Linux] Bandit Level1 -> Level2  (1) 2024.12.20
[OverTheWire][Linux] Bandit Level0 -> Level1  (0) 2024.12.20