unexploitable
Description I don’t think this is exploitable bug. do you agree? (task is patched. unintended easy solutions will not work from now :P) ssh [email protected]… 더 보기 »unexploitable
Description I don’t think this is exploitable bug. do you agree? (task is patched. unintended easy solutions will not work from now :P) ssh [email protected]… 더 보기 »unexploitable
Daddy, teach me how to use random value in programming! ssh [email protected] -p2222 (pw:guest) 문제의 소스코드는 위와 같다.rand() 함수로 받은 random 값과 사용자로부터 받은 key… 더 보기 »random
Daddy told me about cool MD5 hash collision today.I wanna do something like that too! ssh [email protected] -p2222 (pw:guest) 소스코드 hashcode 변수에 0x21DD09EC 값이 들어있고,… 더 보기 »collision
x86-64 아키텍처로 컴파일된 리눅스에서 돌아가는 바이너리다. 실행하면 매개변수 받는거 상관없이 “I will malloc() and strcpy the flag there. take it.”를 출력하고 종료한다. 풀이 strings [옵션]… 더 보기 »flag
풀이 PATH라는 실행 파일 탐색 경로인 환경변수에 있는 값을 /thankyouverymuch로 변경한다. 따라서 프로그램을 실행시킬때 절대 경로로 프로그램을 실행시켜야 될 것이다. filter 함수에 argv[1]이 flag, sh,… 더 보기 »cmd1