728x90
반응형
PW Crack1
- Description
- Can you crack the password to get the flag?
Download the password checker here and you'll need the encrypted flag in the same directory too.
- Can you crack the password to get the flag?
PW Crack2
- Description
- Can you crack the password to get the flag? Download the password checker here and you'll need the encrypted flag in the same directory too.
- Solve
- level2.py 파일을 열어보면 입력 패스워드를 chr() 로 감싸진 걸 볼 수 있음
- 입력 부에 chr() 해당 부분만 따로 떼서 python에서 실행시키면 패스워드가 나타남
PW Crack3
- Description
- Description Can you crack the password to get the flag? Download the password checker here and you'll need the encrypted flag and the hash in the same directory too. There are 7 potential passwords with 1 being correct. You can find these by examining the password checker script.
- Solve
- level3.py 의 내용을 들여다보면 패스워드 리스트를 주고 있음
- 패스워드 리스트를 반복문을 돌리면 flag가 나타남
PW Crack4
- Description
- PW Crack3랑 비슷
- Solve
- PW Crack3 풀이 방법 그대로 이용
PW Crack5
- Description
- Can you crack the password to get the flag? Download the password checker here and you'll need the encrypted flag and the hash in the same directory too. Here's a dictionary with all possible passwords based on the password conventions we've seen so far.
- Solve
- 추측 가능한 패스워드를 담은 dictionary.py 를 제공함
- 파일을 읽어 들인 뒤 반복문으로 하나씩 비교하면 금방 끝남
728x90
반응형
'CTF > picoCTF' 카테고리의 다른 글
[picoCTF] It is My Birthday (0) | 2022.06.06 |
---|---|
[picoCTF] General Skills - flag_shop (0) | 2022.05.01 |
[picoCTF] General Skills (0) | 2022.04.17 |
[HackCTF] 보물 (0) | 2020.10.15 |
[picoCTF2018] admin panel (0) | 2020.09.29 |