CTF/picoCTF (20) 썸네일형 리스트형 [picoCTF 2018] : pipe 문제에서 제공하는 서버로 연결하면 텍스트가 대량으로 나타남, pipe를 이용해 flag를 획득하면 됨 $ nc 2018shell.picoctf.com 2015 | grep "pico" [picoCTF 2018] : strings 문제에서 제공되는 파일을 다운로드 한 뒤 cat 명령어로 파일을 열면 "Binary file (standard input) matches"라는 메시지로 열리지가 않음 cat 대신에 "strings" 명령어로 열고 grep 을 주어 플래그를 획득 $ strings {file} | grep "pico*" [picoCTF2018] HEEEEEEERE'S Johnny! Connect : 2018shell.picoctf.com 35525 문제에서 제공해주는 파일 : passwd , shadow $ john --wordlist=rockyou.txt shadow shadow 파일에 암호화 된 정보가 있음, john the ripper 로 크랙한 뒤 나오는 패스워드를 nc로 서버에 연결해 username에 root, Password에 hellokitty 를 입력하면 플래그가 나옴 [picoCTF2018] Crypto WarmUp1~2 Crypto Warmup 1 Decrypt Message : llkjmlmpadkkc Key: thisisalilkey Decrypt Site : planetcalc.com/2468/ Online calculator: Vigenère cipher Since we already have Caesar cipher, it seems logical to add Vigenère cipher as well. Here is the calculator, which transforms entered text (encrypt or decrypt) using Vigenere cipher. The algorithm is quite simple. Vigenère cipher is the sequence of Caes plane.. 이전 1 2 3 다음