Merge branch 'master' of github.com:failedxyz/easyctf

This commit is contained in:
Michael Zhang 2017-03-12 04:35:37 -05:00
commit 14cc5dcc9d
10 changed files with 11 additions and 16 deletions

View file

@ -0,0 +1 @@
There seems to be an issue with this binary. Can you exploit it? View the problem in the shell server /problems/ directory.

View file

@ -0,0 +1,4 @@
def grade(random, key):
if key.find("bofs_and_floats_are_d0uble_tr0uble!") != -1:
return True, "Correct!"
return False, "Nope :("

View file

@ -4,6 +4,6 @@ hint: How are floating-point numbers represented?
category: Binary Exploitation category: Binary Exploitation
autogen: false autogen: false
programming: false programming: false
value: 75 value: 110
files: files:
- doubly_dangerous - doubly_dangerous

View file

@ -1 +0,0 @@
This binary has a rather unhelpful message, can you find what it's hiding? [easy-re](${easy_re})

Binary file not shown.

View file

@ -1,4 +0,0 @@
def grade(autogen, key):
if key.find("1f_0nly_4ll_r3_w4s_34sy") != -1:
return True, "Correct!"
return False, "Nope!"

View file

@ -1,9 +0,0 @@
author: GenericNickname
title: Easy RE
hint: There's only one place the flag could be.
category: Reverse Engineering
autogen: false
programming: false
value: 25
files:
- easy-re

View file

@ -1,5 +1,6 @@
title: Hexable title: Hexable
category: Reverse Engineering category: Reverse Engineering
value: 10 value: 25
author: r3ndom author: r3ndom
autogen: true autogen: true
hint: Try using a hex editor.

View file

@ -3,5 +3,6 @@ category: Reverse Engineering
value: 450 value: 450
author: r3ndom author: r3ndom
autogen: false autogen: false
hint: Maybe write a script.
files: files:
- _67k.zip - _67k.zip

View file

@ -1,3 +1,5 @@
On the shell there is a folder `<insert location>`. On the shell there is a folder `<insert location>`.
Read flag.txt Read flag.txt
[Source](${simple-rop.c}) [Source](${simple-rop.c})