AlpacaHack Logo

SECCON CTF 13 決勝観戦CTF

CTF is over!
Sign InSign Up
TopChallengesScoreboardWriteups

Welcome!
100 pts (167 solves)
Welcome
Beginner

Author:

minaminao

Long Flag
100 pts (152 solves)
Crypto
Beginner

Author:

🍪
100 pts (139 solves)
Web
Beginner

Author:

Beginner's Flag Printer
100 pts (121 solves)
Rev
Beginner

Author:

parseInt
100 pts (89 solves)
Misc
Beginner

Author:

trippple
100 pts (81 solves)
Crypto

Author:

danger of buffer overflow
100 pts (78 solves)
Pwn

Author:

play with memory
100 pts (75 solves)
Pwn

Author:

42
100 pts (40 solves)
Crypto

Author:

Flag Printer
100 pts (38 solves)
Rev

Author:

Can U Keep A Secret?
100 pts (31 solves)
Pwn
Beginner

Author:

cache crasher
100 pts (21 solves)
Pwn

Author:

1linepyjail4b
100 pts (19 solves)
Misc

Author:

csv2json
100 pts (15 solves)
Web

Author:

Customizable EC
100 pts (11 solves)
Crypto

Author:

42*
100 pts (10 solves)
Crypto

Author:

Slow Flag Printer
100 pts (10 solves)
Rev

Author:

dinosaur
100 pts (8 solves)
Web

Author:

Alpaca Wakekko
100 pts (6 solves)
Pwn

Author:

blue-note
100 pts (6 solves)
Web

Author:

Concurrent Flag Printer
100 pts (3 solves)
Rev

Author:

Can U Keep A Secret?

100 pts (31 solves)
Pwn
Beginner

Author:

minaminao

Or ...?

#include <stdio.h>
#include <stdlib.h>
#include <time.h>
#include <unistd.h>

int main() {
    srand(time(NULL));
    unsigned int secret = rand(), input;
    printf("secret: %u\n", secret);

    // can u keep a secret??/
    secret *= rand();
    secret *= 0x5EC12E7;
    scanf("%u", &input);
    if(input == secret)
        printf("Alpaca{REDACTED}\n");
    return 0;
}

*完全なソースコードは以下からダウンロード可能です。

can-u-keep-a-secret.tar.gz
descriptionsolveswriteups