[DreamHack] Exercise: V8
Wargame/DreamHack
보호되어 있는 글입니다.
CVE-2023-4069 (Type confusion in VisitFindNonDefaultConstructorOrConstruct of Maglev)
1-day
보호되어 있는 글입니다.
[DreamHack] V12 Revenge
Wargame/DreamHack
보호되어 있는 글입니다.
[pwnable.kr] otp
Wargame/pwnable.kr
I made a skeleton interface for one time password authentication system.I guess there are no mistakes.could you take a look at it?hint : not a race condition. do not bruteforce.ssh otp@pwnable.kr -p2222 (pw:guest)AttachmentAnalysis/* otp.c */ int fd = open("/dev/urandom", O_RDONLY); if(fd==-1) exit(-1); if(read(fd, otp, 16)!=16) exit(-1); close(fd); sprintf(fname, "/tmp/%llu", otp..
[Whitehat Contest 2023] Fall in love
CTF
Release: https://github.com/h0meb0dy/CTF/blob/main/Whitehat%20Contest%202023/Fall%20in%20love/for_user.zip I'm in fall in love to work. Analysis $ file fallinlove fallinlove: Rich Text Format data, version 1, ANSI, code page 1252, default middle east language ID 1025 RTF 파일이 주어집니다. rtfobj 툴을 이용하여 분석할 수 있습니다. rtfobj fallinlove CVE-2017-0199는 악성 OLE object가 삽입된 파일을 열면 원격 서버에서 악성 파일을 다운받아서 원격 코드 실행..
h0meb0dy_
'분류 전체보기' 카테고리의 글 목록 (26 Page)