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 | 31 |
Tags
- 시스템해킹
- picoCTF
- Franklin-Reiter Related Message Attack
- AES
- pycrpytodome
- RSA
- 드림핵
- overthewire
- Bandit Level 1 → Level 2
- Hastad
- cryptography
- Cube Root Attack
- OverTheWire Bandit Level 1 → Level 2
- arp
- dreamhack
- Crypto
- Montgomery Reduction
- return address overflow
- RSA Common Modulas Attack
- redirect
- 암호학
- bandit
- spoofing
- dns
- XSS
- 웹해킹
- CSRF
- weak key
- shellcode
- rao
Archives
- Today
- Total
암호(수학) 등.. 공부한 거 잊을거 같아서 만든 블로그
First Grep 본문
문제
당신은 파일에서 깃발을 찾을 수 있습니까? 수작업으로 훑어보는 것은 정말 지루할 텐데, 뭔가 더 좋은 방법이 있을 것 같다.
풀이
cat file을 하여 내용을 확인해보니 눈으로는 플래그를 찾을 수 없을거 같다.
grep을 사용하여 pico로 시작하는 문자열을 검색해보니 플래그가 picoCTF{grep_is_good_to_find_things_f77e0797} 임을 알 수 있다.
'picoCTF' 카테고리의 다른 글
Bases (0) | 2022.05.10 |
---|---|
strings it (0) | 2022.05.10 |
what's a net cat? (0) | 2022.05.10 |
Lets Warm Up (0) | 2022.05.09 |
2Warm (0) | 2022.05.09 |