https://github.com/0xhunterr/hackademy
Hackademy is a Vulnerable Web Application, Made to practice and study the web security in depth from the Back-end perspective and understands how vulnerabilities get to arise
https://github.com/0xhunterr/hackademy
code-review php vulnerable-web-application web-security
Last synced: about 1 month ago
JSON representation
Hackademy is a Vulnerable Web Application, Made to practice and study the web security in depth from the Back-end perspective and understands how vulnerabilities get to arise
- Host: GitHub
- URL: https://github.com/0xhunterr/hackademy
- Owner: 0xHunterr
- Created: 2024-05-03T12:32:47.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-12T06:55:48.000Z (almost 2 years ago)
- Last Synced: 2025-02-23T21:44:52.561Z (over 1 year ago)
- Topics: code-review, php, vulnerable-web-application, web-security
- Language: JavaScript
- Homepage:
- Size: 16 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hackademy
Hackademy is a simulated e-learning platform riddled with security vulnerabilities, designed for security professionals and ethical hackers to hone their penetration testing skills
Made it to practice the WebSecurity from a Back-end perspective
Here's what you can expect with Hackademy:
- A Range of Vulnerabilities: Practice your skills on a variety of vulnerabilities, from common injection flaws (SQLi, XSS, file uploads..) to misconfigurations and authentication weaknesses.
- A very Good resource to practice your Code Review Skills and spot the vulnerabilities in the code snippets
- You can perform a white box pentesting engagement on it
- MVC design pattern developed with (PHP, Bootstrap template)
# How to install
- `git clone https://github.com/0xHunterr/Hackademy.git`
- Use a web server like `xammp` (make sure to place the project in the right folder, in case `xammp` put it in the `htdocs` folder)
- Make SQL database for your usage
- visit your localhost
# Something to know
I made this lab for personal usage and educational purposes, you will not find the best practices for coding here or the clean code
hope u enjoy it, happy hunting