# DVWASolver **Repository Path**: curled/DVWASolver ## Basic Information - **Project Name**: DVWASolver - **Description**: A solver with UI written for DVWA. - **Primary Language**: Go - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-04-16 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # DVWASolver ![author](https://img.shields.io/badge/author-Curled-blueviolet.svg?style=plastic) ![license](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=plastic) ## DESCRIPTION A Solver with GUI for DVWA,written in golang. ## HOW TO USE with command: `go build` without command: `go build -ldflags="-H windowsgui"` then run the exe file ## TODO - [x] Brute Force. - [x] GUI. - [x] Command Injection. - [x] File Upload - [x] XSS(Stored) - [ ] Sql Injection. - [ ] etc