Skip to content

jayashwaS/canhackme

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rawsec's CyberSecurity Inventory GitHub stars GitHub license

CanHackMe

main

CanHackMe is jeopardy CTF platform.

This platform tested on Ubuntu 16.04 + Apache 2.4 + PHP 7.3.

https://canhack.me


How to set-up?

  1. Install Apache 2.4. .htaccess file is not available with other software.

  2. Install PHP 7.3. Lower versions are not supported.

  3. Install php-sqlite3 and php-mbstrings modules.

  4. Set permission to access SQLite database file (default: /@import/confs/.common.db).

  5. Modify /@import/confs/common.php, .hash_salt.txt, .recaptcha_secretkey.txt, .wechall_authkey.txt file. Make sure to change the hash salt (__HASH_SALT__) to a long random string. Don't make it public.

  6. Register an account of administrator at the website.

  7. You must access the sqlite database directly to add notifications and challenges.

About

CanHackMe - Jeopardy CTF Platform

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 86.6%
  • JavaScript 11.7%
  • CSS 1.7%