Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
Tags
- NODE_VERSION
- Error:error:0308010C:digital envelope routines::unsupported
- 이미지 좌표 추출
- nodejs
- 설치완료안됨
- Sequelize Error: Dialect needs to be explicitly supplied as of v4.0.0
- credential error
- 김골라
- ogr2ogr
- EC2
- CSS
- C언어
- SASS
- node
- 어셈블리어
- expo
- AWS
- aws ec2
- rwdImageMaps
- 반응형 페이지 좌표 변환
- S3
- react
- can't getting credentials
- AWS CodeBuild
- netlify variables
- Unable to find the global bin directory
- GeoJSON object too complex/large
- AWS CodePipeline
- ERR_PNPM_NO_GLOBAL_BIN_DIR
- 이미지 맵
Archives
- Today
- Total
ImFe's study
Bandit Level07 → Level08 본문
앞으로 밴딧포스팅은 멘토링시간때 풀어본 방법과 혼자 이것저것 찾아보며 풀어본 방법을 병기하겠습니다.
data.txt라는 파일 안에 millionth라는 단어 옆에 비밀번호가 있다네요.
data.txt를 실행하면 대충 이런식으로 계속 문자열이 나열됩니다.
멘토가 다른사람한테 힌트를 줄때는 sort에 대해서 얘기했었는데 굳이 그럴필요없이 grep을 이용해서도 풀 수 있을것 같았습니다.
grep millionth 를 했더니 멈춰버렸습니다.
PicoCTF에서 grep을 이용해서 풀어본 기억을 더듬어 제대로 입력했더니 비밀번호가 나왔습니다.
-r 옵션은 필요없는거같긴한데..
cvX2JJa4CFALtqS87jk27qwqGhBM9plV
'OverTheWire > Bandit' 카테고리의 다른 글
Bandit Level09 → Level10 (0) | 2020.05.15 |
---|---|
Bandit Level08 → Level09 (0) | 2020.05.15 |
Bandit Level06 → Level07 (0) | 2020.05.15 |
Bandit Level05 → Level06 (0) | 2020.05.14 |
Bandit Level04 → Level05 (0) | 2020.05.12 |
Comments