Skip to content

fayz131/security-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Automated Web Application Security Testing

Project Overview

Automated security testing tool for web applications using DVWA (Damn Vulnerable Web Application) and Python. This project demonstrates common web vulnerabilities and automated penetration testing techniques.

Quick Start

Prerequisites

  • Docker & Docker Compose
  • Python 3.9+

Installation & Usage

# 1. Clone repository
git clone
cd security-project

# 2. Run automatic setup
chmod +x setup.sh
./setup.sh

# 3. Wait 2-3 minutes, then visit:
#    http://localhost:8080
#    Click "Create / Reset Database"

# 4. Run security tests
python hack_dvwa.py

# 5. View the report
#    Open 'security_report.html'

About

Automated web security testing with DVWA and Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published