Version
By |
Version |
Comment |
noraj |
1.0 |
Creation |
CTF
10 - TR1: Hello there - Trivia
Why not drop us a few lines and say hi :).
Go to the irc: #alexctf @freenode
and get the flag with /topic
.
20 - TR2: SSL 0day - Trivia
It lead to memory leakage between servers and clients rending large number of private keys accessible. (one word)
Answer: heartbleed (details)
30 - TR3: CA - Trivia
What is the CA that issued Alexctf https certificate
(flag is lowercase with no spaces)
Answer: letsencrypt
40 - TR4: Doesn't our logo look cool ? - Trivia
Here is the logo:
Let's write a very short ruby script to filter that:
Flag: ALEXCTF{0UR_L0G0_R0CKS}
100 - SC1: Math bot - Scripting
It is well known that computers can do tedious math faster than human.
nc 195.154.53.62 1337
Update
we got another mirror here
nc 195.154.53.62 7331
The server send some calculations with big integers and we have to solve a lot of them.
To do that I did a ruby bot:
Note: I chose not to use some exec function because I don't trust external entries.
Here an example of output and the flag: