Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zjlywjh001/PhrackCTF-Platform-Team
CTF platfrom(Team Version) developed by Jarvis from Phrack Team. 做一个功能最全的CTF平台。
https://github.com/zjlywjh001/PhrackCTF-Platform-Team
Last synced: 21 days ago
JSON representation
CTF platfrom(Team Version) developed by Jarvis from Phrack Team. 做一个功能最全的CTF平台。
- Host: GitHub
- URL: https://github.com/zjlywjh001/PhrackCTF-Platform-Team
- Owner: zjlywjh001
- License: apache-2.0
- Created: 2016-06-17T14:20:49.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-27T15:42:13.000Z (over 6 years ago)
- Last Synced: 2024-08-05T17:27:25.776Z (4 months ago)
- Language: Java
- Size: 8.64 MB
- Stars: 189
- Watchers: 7
- Forks: 41
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-hacking-lists - zjlywjh001/PhrackCTF-Platform-Team - CTF platfrom(Team Version) developed by Jarvis from Phrack Team. 做一个功能最全的CTF平台。 (Java)
README
# PhrackCTF-Platform-Team
This is the full version of phrackCTF-Platform including backend & frontend. This platform is for team competition, user register as single person and then create team to take part in competition. Personal version is here:[https://github.com/zjlywjh001/PhrackCTF-Platform-Personal](https://github.com/zjlywjh001/PhrackCTF-Platform-Personal)
虽然我不能保证这是前端最炫的CTF平台,但我相信这会是后台功能最友好的CTF平台。Based on Spring and SpringMVC framework.
### Demo
See demo photos here [http://photo.163.com/zjlywjh002/#m=1&aid=303094421&p=1](http://photo.163.com/zjlywjh002/#m=1&aid=303094421&p=1)
## Techniques### Base Framework
spring & spring MVC
### Database Connect Pool:
Alibaba Druid
### SQL mapper framework
Mybatis
### Security framework
Apache Shrio### Database
postgresql-9.5### FrontEnd
Bootstrap & jQuery## Notice
It's highly recommanded to use https when deploy this platform.
Before using :
1. Install umeditor maven dependencies commons-fileupload-1.2.2.jar and ueditor-mini.jar in src/main/webapp/umeditor/jsp to local Maven repository:
**mvn install:install-file -Dfile=path_to_umeditor_mini_jar\ueditor-mini.jar -DgroupId=umeditor -DartifactId=ueditor-mini -Dversion=1.2.2 -Dpackaging=jar -DgeneratePom=true -DcreateChecksum=true**
2. Set mail server info in resources/spring-mail.xml because this platform using mail system to activate user.
3. Set database information in system.properties
4. Mail template in mail.properties
5. Create a user and set column "role" to "admin" for setting a user as administrator.
6. ***Important Security Issue!!! Change Cookie Encryption key in spring-shiro.xml before deployment.***## Docker
The docker image for this project is available now.
See here: https://github.com/zjlywjh001/phrackCTF-Team-Docker## License
Apache Public License v2.