Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 916 Bytes

README.md

File metadata and controls

30 lines (24 loc) · 916 Bytes

Hack-v2

A Competitive Hacking Platform (CTF) involving different types of attacks and bypassing mechanism to infiltrate the system. There are total 7 stages and with every stage there is a new challenge involving some different kind of hacking technique.

The topics covered are

#Source Code Analysis #Steganography #Authentication Bypassing #Cross-site scripting (XSS - Reflected - Easy) #Cross-site scripting (XSS - Reflected - Hard) #SQL Injection #File Upload Vulnerability

Key Features

  1. Admin Panel
  2. Leaderboard

HOW TO INSTALL

  1. Move the files to your web server.
  2. Create a DB "hck".
  3. Import "hck.sql" to "hck" DB.
  4. Create two users for MySQL DB. i) testAdmin:aA1@admin Admin - root privilages. ii) testUser:aA1@testUser Participant - privilage to only read data (i.e. only for select statements).
  5. Ready to GO.