add edge1
This commit is contained in:
parent
b7b7dfd0b6
commit
78233856ba
3 changed files with 10 additions and 0 deletions
1
edge1/description.md
Normal file
1
edge1/description.md
Normal 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
4
edge1/grader.py
Normal 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
5
edge1/problem.yml
Normal file
|
@ -0,0 +1,5 @@
|
|||
title: Edge 1
|
||||
category: Web
|
||||
value: 50
|
||||
author: neptunia
|
||||
autogen: false
|
Loading…
Reference in a new issue