pwnable.kr(6) - random
## Problem
Points: 1 pt
1
2
3Daddy, teach me how to use random value in programming!
ssh [email protected] -p2222 (pw:guest)
## Problem
Points: 1 pt
1
2
3Daddy, teach me how to use random value in programming!
ssh [email protected] -p2222 (pw:guest)
## Problem
Points: 10 pt
1
2
3
4
5Mommy told me to make a passcode based login system.
My initial C code was compiled without any error!
Well, there was some compiler warning, but who cares about that?
ssh [email protected] -p2222 (pw:guest)
## Problem
Points: 7 pt
1
2
3
4
5Papa brought me a packed present! let's open it.
Download : http://pwnable.kr/bin/flag
This is reversing task. all you need is binary
| Register Name | 16bit | 32bit | 64bit |
|---|---|---|---|
| Accumulator | AX | EAX | RAX |
| Base | BX | EBX | RBX |
| Counter | CX | ECX | RCX |
| Data | DX | EDX | RDX |
| Instruction Pointer | IP | EIP | RIP |
| Source Pointer | SP | ESP | RSP |
| Base Pointer | BP | EBP | RBP |
| Source Index | SI | ESI | RSI |
## Problem
Points: 5 pt
1
2
3
4
5
6
7Nana told me that buffer overflow is one of the most common software vulnerability.
Is that true?
Download : http://pwnable.kr/bin/bof
Download : http://pwnable.kr/bin/bof.c
Running at : nc pwnable.kr 9000
## Problem
Points: 3 pt
1
2
3
4Daddy told me about cool MD5 hash collision today.
I wanna do something like that too!
ssh [email protected] -p2222 (pw:guest)
## Problem
Points: 1 pt
1
2
3
4
5
6Mommy! what is a file descriptor in Linux?
* try to play the wargame your self but if you are ABSOLUTE beginner, follow this tutorial link:
https://youtu.be/971eZhMHQQw
ssh [email protected] -p2222 (pw:guest)
If string is process as a number, When the string doesn’t contain
‘.’, ‘e’ or ‘E’ and in the range of integer, it will process as
integer.
otherwise, process as float, and the begin of string decide it value, or
it will be 0.
PHP Weak Type
CTF PHP-WEAK-TYPE
Writeup
謹記念某漫畫App Crack經歷。
I thought i can develope my own framework.
But i found out that too may people did same thing just like me.
Oops…