-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathREADME.md~
54 lines (43 loc) · 1.08 KB
/
README.md~
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
ehack-ctf
=========
EHack CTF Event
This is the official repo for the ehack-ctf event.
Procedure
=========
1. Simply run composer to install all dependencies
2. Copy the following `parameters.yml` and replace appropriately
```yaml
parameters:
database_driver: pdo_mysql
database_host: 127.0.0.1
database_port: '3306'
database_name:
database_user:
database_password:
mailer_transport: smtp
mailer_host: 127.0.0.1
mailer_user: null
mailer_password: null
locale: en
secret: dab4148f21d1070312ebddd97ba4339a5
database_path: null
max_per_team: 5
key: ehacencrykeandecrypdo33659198501
iv: thfirske48130729
facebook_client_secret:
facebook_client_id:
google_client_id:
google_client_secret:
twitter_client_id:
twitter_client_secret:
```
3. Enjoy the show.
Admin
=====
There are quite a few TODOs. To access the admin panel, look in the
`config.yml` file. There's a (temporary) in-memory DB of admin-users.
The official admin is:
```yml
username: admin
password: PASS_word
```