Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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!
- Host: GitHub
- URL: https://github.com/jcng75/scannpal
- Owner: jcng75
- Created: 2023-09-25T20:23:51.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-06-19T14:35:42.000Z (8 months ago)
- Last Synced: 2024-06-20T01:26:43.749Z (8 months ago)
- Topics: aws, bootstrap5, ec2, ejs, html-css, java, nodejs, rds, s3, selenium, vpc
- Language: Java
- Homepage:
- Size: 103 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`