문제
해결
이번에는 저번과 다른 뭔가 특별히 필요한것이 없는 pico vaultdoor 같은 문제이다.
a = ["weatherwax", "ogg", "garlick", "nitt", "aching", "dismass"]
second = 0
third = 1
four = 2
five = 5
print(a[five],".",a[third],".",a[second],".",a[(five+second)-third],".",a[3],".",a[four])
이러면 "dismass.ogg.weatherwax.aching.nitt.garlick" 가 나옵니다. 이걸 입력하면
'안드로이드에 관하여 > 안드로이드 CTF' 카테고리의 다른 글
PicoCTF [droids 3] (0) | 2021.01.05 |
---|---|
pico CTF [droid 1] (0) | 2021.01.04 |
pico CTF [droid 0] (0) | 2021.01.04 |