https://github.com/linuxndroid/storexss-lab
SVG Stored XSS Vulnerable Web App In Python
https://github.com/linuxndroid/storexss-lab
hacking-tool linuxndroid stored-xss stored-xss-attacks xss-exploitation xss-vulnerability
Last synced: 27 days ago
JSON representation
SVG Stored XSS Vulnerable Web App In Python
- Host: GitHub
- URL: https://github.com/linuxndroid/storexss-lab
- Owner: Linuxndroid
- Created: 2025-04-06T05:54:08.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2025-04-06T06:34:20.000Z (about 2 months ago)
- Last Synced: 2025-05-08T23:56:06.184Z (27 days ago)
- Topics: hacking-tool, linuxndroid, stored-xss, stored-xss-attacks, xss-exploitation, xss-vulnerability
- Language: Python
- Homepage:
- Size: 10.7 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# StoreXSS-LAB
Stored Based XSS Web App For Practices and Learning Purpose# Requirement
- Python 3.11 or Above
- Laptop
- Internet Connection# How to Start Server
- Step.1: Type in Cmd `python xss.py`
- Step.2 Open Browser And Type `yourip:5000`
- Step.3 User Login Info `user:user123`
- Step.4 Admin Login Info `admin:admin123`# How to Start Attacker Server
- Step.1: Type in Cmd `python cap.py`
- Step.2 Paste Your Server Ip in xss.svg File `yourip:5001`
- Step.3 Upload xss svg file and waitng admin response# Watch Video For More Information.
[](https://www.youtube.com/watch?v=Mnm0C51y6t4)# Check Out More [Hacking Course](https://linuxndroid.in)
Made with ❤️ By Linuxndroid