Thanks to visit codestin.com
Credit goes to Github.com

Skip to content

Hands-on Vulnerability Assessment & Pentesting Lab using DVWA hosted on Metasploitable and attacked from Kali Linux. Simulates OWASP Top 10 web vulnerabilities like SQLi, XSS, CSRF, and more using real-world tools such as SQLmap, Hydra, Burp Suite, and manual exploitation. Includes report, screenshots, and attack walkthroughs.

Notifications You must be signed in to change notification settings

jagruth97/DVWA-VAPT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

3 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ”“ Vulnerability Assessment & Pentesting Lab (DVWA)

This project simulates real-world web attacks on the Damn Vulnerable Web Application (DVWA) hosted on Metasploitable, using Kali Linux as the attacker. It demonstrates core OWASP vulnerabilities with tools like SQLmap, Hydra, Burp Suite, and manual testing techniques.

βš™οΈ Lab Setup

VM Role Description
Kali Linux Attacker Nmap, SQLmap, Hydra, Burp Suite
Metasploitable Target DVWA (SQLi, XSS, CSRF, CMD Injection)

Network: Bridged, same subnet

Project Structure

dvwa-vapt-lab/
β”œβ”€β”€ docs/
β”‚   β”œβ”€β”€ DVWA_VAPT_Report.docx
β”‚   └── DVWA_VAPT_Report.pdf
β”œβ”€β”€ screenshots/
β”œβ”€β”€ README.md
β”œβ”€β”€ attack_walkthrough.md
β”œβ”€β”€ vulnerability_findings.md
└── csrf_attack.html (PoC file if CSRF-medium)

πŸ§ͺ Simulated Attacks

Attack Type Tool Notes
SQL Injection SQLmap DB enumeration, bypass login
Command Injection Browser/Burp Executed id, uname -a
Auth Bypass Manual ' or '1'='1 exploited login form
FTP Brute Force Hydra Cracked msfadmin via vsftpd
XSS (Reflected/Stored) Browser Alert popups captured
CSRF (Medium Security) HTML PoC Tokenless GET attack crafted & worked

πŸ“„ Documentation

πŸ“Έ Screenshots

Found in /screenshots folder β€” includes commands, Burp Suite captures, payloads, and success indicators.

βœ… Resume Value

This project demonstrates practical offensive security skills, tool usage, manual and automated exploitation, and modern reporting β€” all documented in a reproducible GitHub repository.

About

Hands-on Vulnerability Assessment & Pentesting Lab using DVWA hosted on Metasploitable and attacked from Kali Linux. Simulates OWASP Top 10 web vulnerabilities like SQLi, XSS, CSRF, and more using real-world tools such as SQLmap, Hydra, Burp Suite, and manual exploitation. Includes report, screenshots, and attack walkthroughs.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages