Stars: 106
Forks: 12
Pull Requests: 0
Issues: 1
Watchers: 3
Last Updated: 2022-05-25 08:04:59
this repository is a docker containing some "XSS vulnerability" challenges and bypass examples.
License:
Languages: Dockerfile, PHP, CSS, Hack, JavaScript
https://hub.docker.com/r/moeinfatehi/xss_vulnerability_challenges/
This repository is a Dockerized php application containing some XSS vulnerability challenges.
The ideas behind challenges are:
Using docker hub (Quickest):
sudo docker run -d -p 9003:80 moeinfatehi/xss_vulnerability_challenges
Help:
-d: detached mode (You can use terminal after running command
-p: specifies port (you can change 8008 to whatever you want. If you don't have a web server on your host, set it to 80)
Using docker-compose:
git clone https://github.com/moeinfatehi/xss_vulnerability_challenges.git
docker-compose up
This project is for Educational purpose ONLY. The usual disclaimer applies, especially the fact that I'm not liable for any damages caused by direct or indirect use of the information or functionality provided by these programs. The author or any Internet provider bears NO responsibility for content or misuse of these programs or any derivatives thereof. By using these project you accept the fact that any damage (dataloss, system crash, system compromise, etc.) caused by the use of this program is not my responsibility.
If you have any further questions, please don't hesitate to contact me via my twitter account.