https://github.com/pixelcaliber/xss-sql-vulnerabilities
Demonstration of the XSS vulnerability and SQL Injection using simple CRUD application and postgres as a database
https://github.com/pixelcaliber/xss-sql-vulnerabilities
postgresql sql-injection xss-vulnerability
Last synced: 3 months ago
JSON representation
Demonstration of the XSS vulnerability and SQL Injection using simple CRUD application and postgres as a database
- Host: GitHub
- URL: https://github.com/pixelcaliber/xss-sql-vulnerabilities
- Owner: pixelcaliber
- Created: 2024-01-25T17:35:21.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-02-03T06:16:21.000Z (over 2 years ago)
- Last Synced: 2025-06-26T09:06:59.682Z (about 1 year ago)
- Topics: postgresql, sql-injection, xss-vulnerability
- Language: Python
- Homepage:
- Size: 4.88 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# XSS-vulnerability and SQL-Injection
Demonstrating the XSS vulnerability and SQL Injection using simple CRUD application
- Utilized postgres as a database
tech-stack: Python, flask and postgres