Merge branch 'master' of github.com:failedxyz/easyctf
This commit is contained in:
commit
14cc5dcc9d
10 changed files with 11 additions and 16 deletions
1
doubly-dangerous/description.md
Normal file
1
doubly-dangerous/description.md
Normal 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.
|
4
doubly-dangerous/grader.py
Normal file
4
doubly-dangerous/grader.py
Normal 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 :("
|
|
@ -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
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
This binary has a rather unhelpful message, can you find what it's hiding? [easy-re](${easy_re})
|
|
BIN
easy-re/easy-re
BIN
easy-re/easy-re
Binary file not shown.
|
@ -1,4 +0,0 @@
|
||||||
def grade(autogen, key):
|
|
||||||
if key.find("1f_0nly_4ll_r3_w4s_34sy") != -1:
|
|
||||||
return True, "Correct!"
|
|
||||||
return False, "Nope!"
|
|
|
@ -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
|
|
|
@ -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.
|
|
@ -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
|
|
@ -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})
|
Loading…
Reference in a new issue