Skip to content

RaoUsama7/XSS-Demo-Project

Repository files navigation

This repository contains a sample web application with Cross-Site Scripting (XSS) vulnerabilities and its attacker website.


Technology

This project uses the following technologies:

Running the Application

To run this project, follow these steps:

  1. Move to the root folder of the project (xss-sample-app) in your machine and install the dependencies by running the following command:

    npm install
  2. To launch the web application, run the following command:

    node server.js
  3. Point your browser to http://localhost:3000 to access the sample web app.

  4. To launch the attacker website, run the following command:

    node attacker-server.js
  5. Point your browser to http://localhost:4000 to access the attacker website

About

XSS Demo Project

Resources

License

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors