grep
-
[Operation RCity18] 글자 뒤집기Development/Linux 2025. 6. 25. 01:19
해결 과정우선 현재 디렉토리에 어떤 것들이 있는지 파악합니다.해당 서버가 어떤 Git 설정을 가지고 있는지 파악합니다.[remote "origin"] 정보가 없기 때문에 git init으로 초기화된 로컬 전용 Git 저장소일 가능성이 매우 높습니다.log를 우선 살펴봅니다.아무리 봐도 되게 수상합니다.수상한 저 글자를 추출합니다.추출한 글자를 한줄로 표시 합니다.문제에서 거울에 비춰보라고 했으니 역순으로 정렬하여 정답을 확인합니다.
-
[Linux 공부] Bandit wargames 9~10 단계 strings & grepDevelopment/Linux 2025. 5. 18. 22:29
Level Goal The password for the next level is stored in the file data.txt in one of the few human-readable strings, preceded by several ‘=’ characters. Co" data-og-host="overthewire.org" data-og-source-url="https://overthewire.org/wargames/bandit/bandit10.html" data-og-url="https://overthewire.org/wargames/bandit/bandit10.html" data-og-image=""> OverTheWire: Level GoalWe're hackers, and we are g..
-
[Linux 공부] Bandit wargames 7~8 단계 grep 정규 표현식Development/Linux 2025. 5. 18. 22:04
Level Goal The password for the next level is stored in the file data.txt next to the word millionth Commands you may need to solve this level man, grep, sort" data-og-host="overthewire.org" data-og-source-url="https://overthewire.org/wargames/bandit/bandit8.html" data-og-url="https://overthewire.org/wargames/bandit/bandit8.html" data-og-image=""> OverTheWire: Level GoalWe're hackers, and we are..