오늘 내용은 참 어렵네요... 이제 바로 문제 시작. Problem The credentials for the next level can be retrieved by submitting the password of the current level to a port on localhost in the range 31000 to 32000. First find out which of these ports have a server listening on them. Then find out which of those speak SSL and which don’t. There is only 1 server that will give the next credentials, the others will simply ..
워게임 조금 재밌을지도...? 오늘은 어제보다 정리할 내용이 많네요. 후... Let's 기 come on~ Problem The password for the next level can be retrieved by submitting the password of the current level to port 30001 on localhost using SSL encryption. Helpful note : Getting "HEARTBEATING" and "Read R BLOCK"? Use -ign_eof and read the "CONNECTED COMMANDS" section in the manpage. Next to 'R' and 'Q'. the 'B' command also works in thi..
원래는 문제, 해설, 개념 순으로 작성했는데, 이제 문제->개념->해설 순으로 작성하려고 합니다. 개념은 보통 제가 문제를 풀면서 새롭게 알게 된 개념 위주이며, OverTheWire 사이트에서 추천해준 "Helpful Reading Material" 을 번역본으로 읽고 정리하거나, 구글링을 통한 정보입니다. Problem The password for the next level can be retrieved by submitting the password of the current level to port 30000 on localhost. => port번호가 30000인 localhost 에 현재 레벨의 비밀번호를 제출함으로써 다음 레벨의 비밀번호를 얻을 수 있다 라고 하네요. Concept 우선 문..
오랜만에 하는 워게임이네요. 한 달 이내에 완성하는게 목표입니다. 우선 오늘 내용 시작할게요 Problem The password for the next level is the stored in /etc/bandit_pass/bandit14 and can only be read by user bandit14. For this level, you don't get the next password, but you get a private SSh key that can be used to log into the next level. Note : localhost is a hostname that refers to the machine you are working on. => /etc/bandit_pass/ba..