Reversing1(vb for life)
File : vb.net (Visual Basic Dot NET)
Using tool : NET refletor ( discompile for .NET )
#1. Check_password
#2. Resource ( password, flag ) : but It's is not the real key
#3. attack.py
#4. Get the flag!!!!!
[Hello SAM, The flag is dbb4b8dda3198d9b77c5dedaa816d873]
Reversing2 (easy one)
#1. using the IDA
아주 간단한 프로그램입니다. 먼저 ID를 체크하고 비밀번호를 체크하는데, 이중 하나라도 틀리면 "Wrong username/password!"라고 뜹니다.
#2. debuging
ID, passwd를 비교하는 지점에 BP를 걸고 x/s $rax로 해당 값을 볼수 있습니다.
#3. Crack success!!
'Security > [게임] CTF 풀이' 카테고리의 다른 글
2013 HUST Hacking Festival 풀이 (3) | 2013.11.25 |
---|---|
2013 Cscamp CTF writeup (0) | 2013.11.19 |
2013 CSCAMP writeups (0) | 2013.11.17 |
2013 DefCamp writeups (0) | 2013.11.17 |
hdcon 이벤트문제 1번, 3번 (0) | 2013.10.31 |