Wirewasp aims to be a basic spidering and scanning command line interface tool to check for basic SQL injection and XSS vulnerabilities.
Run OWASP Juice Shop in Docker on port 3000 using the command below:
docker run --rm -p 3000:3000 bkimminich/juice-shop
This should run the container if you have it, or pull+run if you don't.
You can then test the tool against it using the CLI command:
deno run wirewasp -u http://localhost:3000
This tool is intended solely for educational and authorized penetration testing purposes.
Unauthorized use of this software against systems you do not own or have explicit permission to test is strictly prohibited and may be a violation of local, state, federal, and international laws.
The author(s) of this project will not be held liable for any misuse or damages caused by this tool.
By using this software, you agree to take full responsibility for your actions and to use it only in a lawful manner.