Level 0 -> Level 2

2024. 12. 26. 15:48ยท๐Ÿฆ– Private/bandit

Level 0 -> Level 1

<Level Goal>
The password for the next level is stored in a file called readme located in the home directory. Use this password to log into bandit1 using SSH. Whenever you find a password for a level, use SSH(on port 2220) to log into that level and continue the game

 

 

Slove

ํ™ˆ ๋””๋ ‰ํ† ๋ฆฌ์˜ readme ํŒŒ์ผ์— password๊ฐ€ ์žˆ๋‹ค๊ณ  ํ•˜๋‹ˆ, cat ๋ช…๋ น์–ด๋ฅผ ์‚ฌ์šฉํ•ด์„œ readme ํŒŒ์ผ์˜ ๋‚ด์šฉ์„ ์ฝ์œผ๋ฉด ๋œ๋‹ค.

-> ZjLjTmM6FvvyRnrb2rfNWOZOTa6ip5If ์ด๊ฒŒ ํŒจ์Šค์›Œ๋“œ์ธ ๊ฒƒ ๊ฐ™๋‹ค.

bandit0@bandit:~$ ls
readme
bandit0@bandit:~$ cat readme
Congratulations on your first steps into the bandit game!!
Please make sure you have read the rules at https://overthewire.org/rules/
If you are following a course, workshop, walkthrough or other educational activity,
please inform the instructor about the rules as well and encourage them to
contribute to the OverTheWire community so we can keep these games free!

The password you are looking for is: ZjLjTmM6FvvyRnrb2rfNWOZOTa6ip5If

 

์ด์ œ username์„ bandit1๋กœ ๋ฐ”๊พธ๊ณ  SSH ์ ‘์†์„ ํ•œ๋‹ค. password ๋ถ€๋ถ„์— ์œ„์—์„œ ์–ป์€ ๊ฐ’์„ ๋„ฃ์œผ๋ฉด bandit1๋กœ ๋กœ๊ทธ์ธ๋œ๋‹ค. level 1 ํด๋ฆฌ์–ด๋‹ค!

โ”Œโ”€โ”€(kaliใ‰ฟkali)-[~/.ssh]
โ””โ”€$ ssh -p 2220 bandit1@bandit.labs.overthewire.org
                         _                     _ _ _   
                        | |__   __ _ _ __   __| (_) |_ 
                        | '_ \ / _` | '_ \ / _` | | __|
                        | |_) | (_| | | | | (_| | | |_ 
                        |_.__/ \__,_|_| |_|\__,_|_|\__|
                                                       

                      This is an OverTheWire game server. 
            More information on http://www.overthewire.org/wargames

bandit1@bandit.labs.overthewire.org's password: 
...
bandit1@bandit:~$

Level 1 -> Level 2

<Level Goal>
The password for the next level is stored in a file called - located in the home directory

 

 

Slove

ํ™ˆ ๋””๋ ‰ํ† ๋ฆฌ์— ์žˆ๋Š” -๋ผ๋Š” ์ด๋ฆ„์˜ ํŒŒ์ผ์— password๊ฐ€ ์žˆ๋‹ค๊ณ  ํ•œ๋‹ค. ํŒŒ์ผ ์ด๋ฆ„์ด ํŠน์ดํ•˜๋‹ค. ๋งˆ์ฐฌ๊ฐ€์ง€๋กœ cat ๋ช…๋ น์–ด๋ฅผ ํ†ตํ•ด -ํŒŒ์ผ ๋‚ด์šฉ์„ ์ฝ์œผ๋ฉด ๋  ๊ฒƒ ๊ฐ™๋‹ค. ๊ทธ๋Ÿฐ๋ฐ cat - ๋ฅผ ์ž…๋ ฅํ•˜๋ฉด ๋ฐฐ์‹œ ์‰˜์ด ํ‘œ์ค€ ์ž…๋ ฅ ๋Œ€๊ธฐ ์ƒํƒœ๊ฐ€ ๋œ๋‹ค.

 

๊ทธ๋ž˜์„œ ls -l ๋ช…๋ น์–ด๋กœ - ํŒŒ์ผ ์ •๋ณด๋ฅผ ์‚ดํŽด๋ดค๋‹ค. ํŠน์ด์ ์€ ์—†๋Š” ๊ฒƒ ๊ฐ™๋‹ค. ์‹คํ–‰ ๊ถŒํ•œ์ด x๊ฐ€ ์—†์–ด๋„, ์ฝ๊ธฐ ๊ถŒํ•œ์ธ r์ด ์žˆ์œผ๋‹ˆ cat ๋ช…๋ น์–ด๋Š” ์ž‘๋™ํ•ด์•ผ ํ•˜๋Š”๊ฒŒ ๋งž๋‹ค.

bandit1@bandit:~$ ls -l
total 4
-rw-r----- 1 bandit2 bandit1 33 Sep 19 07:08 -

 

 

ํŒŒ์ผ ์œ ํ˜•์„ ํ™•์ธํ•˜๋Š” file ๋ช…๋ น์–ด๋„ ๋จนํžˆ์ง€ ์•Š์•„์„œ ํžŒํŠธ๋ฅผ ์ฐธ๊ณ ํ–ˆ๋‹ค. dashed filename์— ๋Œ€ํ•ด ์‚ดํŽด๋ณด๋ผ๊ณ  ํ•œ๋‹ค. 

'-' ์ด๋Ÿฌํ•œ ์œ ํ˜•์˜ ์ ‘๊ทผ ๋ฐฉ์‹์€ -๋ฅผ ์ธ์ˆ˜๋กœ ์‚ฌ์šฉํ•˜์—ฌ stdin/stdout์„ ์ฐธ์กฐํ•˜๊ธฐ ๋•Œ๋ฌธ์— ํ”„๋กœ๊ทธ๋žจ์— ์˜คํ•ด๋ฅผ ๋ถˆ๋Ÿฌ์˜ฌ ์ˆ˜ ์žˆ๋‹ค๊ณ  ํ•œ๋‹ค. ๋”ฐ๋ผ์„œ ์ผ๋ฐ˜์ ์ธ ๋ช…๋ น์œผ๋กœ๋Š” -๋กœ ๊ตฌ๋ถ„๋œ ํŒŒ์ผ ์ด๋ฆ„์„ ์—ด ์ˆ˜ ์—†์„ ์ˆ˜๋„ ์žˆ๋‹ค. 

 

๋จผ์ € ./์™€ ๊ฐ™์ด ํ˜„์žฌ ๋””๋ ‰ํ† ๋ฆฌ์— ์žˆ๋Š” ํŒŒ์ผ์ž„์„ ๋ช…์‹œํ•จ์œผ๋กœ์จ cat ๋ช…๋ น์–ด๋ฅผ ์ž‘๋™์‹œํ‚ฌ ์ˆ˜ ์žˆ๋‹ค.

# ./์„ ์ด์šฉํ•œ ๋ฐฉ๋ฒ•
bandit1@bandit:~$ cat ./-
263JGJPfgU6LtdEvgfWU1XP5yac29mFx

 

๋ฆฌ๋””๋ ‰์…˜ ๊ธฐํ˜ธ๋ฅผ ์‚ฌ์šฉํ•ด ํŒŒ์ผ์„ ์ฝ์„ ์ˆ˜๋„ ์žˆ๋‹ค. 

# <์„ ์ด์šฉํ•œ ๋ฐฉ๋ฒ•
bandit1@bandit:~$ cat < -
263JGJPfgU6LtdEvgfWU1XP5yac29mFx

 

๊ธด ํŒŒ์ผ ๋‚ด์šฉ์„ ํ•œ ํŽ˜์ด์ง€์”ฉ ๋ณด์—ฌ์ฃผ๋Š” ๋ช…๋ น์–ด more์„ ์‚ฌ์šฉํ•ด์„œ - ํŒŒ์ผ์˜ ๋‚ด์šฉ์„ ์ฝ์„ ์ˆ˜๋„ ์žˆ๋‹ค.

# more ๋ช…๋ น์–ด๋ฅผ ์ด์šฉํ•œ ๋ฐฉ๋ฒ•
bandit1@bandit:~$ more -
263JGJPfgU6LtdEvgfWU1XP5yac29mFx

 

 

 

Question

์™œ cat ๋ช…๋ น์–ด๋กœ๋Š” - ํŒŒ์ผ์„ ์ฝ์„ ์ˆ˜ ์—†๊ณ , more ๋ช…๋ น์–ด๋กœ๋Š” ์ฝ์„ ์ˆ˜ ์žˆ์„๊นŒ?

 

์ด๋Š” ๋ช…๋ น์–ด์˜ ์„ค๊ณ„ ๋ชฉ์ ์„ ์•Œ๊ฒŒ๋˜๋ฉด ์ดํ•ด๋˜๋Š” ๋ฌธ์ œ์ด๋‹ค. ๋ฆฌ๋ˆ…์Šค์—์„œ -๋Š” ์ผ๋ฐ˜์ ์œผ๋กœ stdin์ด๋‚˜ stdout์„ ๋‚˜ํƒ€๋‚ธ๋‹ค.

 

cat ๋ช…๋ ์–ด๋Š” ๋ฆฌ๋””๋ ‰์…˜๊ณผ ํŒŒ์ดํ”„์—์„œ ์ž์ฃผ ์‚ฌ์šฉ๋˜๋ฏ€๋กœ, -๋ฅผ ํ‘œ์ค€ ์ž…๋ ฅ์œผ๋กœ ์ฒ˜๋ฆฌํ•˜๋„๋ก ์„ค๊ณ„๋˜์–ด์žˆ๋‹ค. ๋”ฐ๋ผ์„œ cat ๋ช…๋ น์–ด๋ฅผ ์‚ฌ์šฉํ•˜๋ฉด -๋ฅผ ํŒŒ์ผ ์ด๋ฆ„์ด ์•„๋‹Œ ํ‘œ์ค€ ์ž…๋ ฅ์œผ๋กœ ์ดํ•ดํ•˜๊ธฐ ๋•Œ๋ฌธ์— cat - ๋Š” ์‚ฌ์šฉ์ž๊ฐ€ ์ž…๋ ฅํ•  ๋‚ด์šฉ์„ ๊ธฐ๋‹ค๋ฆฌ๋Š” ํ‘œ์ค€ ์ž…๋ ฅ ๋Œ€๊ธฐ ์ƒํƒœ๊ฐ€ ๋œ๋‹ค.

 

๋ฐ˜๋ฉด more์€ ์ฃผ๋กœ ํŒŒ์ผ ๋‚ด์šฉ์„ ํŽ˜์ด์ง€ ๋‹จ์œ„๋กœ ํ‘œ์‹œํ•˜๊ธฐ ์œ„ํ•ด ์‚ฌ์šฉ๋˜๋Š” ๋ช…๋ น์–ด์ด๋‹ค. ๋”ฐ๋ผ์„œ -๋ฅผ ํŒŒ์ผ ์ด๋ฆ„์œผ๋กœ ์ดํ•ดํ•˜์—ฌ -์˜ ๋‚ด์šฉ์ด ์ถœ๋ ฅ๋˜๋Š” ๊ฒƒ์ด๋‹ค.

 

๊ทธ๋ ‡๋‹ค๋ฉด more๊ณผ ๋น„์Šทํ•œ ๊ธฐ๋Šฅ์„ ๊ฐ€์ง€๋Š” less ๋ช…๋ น์–ด๋กœ๋„ - ํŒŒ์ผ์„ ์ฝ์„ ์ˆ˜ ์žˆ์„๊นŒ?

 

๊ฒฐ๋ก ๋ถ€ํ„ฐ ๋งํ•˜์ž๋ฉด ์•„๋‹ˆ๋‹ค. less๋Š” more๊ณผ ๋น„์Šทํ•œ ๊ธฐ๋Šฅ์ด๋ผ ๊ฐ€๋Šฅํ•  ๊ฒƒ ๊ฐ™์ด ๋ณด์ด์ง€๋งŒ less ๋˜ํ•œ cat์ฒ˜๋Ÿผ -๋ฅผ ํ‘œ์ค€ ์ž…๋ ฅ์œผ๋กœ ์ฒ˜๋ฆฌํ•œ๋‹ค.


01. ์…ธ(Shell)

์…ธ์ด๋ž€, ํ‚ค๋ณด๋“œ์˜ ๋ช…๋ น์„ ๋ฐ›์•„ ์šด์˜์ฒด์ œ์— ์ „๋‹ฌํ•˜์—ฌ ์‹คํ–‰ํ•˜๋Š” ํ”„๋กœ๊ทธ๋žจ์ด๋‹ค. ๋Œ€๋ถ€๋ถ„์˜ linux ๋ฐฐํฌํŒ์€ bash ์…ธ ํ”„๋กœ๊ทธ๋žจ์„ ์ œ๊ณตํ•œ๋‹ค.

 

02. ํ„ฐ๋ฏธ๋„ ์—๋ฎฌ๋ ˆ์ดํ„ฐ(Terminal Emulators)

GUI๋ฅผ ์‚ฌ์šฉํ•  ๊ฒฝ์šฐ, ์…ธ๊ณผ ์ƒํ˜ธ์ž‘์šฉ ํ•˜๊ธฐ ์œ„ํ•ด์„œ๋Š” ํ„ฐ๋ฏธ๋„ ์—๋ฎฌ๋ ˆ์ดํ„ฐ๋ผ๋Š” ํ”„๋กœ๊ทธ๋žจ์ด ํ•„์š”ํ•˜๋‹ค.

 

03. ์…ธ ํ”„๋กฌํ”„ํŠธ(Shell prompt)

์…ธ ํ”„๋กฌํ”„ํŠธ๋Š” ์…ธ์ด ์ž…๋ ฅ์„ ์ˆ˜๋ฝํ•  ์ค€๋น„๊ฐ€ ๋˜๋ฉด ๋‚˜ํƒ€๋‚œ๋‹ค. ๋ฐฐํฌํŒ์— ๋”ฐ๋ผ ๋ชจ์–‘์ด ๋‹ค์†Œ ๋‹ค๋ฅผ ์ˆ˜ ์žˆ์ง€๋งŒ ์ผ๋ฐ˜์ ์œผ๋กœ [username]@[machinename] [ํ˜„์žฌ ์ž‘์—… ๋””๋ ‰ํ† ๋ฆฌ] $ ํ˜•ํƒœ๋กœ ๋˜์–ด์žˆ๋‹ค. 

ํ”„๋กฌํ”„ํŠธ์˜ ๋งˆ์ง€๋ง‰ ๋ฌธ์ž๊ฐ€ $๊ฐ€ ์•„๋‹Œ #์ธ ๊ฒฝ์šฐ๋Š” root ์‚ฌ์šฉ์ž๋กœ ๋กœ๊ทธ์ธ ํ–ˆ๊ฑฐ๋‚˜ ์ˆ˜ํผ์œ ์ €(๊ด€๋ฆฌ์ž) ๊ถŒํ•œ์„ ์ œ๊ณตํ•˜๋Š” ํ„ฐ๋ฏธ๋„ ์—๋ฎฌ๋ ˆ์ดํ„ฐ๋ฅผ ์„ ํƒํ–ˆ์Œ์„ ์˜๋ฏธํ•œ๋‹ค.

 

 

0.4. I/O ๋ฆฌ๋””๋ ‰์…˜(redirection), ํŒŒ์ผ ๋””์Šคํฌ๋ฆฝํ„ฐ

๋ฆฌ๋””๋ ‰์…˜์ด๋ž€, linux/unix์—์„œ ๋ช…๋ น์–ด์˜ ์ž…๋ ฅ๊ณ  ์ถœ๋ ฅ์„ ๊ธฐ๋ณธ๊ฐ’(ํ„ฐ๋ฏธ๋„) ๋Œ€์‹ , ํŒŒ์ผ์ด๋‚˜ ๋‹ค๋ฅธ ๋ช…๋ น์–ด๋กœ ๋ณ€๊ฒฝํ•˜๋Š” ๊ธฐ๋Šฅ์„ ์˜๋ฏธํ•œ๋‹ค. ์ด๋Š” ๋ช…๋ น์–ด ์‹คํ–‰ ์‹œ ๋ฐ์ดํ„ฐ๋ฅผ ์ฝ๊ฑฐ๋‚˜ ์“ฐ๋Š” ๋ฐฉ์‹์„ ์œ ์—ฐ๊ฒŒ ์กฐ์ •ํ•  ์ˆ˜ ์žˆ๊ฒŒ ํ•ด์ค€๋‹ค.

 

I/O๋Š” input/output์„ ์˜๋ฏธํ•˜๋ฉฐ, ์ด ๊ธฐ๋Šฅ์„ ์‚ฌ์šฉํ•˜๋ฉด ๋ช…๋ น์˜ ์ž…์ถœ๋ ฅ์„ ํŒŒ์ผ๋กœ ๋ฆฌ๋‹ค์ด๋ ‰์…˜ ํ•  ์ˆ˜ ์žˆ๊ณ , ์—ฌ๋Ÿฌ ๋ช…๋ น์„ pipeline์œผ๋กœ ์—ฐ๊ฒฐํ•  ์ˆ˜๋„ ์žˆ๋‹ค.

 

๋ฆฌ๋ˆ…์Šค์—์„œ ๋ชจ๋“  ํ”„๋กœ์„ธ์Šค๋Š” stdin, stdout, stderr ์ด ์„ธ ๊ฐ€์ง€์˜ ๋ฐ์ดํ„ฐ ์ŠคํŠธ๋ฆผ์„ ๊ฐ€์ง€๊ณ  ์žˆ์œผ๋ฉฐ, ๊ฐ๊ฐ 0, 1, 2๋กœ ํ‘œํ˜„๋œ๋‹ค. ๊ทธ๋ฆฌ๊ณ  ์ด๋ฅผ ํŒŒ์ผ ๋””์Šคํฌ๋ฆฝํ„ฐ(descripter) ๋ผ๊ณ  ๋ถ€๋ฅธ๋‹ค.

ํŒŒ์ผ ๋””์Šคํฌ๋ฆฝํ„ฐ ๋ฒˆํ˜ธ ์ด๋ฆ„  
0 stdin(ํ‘œ์ค€ ์ž…๋ ฅ) ํ‚ค๋ณด๋“œ ์ž…๋ ฅ ๋˜๋Š” ๋ฆฌ๋‹ค์ด๋ ‰์…˜๋œ ์ž…๋ ฅ(<)
1 stdout(ํ‘œ์ค€ ์ถœ๋ ฅ) ํ”„๋กœ๊ทธ๋žจ์˜ ์ผ๋ฐ˜(์ •์ƒ) ์ถœ๋ ฅ
2 stderr(ํ‘œ์ค€ ์˜ค๋ฅ˜) ์—๋Ÿฌ ๋ฉ”์‹œ์ง€ ์ถœ๋ ฅ

 

 

05. Linux Redirection

ํŒŒ์ผ ๋””์Šคํฌ๋ฆฝํ„ฐ(0,1,2)์™€ redirection ๊ธฐํ˜ธ(>, >>, <, <<)๋ฅผ ์‚ฌ์šฉํ•˜์—ฌ ์ž…์ถœ๋ ฅ ๋™์ž‘์„ ์ž์œ ๋กญ๊ฒŒ ๋ณ€๊ฒฝํ•˜์—ฌ ์‚ฌ์šฉํ•  ์ˆ˜ ์žˆ๋‹ค.

> ๊ฒฐ๊ณผ๋ฅผ ํŒŒ์ผ๋กœ ์ €์žฅ(๋ฎ์–ด์“ฐ๊ธฐ)
>> ๊ฒฐ๊ณผ๋ฅผ ํŒŒ์ผ๋กœ ์ €์žฅ(๋ฎ์–ด์“ฐ์ง€ ์•Š๊ณ  ๊ธฐ์กด ํŒŒ์ผ์— ์ถ”๊ฐ€)
< ์ž…๋ ฅ์„ ๋ช…๋ น์–ด์— ์‹คํ–‰(๋ฎ์–ด์“ฐ๊ธฐ)
<< ์ž…๋ ฅ์„ ๋ช…๋ น์–ด์— ์‹คํ–‰(๋ฎ์–ด์“ฐ์ง€ ์•Š๊ณ  ๊ธฐ์กด ํŒŒ์ผ์— ์ถ”๊ฐ€)

 

 

06. /์™€ ./

/๋Š” ๋ฃจํŠธ ๋””๋ ‰ํ† ๋ฆฌ๋ฅผ ์˜๋ฏธํ•œ๋‹ค. /a.sh๋Š” ๋ฃจํŠธ ๋””๋ ‰ํ† ๋ฆฌ์— ์žˆ๋Š” a.sh ํŒŒ์ผ์„ ์‹คํ–‰ํ•˜๋ผ๋Š” ์˜๋ฏธ๊ฐ€ ๋œ๋‹ค.

./๋Š” ํ˜„์žฌ ๋””๋ ‰ํ† ๋ฆฌ๋ฅผ ๋‚˜ํƒ€๋‚ธ๋‹ค. ./a.sh๋Š” ํ˜„์žฌ ๋””๋ ‰ํ† ๋ฆฌ์— ์žˆ๋Š” a.sh ํŒŒ์ผ์„ ์‹คํ–‰ํ•˜๋ผ๋Š” ์˜๋ฏธ๊ฐ€ ๋œ๋‹ค.

 

 

07. ๋””๋ ‰ํ† ๋ฆฌ ๊ตฌ์กฐ(/home, ~)

https://slowsteadystat.tistory.com/17

โ”Œโ”€โ”€(kaliใ‰ฟkali)-[~]
โ””โ”€$ cd / 
                                                                                             
โ”Œโ”€โ”€(kaliใ‰ฟkali)-[/]
โ””โ”€$ ls
bin   home            lib32       mnt   run       swing    usr
boot  initrd.img      lib64       opt   sbin      swing32  var
dev   initrd.img.old  lost+found  proc  srv       sys      vmlinuz
etc   lib             media       root  swapfile  tmp      vmlinuz.old
                                                                                             
โ”Œโ”€โ”€(kaliใ‰ฟkali)-[/]
โ””โ”€$ cd home

 

~์—์„œ cd/๋ฅผ ํ†ตํ•ด root ๋””๋ ‰ํ† ๋ฆฌ๋กœ ์ด๋™ํ•˜๋Š” ๊ฒƒ์„ ๋ณด๊ณ  ์˜๋ฌธ์ ์ด ์ƒ๊ธฐ๊ธฐ ์‹œ์ž‘ํ–ˆ๋‹ค.

Q1) ~(ํ™ˆ ๋””๋ ‰ํ† ๋ฆฌ)๊ฐ€ root ๋””๋ ‰ํ† ๋ฆฌ๋ณด๋‹ค ์ƒ์œ„ ๋””๋ ‰ํ† ๋ฆฌ์ธ๊ฐ€?

-> ์•„๋‹ˆ๋‹ค. root๊ฐ€ ์ตœ์ƒ์œ„ ๋””๋ ‰ํ† ๋ฆฌ์ด๋‹ค.

 

Q2) ~๋„ ํ™ˆ ๋””๋ ‰ํ† ๋ฆฌ์ธ๋ฐ, ๊ทธ๋Ÿผ / ์•„๋ž˜์— ์žˆ๋Š” home ๋””๋ ‰ํ† ๋ฆฌ๋Š” ๋ญ์ง€?

-> ~ ๋””๋ ‰ํ† ๋ฆฌ๋Š” /์˜ ํ•˜์œ„ ๋””๋ ‰ํ† ๋ฆฌ ์ค‘ ํ•˜๋‚˜์ธ /home/[์‚ฌ์šฉ์ž] ๋””๋ ‰ํ† ๋ฆฌ์ด๋‹ค.

 

์ •๋ฆฌํ•˜์ž๋ฉด /home์€ ๋ชจ๋“  ์‚ฌ์šฉ์ž์˜ ํ™ˆ ๋””๋ ‰ํ† ๋ฆฌ๋ฅผ ํฌํ•จํ•˜๋Š” ๋””๋ ‰ํ† ๋ฆฌ, ~(/home/[์‚ฌ์šฉ์ž ๋ช…])์€ ํŠน์ • ์‚ฌ์šฉ์ž์˜ ํ™ˆ ๋””๋ ‰ํ† ๋ฆฌ์ด๋‹ค.

์‚ฌ์šฉ์ž ๋ช… ~ ๋””๋ ‰ํ† ๋ฆฌ
user1 /home/user1
root /root

 

'๐Ÿฆ– Private > bandit' ์นดํ…Œ๊ณ ๋ฆฌ์˜ ๋‹ค๋ฅธ ๊ธ€

Level 4 -> Level 6  (1) 2024.12.27
Level 2 -> Level 4  (1) 2024.12.27
Level 0-SSH  (0) 2024.12.25
'๐Ÿฆ– Private/bandit' ์นดํ…Œ๊ณ ๋ฆฌ์˜ ๋‹ค๋ฅธ ๊ธ€
  • Level 4 -> Level 6
  • Level 2 -> Level 4
  • Level 0-SSH
SONOTREE
SONOTREE
@-@
  • SONOTREE
    SONOTRI
    SONOTREE
  • ์ „์ฒด
    ์˜ค๋Š˜
    ์–ด์ œ
    • ๋ถ„๋ฅ˜ ์ „์ฒด๋ณด๊ธฐ (73)
      • ๐ŸŒฒ Dreamhack (19)
        • System Hacking (2)
        • Web Hacking (4)
        • Reverse Engineering (11)
        • Digital Forensics (2)
      • ๐Ÿฆ– Private (20)
        • C Language (2)
        • Java Language (6)
        • LinuxMaster (1)
        • webhacking.kr (3)
        • bandit (4)
        • CTF Wriet-Up (3)
        • GoN Club Study (1)
      • ๐Ÿ  Public (13)
        • Development (2)
        • web (8)
        • forensic (0)
        • elif (3)
  • ๋ธ”๋กœ๊ทธ ๋ฉ”๋‰ด

    • ํ™ˆ
    • ํƒœ๊ทธ
    • ๋ฐฉ๋ช…๋ก
  • ๋งํฌ

  • ๊ณต์ง€์‚ฌํ•ญ

  • ์ธ๊ธฐ ๊ธ€

  • ํƒœ๊ทธ

  • ์ตœ๊ทผ ๋Œ“๊ธ€

  • ์ตœ๊ทผ ๊ธ€

  • hELLOยท Designed By์ •์ƒ์šฐ.v4.10.3
SONOTREE
Level 0 -> Level 2
์ƒ๋‹จ์œผ๋กœ

ํ‹ฐ์Šคํ† ๋ฆฌํˆด๋ฐ”