Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jcng75/scannpal

A cloud based web vulnerability scanner used to help others protect their websites!
https://github.com/jcng75/scannpal

aws bootstrap5 ec2 ejs html-css java nodejs rds s3 selenium vpc

Last synced: about 10 hours ago
JSON representation

A cloud based web vulnerability scanner used to help others protect their websites!

Awesome Lists containing this project

README

        

### ScannPal - Your Online Detective!

ScannPal was created as our University Senior Design Project from Fall of 2023 to Spring of 2024. Within this project, we used the Java Selenium Library to scan a specified website using multiple virtual machines (EC2 instances) concurrently. Within each virtual machine, we tested for **Cross Site Scripting (XSS)**, **SQL Injections (SQLi)**, and **Command Injection attacks**.

In order to test this application, we hosted a local Docker instance (DVWA) running the attacks on their respective pages.

DVWA: `https://hub.docker.com/r/vulnerables/web-dvwa`