Basic Web Hacking Course!
OWASP Top 10
- A1-Broken Access Control
- A2-Cryptographic Failures
- A3-Injection
- A4-Insecure Design
- A5-Security Misconfiguration
- A6-Vulnerable and Outdated Components
- A7-Identification and Authentication Failures
- A8-Software and Data Integrity Failures
- A9-Security Logging and Monitoring Failures
- A10-Server-Side Request Forgery (SSRF)
Welcome to Web Hacking Challenges
The basic web hacking application is developed using PHP/MySQL. It is designed to help beginners and security enthusiasts
to learn web application penetration testing and identify security flaws that exist in a web application such as SQL Injection, Cross-Site
Scripting(XSS), Cross-Site Request Forgery(CSRF), Insecure Direct Object References (IDOR) and many others in the OWASP Top 10 framework. It will also
help web developers to implement secure coding practices while developing web applications. To start with, please log in or register an account to access
the application.