diff options
author | maride <maride@darknebu.la> | 2018-08-14 17:28:47 +0200 |
---|---|---|
committer | maride <maride@darknebu.la> | 2018-08-14 17:28:47 +0200 |
commit | 6a66ed60af5ba83d3e9c064d41dbd1b7a0f23468 (patch) | |
tree | 5c940674cfbcc93b52eb9ed87c78f1236976a859 /src/main.go | |
parent | 728e93e07648adb84c83f77687077d18987e0319 (diff) |
Add challenges
Diffstat (limited to 'src/main.go')
-rw-r--r-- | src/main.go | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/main.go b/src/main.go index 519943a..8ca13a7 100644 --- a/src/main.go +++ b/src/main.go @@ -10,8 +10,13 @@ func main() { registerHTTPFlags() registerSessionFlags() registerCredentialsFlags() + registerSeedFlags() flag.Parse() + // Read challenges from file + getChallengesFromSeedFile() + generateJSONFromChallenges() + // Run HTTP server log.Fatalln(runHTTPServer()) } \ No newline at end of file |