All Projects → SecWiki → ctf-hub

SecWiki / ctf-hub

Licence: other
CTF 题目列表

Programming Languages

python
139335 projects - #7 most used programming language
PHP
23972 projects - #3 most used programming language
Dockerfile
14818 projects
HTML
75241 projects
shell
77523 projects

CTF-HUB

Brief introduction

This is the first time we have written a project, some of which are collected from other CTF competitions. Still others are written by myself. Maybe these questions are not enough for the big guys, but doing things is to do well. The work is need near perfect.I hope to bring you happiness.

CTF Topic list

  • Web

    • web_1
    • web_2
    • web_3
    • web_4
    • web_5
    • web_6
    • web_7
  • Misc

    • Misc_1
    • Misc_2
    • Misc_3
    • Misc_4
    • Misc_5
    • Misc_6
    • Misc_7
    • Misc_8
    • Misc_9
    • Misc_10
    • Misc_11
    • Misc_12
  • Crypto

    • hex
    • base
  • Android

    • And_1
  • Reverse

    • re_1
    • re_2
    • re_3
    • re_4
  • Pwn

Configuration method

# Need python environment, you also need to install pip

# installation docker
curl -s https://get.docker.com/ | sh

# Start the docker service
service docker start

# Install compose
pip install docker-compose 

# Other operating system installations of docker and docker-compose may be slightly different, please read the Docker documentation for installation.

# Pull project
git clone https://github.com/SecWiki/ctf-hub/ctf-hub.git
cd ctf-hub

# Enter the environment directory of a vulnerability
cd web/web1

# Automated compilation
docker-compose build

# Start the entire environment
docker-compose up -d
  • There is a corresponding documentation in each environment directory, please read this file for vulnerability/environment testing.

Project maintenance

Disclaimer

Do not use it for illegal purposes, otherwise the serious consequences will not be related to this project.。

Reference link

Reprint

Reprinted source:https://github.com/SecWiki/ctf-hub/

©WUJINLIN,sh1llc0de 2018

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].