Skip to content
This repository was archived by the owner on May 1, 2022. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
Empty file modified .gitattributes
100644 → 100755
Empty file.
Empty file modified .gitignore
100644 → 100755
Empty file.
18 changes: 0 additions & 18 deletions .htaccess

This file was deleted.

Empty file modified CONTRIBUTING.md
100644 → 100755
Empty file.
84 changes: 84 additions & 0 deletions Vagrantfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,84 @@
# -*- mode: ruby -*-
# vi: set ft=ruby :

# All Vagrant configuration is done below. The "2" in Vagrant.configure
# configures the configuration version (we support older styles for
# backwards compatibility). Please don't change it unless you know what
# you're doing.
Vagrant.configure(2) do |config|
# The most common configuration options are documented and commented below.
# For a complete reference, please see the online documentation at
# https://docs.vagrantup.com.

# Every Vagrant development environment requires a box. You can search for
# boxes at https://atlas.hashicorp.com/search.
config.vm.box = "waratek/kali-mini"

# Disable automatic box update checking. If you disable this, then
# boxes will only be checked for updates when the user runs
# `vagrant box outdated`. This is not recommended.
# config.vm.box_check_update = false

# Create a forwarded port mapping which allows access to a specific port
# within the machine from a port on the host machine. In the example below,
# accessing "localhost:8080" will access port 80 on the guest machine.
config.vm.network "forwarded_port", guest: 80, host: 8008

config.vm.provision "shell",
inline: "sudo rm -rf /var/www/html"
config.vm.provision "shell",
inline: "sudo ln -s /vagrant /var/www/html"
config.vm.provision "shell",
inline: "sudo chmod -R 777 /var/www/html"
config.vm.provision "shell",
inline: "cd /var/www/html"
config.vm.provision "shell",
inline: "sudo chmod 777 ."
config.vm.provision "shell",
inline: "sudo service apache2 start && sudo mysqld_safe --skip-grant-tables"

# Create a private network, which allows host-only access to the machine
# using a specific IP.
# config.vm.network "private_network", ip: "192.168.33.10"

# Create a public network, which generally matched to bridged network.
# Bridged networks make the machine appear as another physical device on
# your network.
# config.vm.network "public_network"

# Share an additional folder to the guest VM. The first argument is
# the path on the host to the actual folder. The second argument is
# the path on the guest to mount the folder. And the optional third
# argument is a set of non-required options.
# config.vm.synced_folder "../data", "/vagrant_data"

# Provider-specific configuration so you can fine-tune various
# backing providers for Vagrant. These expose provider-specific options.
# Example for VirtualBox:
#
# config.vm.provider "virtualbox" do |vb|
# # Display the VirtualBox GUI when booting the machine
# vb.gui = true
#
# # Customize the amount of memory on the VM:
# vb.memory = "1024"
# end
#
# View the documentation for the provider you are using for more
# information on available options.

# Define a Vagrant Push strategy for pushing to Atlas. Other push strategies
# such as FTP and Heroku are also available. See the documentation at
# https://docs.vagrantup.com/v2/push/atlas.html for more information.
# config.push.define "atlas" do |push|
# push.app = "YOUR_ATLAS_USERNAME/YOUR_APPLICATION_NAME"
# end

# Enable provisioning with a shell script. Additional provisioners such as
# Puppet, Chef, Ansible, Salt, and Docker are also available. Please see the
# documentation for more information about their specific syntax and use.
# config.vm.provision "shell", inline: <<-SHELL
# sudo apt-get update
# sudo apt-get install -y apache2
# SHELL
end
Empty file modified admin/assets/css/nestable.css
100644 → 100755
Empty file.
Empty file modified admin/assets/js/jquery-1.10.2.min.js
100644 → 100755
Empty file.
Empty file modified admin/assets/js/jquery.nestable.js
100644 → 100755
Empty file.
Empty file modified admin/controller/class.AddUserController.php
100644 → 100755
Empty file.
Empty file modified admin/controller/class.OptionsController.php
100644 → 100755
Empty file.
Empty file modified admin/controller/class.ShowClassController.php
100644 → 100755
Empty file.
Empty file modified admin/model/class.ClassChallenges.php
100644 → 100755
Empty file.
Empty file modified admin/model/class.ClassMemberships.php
100644 → 100755
Empty file.
Empty file modified admin/model/class.Classes.php
100644 → 100755
Empty file.
Empty file modified admin/model/class.MenuBackend.php
100644 → 100755
Empty file.
Empty file modified admin/model/class.Options.php
100644 → 100755
Empty file.
Empty file modified admin/model/class.PageBackend.php
100644 → 100755
Empty file.
Empty file modified admin/model/class.ScoringRuleBackend.php
100644 → 100755
Empty file.
Empty file modified admin/model/class.UserChallenges.php
100644 → 100755
Empty file.
Empty file modified admin/pages/menumanager.php
100644 → 100755
Empty file.
Empty file modified admin/pages/options.php
100644 → 100755
Empty file.
Empty file modified admin/view/dashboard.tpl
100644 → 100755
Empty file.
Empty file modified admin/view/menumanager.tpl
100644 → 100755
Empty file.
Empty file modified admin/view/options.tpl
100644 → 100755
Empty file.
Empty file modified admin/view/showclass.tpl
100644 → 100755
Empty file.
Empty file modified assets/css/index.php
100644 → 100755
Empty file.
Empty file modified assets/images/index.php
100644 → 100755
Empty file.
Empty file modified assets/index.php
100644 → 100755
Empty file.
Empty file modified challenges/README
100644 → 100755
Empty file.
Empty file modified challenges/ch002/index.php
100644 → 100755
Empty file.
Empty file modified challenges/ch003/index.php
100644 → 100755
Empty file.
Empty file modified challenges/ch004/index.php
100644 → 100755
Empty file.
Empty file modified challenges/ch009/index.php
100644 → 100755
Empty file.
Empty file modified challenges/ch021/backup/passwds
100644 → 100755
Empty file.
Empty file modified challenges/ch021/backup/seo1.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified challenges/ch021/ch021.xml
100644 → 100755
Empty file.
Empty file modified challenges/ch021/index.php
100644 → 100755
Empty file.
Empty file modified challenges/ch022/auth.php.txt
100644 → 100755
Empty file.
Empty file modified challenges/ch022/ch022.xml
100644 → 100755
Empty file.
Empty file modified challenges/ch022/index.php
100644 → 100755
Empty file.
Empty file modified challenges/ch023/.htaccess
100644 → 100755
Empty file.
Empty file modified challenges/ch023/ch023.xml
100644 → 100755
Empty file.
Empty file modified challenges/ch023/hidden/.htaccess
100644 → 100755
Empty file.
Empty file modified challenges/ch023/hidden/index.php
100644 → 100755
Empty file.
Empty file modified challenges/ch023/hidden_key/.htpasswd
100644 → 100755
Empty file.
Empty file modified challenges/ch023/hint_1492.txt
100644 → 100755
Empty file.
Empty file modified challenges/ch023/hints.jpeg
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified challenges/ch023/hints.txt
100644 → 100755
Empty file.
Empty file modified challenges/ch023/index.php
100644 → 100755
Empty file.
Empty file modified challenges/ch023/logo.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified challenges/ch023/rules.txt
100644 → 100755
Empty file.
Empty file modified challenges/ch023/rules2.jpeg
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified challenges/ch023/winner.jpeg
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified challenges/ch023/winner.txt
100644 → 100755
Empty file.
Empty file modified challenges/ch024/ch024.xml
100644 → 100755
Empty file.
Empty file modified challenges/ch024/index.php
100644 → 100755
Empty file.
Empty file modified challenges/ch024/logo2.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified challenges/ch024/logs.pcap
100644 → 100755
Empty file.
Empty file modified challenges/ch024/products/2.jpg
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified challenges/ch024/products/3.jpg
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified challenges/ch024/products/4.jpg
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified challenges/ch024/products/5.jpg
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified challenges/ch025/back.jpg
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified challenges/ch025/ch025.xml
100644 → 100755
Empty file.
Empty file modified challenges/ch025/index.php
100644 → 100755
Empty file.
Empty file modified challenges/ch025/login.jpg
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified challenges/ch025/logo2.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified challenges/ch025/logo3.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified challenges/ch025/sc.php
100644 → 100755
Empty file.
Empty file modified challenges/ch026/1lt.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified challenges/ch026/1rt.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified challenges/ch026/2lt.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified challenges/ch026/2rt.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified challenges/ch026/alice.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified challenges/ch026/ch026.xml
100644 → 100755
Empty file.
Empty file modified challenges/ch026/eve.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified challenges/ch026/index.php
100644 → 100755
Empty file.
Empty file modified challenges/ch027/ch027.xml
100644 → 100755
Empty file.
Empty file modified challenges/ch027/index.php
100644 → 100755
Empty file.
Empty file modified challenges/ch027/logo2.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified challenges/ch027/newspaper.jpg
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified challenges/ch027/results.txt
100644 → 100755
Empty file.
Empty file modified challenges/ch028/1lt.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified challenges/ch028/1rt.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified challenges/ch028/2lt.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified challenges/ch028/2rt.png
100644 → 100755
Empty file modified challenges/ch028/alice.png
100644 → 100755
Empty file modified challenges/ch028/ch028.xml
100644 → 100755
Empty file.
Empty file modified challenges/ch028/eve.png
100644 → 100755
Empty file modified challenges/ch028/index.php
100644 → 100755
Empty file.
Empty file modified challenges/ch029/ch029.xml
100644 → 100755
Empty file.
Empty file modified challenges/ch029/forum.php
100644 → 100755
Empty file.
Empty file modified challenges/ch029/forum.png
100644 → 100755
Empty file modified challenges/ch029/index.php
100644 → 100755
Empty file.
Empty file modified challenges/ch029/rt.png
100644 → 100755
Empty file modified challenges/ch030/ch030.xml
100644 → 100755
Empty file.
Empty file modified challenges/ch030/cipher.txt
100644 → 100755
Empty file.
Empty file modified challenges/ch030/index.php
100644 → 100755
Empty file.
Empty file modified challenges/ch030/logo.png
100644 → 100755
Empty file modified challenges/ch030/public.txt
100644 → 100755
Empty file.
Empty file modified challenges/ch031/ch031.xml
100644 → 100755
Empty file.
Empty file modified challenges/ch031/checkmyluck.c
100644 → 100755
Empty file.
Empty file modified challenges/ch031/index.php
100644 → 100755
Empty file.
Empty file modified challenges/ch031/lucky_draw1.jpg
100644 → 100755
Empty file modified challenges/ch032/ch032.xml
100644 → 100755
Empty file.
Empty file modified challenges/ch032/help.jpg
100644 → 100755
Empty file modified challenges/ch032/index.php
100644 → 100755
Empty file.
Empty file modified challenges/ch032/scripts/Debugging: Output of GDB.txt
100644 → 100755
Empty file.
Empty file modified challenges/ch032/scripts/main-file-thats-executed.c
100644 → 100755
Empty file.
Empty file modified challenges/ch033/.goutputstream-PDFBHX
100644 → 100755
Empty file.
Empty file modified challenges/ch033/ch033.xml
100644 → 100755
Empty file.
Empty file modified challenges/ch033/index.php
100644 → 100755
Empty file.
Empty file modified challenges/ch033/qsazlkd.php
100644 → 100755
Empty file.
Empty file modified challenges/ch033/save_planet.png
100644 → 100755
Empty file modified challenges/ch034/ch014.xml~
100644 → 100755
Empty file.
Empty file modified challenges/ch034/ch034.xml
100644 → 100755
Empty file.
Empty file modified challenges/ch034/index.php
100644 → 100755
Empty file.
Empty file modified challenges/ch034/index.php~
100644 → 100755
Empty file.
Empty file modified challenges/ch034/logos/1.jpg
100644 → 100755
Empty file modified challenges/ch034/logos/2.jpg
100644 → 100755
Empty file modified challenges/ch034/logos/3.jpg
100644 → 100755
Empty file modified challenges/ch034/mobi_store.png
100644 → 100755
Empty file modified challenges/ch034/start_db.php
100644 → 100755
Empty file.
Empty file modified challenges/ch034/stop_db.php
100644 → 100755
Empty file.
Empty file modified challenges/ch035/ch035.xml
100644 → 100755
Empty file.
Empty file modified challenges/ch035/index.php
100644 → 100755
Empty file.
Empty file modified challenges/ch036/alien.php
100644 → 100755
Empty file.
Empty file modified challenges/ch036/announcement.png
100644 → 100755
Empty file modified challenges/ch036/ch036.xml
100644 → 100755
Empty file.
Empty file modified challenges/ch036/index.php
100644 → 100755
Empty file.
Empty file modified challenges/ch036/text_replacer.png
100644 → 100755
Empty file modified challenges/ch037/background.jpg
100644 → 100755
Empty file modified challenges/ch037/cal.txt
100644 → 100755
Empty file.
Empty file modified challenges/ch037/cal2.txt
100644 → 100755
Empty file.
Empty file modified challenges/ch037/calendar.png
100644 → 100755
Empty file modified challenges/ch037/ch037.xml
100644 → 100755
Empty file.
Empty file modified challenges/ch037/index.php
100644 → 100755
Empty file.
Empty file modified challenges/ch037/savedpassword.txt
100644 → 100755
Empty file.
Empty file modified challenges/ch038/.htaccess
100644 → 100755
Empty file.
Empty file modified challenges/ch038/ch038.xml
100644 → 100755
Empty file.
Empty file modified challenges/ch038/index.php
100644 → 100755
Empty file.
Empty file modified challenges/ch038/key.txt
100644 → 100755
Empty file.
Empty file modified challenges/ch038/spell.png
100644 → 100755
Empty file modified challenges/ch038/spell.shtml
100644 → 100755
Empty file.
Empty file modified challenges/ch039/ch039.xml
100644 → 100755
Empty file.
Empty file modified challenges/ch039/encrypted1.txt
100644 → 100755
Empty file.
Empty file modified challenges/ch039/encrypted2.txt
100644 → 100755
Empty file.
Empty file modified challenges/ch039/index.php
100644 → 100755
Empty file.
Empty file modified challenges/ch039/index.php~
100644 → 100755
Empty file.
Empty file modified challenges/ch039/plain1.txt
100644 → 100755
Empty file.
Empty file modified challenges/ch039/xor1.png
100644 → 100755
Empty file modified challenges/ch040/backup_secret/emails
100644 → 100755
Empty file.
Empty file modified challenges/ch040/backup_secret/mapping
100644 → 100755
Empty file.
Empty file modified challenges/ch040/backup_secret/passwds
100644 → 100755
Empty file.
Empty file modified challenges/ch040/ch040.xml
100644 → 100755
Empty file.
Empty file modified challenges/ch040/index.php
100644 → 100755
Empty file.
Empty file modified challenges/ch040/robots.txt
100644 → 100755
Empty file.
Empty file modified challenges/ch040/seo1.png
100644 → 100755
Binary file added challenges/ch041/football2.jpg
Binary file added challenges/ch041/happy.jpg
Binary file added challenges/ch041/images/happy.jpg
Binary file added challenges/ch041/images/images.jpg
Binary file added challenges/ch041/images/sad.jpg
Loading