All Projects → AvalZ → cyber-gym

AvalZ / cyber-gym

Licence: other
Deliberately vulnerable scripts for Web Security training

Programming Languages

HTML
75241 projects
PHP
23972 projects - #3 most used programming language
CSS
56736 projects
javascript
184084 projects - #8 most used programming language
Dockerfile
14818 projects

Projects that are alternatives of or similar to cyber-gym

Miniseminar
Confluence as a backend -> Express -> reveal.js as a presentation -> Profit!
Stars: ✭ 27 (+42.11%)
Mutual labels:  slide, slides
Vue Awesome Swiper
🏆 Swiper component for @vuejs
Stars: ✭ 12,072 (+63436.84%)
Mutual labels:  slide, slides
Cppcon2015
Repository for the slides and the code of my CppCon 2015 talks.
Stars: ✭ 77 (+305.26%)
Mutual labels:  slide, slides
Intruderpayloads
A collection of Burpsuite Intruder payloads, BurpBounty payloads, fuzz lists, malicious file uploads and web pentesting methodologies and checklists.
Stars: ✭ 2,779 (+14526.32%)
Mutual labels:  injection, sql-injection
diwa
A Deliberately Insecure Web Application
Stars: ✭ 32 (+68.42%)
Mutual labels:  sql-injection, web-security
slides
No description or website provided.
Stars: ✭ 27 (+42.11%)
Mutual labels:  slide, slides
Vue Slide Bar
🎢 A Simple Vue Slider Bar Component.
Stars: ✭ 129 (+578.95%)
Mutual labels:  slide, slides
sqlinjection-training-app
A simple PHP application to learn SQL Injection detection and exploitation techniques.
Stars: ✭ 56 (+194.74%)
Mutual labels:  sql-injection, web-security
solutions-bwapp
In progress rough solutions to bWAPP / bee-box
Stars: ✭ 158 (+731.58%)
Mutual labels:  sql-injection, directory-traversal
Vue Infinite Slide Bar
∞ Infinite slide bar component (no dependency and light weight 1.48 KB)
Stars: ✭ 190 (+900%)
Mutual labels:  slide, slides
Sql Injection Payload List
🎯 SQL Injection Payload List
Stars: ✭ 716 (+3668.42%)
Mutual labels:  injection, sql-injection
slides
Alexander Makarov conference slides
Stars: ✭ 26 (+36.84%)
Mutual labels:  slide, slides
gDorks
Vulnerable website scraper
Stars: ✭ 25 (+31.58%)
Mutual labels:  injection, sql-injection
Hacker Slides
A small UI for building presentation slides from markdown markup
Stars: ✭ 316 (+1563.16%)
Mutual labels:  slide, slides
Hacker101
Source code for Hacker101.com - a free online web and mobile security class.
Stars: ✭ 12,246 (+64352.63%)
Mutual labels:  sql-injection, web-security
Slidehub
SlideHub is an Open Source Slide Sharing Application for Azure / AWS
Stars: ✭ 120 (+531.58%)
Mutual labels:  slide, slides
Xss Payload List
🎯 Cross Site Scripting ( XSS ) Vulnerability Payload List
Stars: ✭ 2,617 (+13673.68%)
Mutual labels:  xss-vulnerability, xss-exploitation
Kittik
Create slides in TypeScript and present them in the terminal using ASCII only!
Stars: ✭ 147 (+673.68%)
Mutual labels:  slide, slides
magicRecon
MagicRecon is a powerful shell script to maximize the recon and data collection process of an objective and finding common vulnerabilities, all this saving the results obtained in an organized way in directories and with various formats.
Stars: ✭ 478 (+2415.79%)
Mutual labels:  sql-injection, xss-vulnerability
cppcon2015
Repository for the slides and the code of my CppCon 2015 talks.
Stars: ✭ 93 (+389.47%)
Mutual labels:  slide, slides

Cyber Gym

Deliberately vulnerable PHP scripts for Web Security training

An array of vulnerable Web pages to test security tools or manual assessment.

Usage (Docker)

Prerequisites

Setup

  1. Clone this repository
    • git clone https://github.com/AvalZ/cyber-gym.git or
    • git clone [email protected]:AvalZ/cyber-gym.git or
    • download the zip from here and unzip it in a local folder.
  2. cd cyber-gym/ (or cd cyber-gym-master if you downloaded the zip)
  3. docker-compose up
  4. Browse http://127.0.0.1:8080
  5. Create a table named 'accounts' or go to http://127.0.0.1:8080/db/setup_db.php
  6. Done!

Usage (Vagrant)

Prerequisites

Setup

  1. Clone this repository
    • git clone https://github.com/AvalZ/cyber-gym.git or
    • git clone [email protected]:AvalZ/cyber-gym.git or
    • download the zip from here and unzip it in a local folder.
  2. cd cyber-gym/ (or cd cyber-gym-master if you downloaded the zip)
  3. vagrant up
  4. Browse http://192.168.33.10
  5. Create a table named 'accounts' or go to http://192.168.33.10/db/setup_db.php
  6. Done!

Useful links

ZenHackademy

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].