Notice
Recent Posts
Recent Comments
- Today
- Total
목록gremlin (1)
Phantom
해커스쿨의 FTZ를 다음으로 LOB(Load Of Bof)라는 워게임을 풀어 보려고 한다. 각 단계의 문제들을 풀고 쉘을 얻어내면 다음단계로 넘어갈 수 있는 비밀번호를 알려준다. ※ 문제 소스 보기 [gate@localhost gate]$ cat gremlin.c /* The Lord of the BOF : The Fellowship of the BOF - gremlin - simple BOF */ int main(int argc, char *argv[]) { char buffer[256]; if(argc < 2){ printf("argv error\n"); exit(0); } strcpy(buffer, argv[1]); printf("%p\n", argv[1]); } 문제 소스 보기 gremlin.c ..
Pwnable/[Wargame]Load of Bof
2014. 5. 27. 20:28