add edge1

This commit is contained in:
neptunia 2017-03-12 10:36:19 -04:00
parent b7b7dfd0b6
commit 78233856ba
3 changed files with 10 additions and 0 deletions

1
edge1/description.md Normal file
View file

@ -0,0 +1 @@
We found Edge inc's website! Take a look at it [here](http://edge1.web.easyctf.com).

4
edge1/grader.py Normal file
View file

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

5
edge1/problem.yml Normal file
View file

@ -0,0 +1,5 @@
title: Edge 1
category: Web
value: 50
author: neptunia
autogen: false