Skip to content

secf00tprint/victim_easy_xss_server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Description

Tiny server vulnerable to XSS for testing purposes.

TL;DR

  • sudo docker run -ti --rm -p 127.0.0.1:1185:1185 secf00tprint/victim_easy_xss_server

Build from Dockerfile

  • sudo docker build -t victim_easy_xss_server .
  • sudo docker run -ti --rm -p 127.0.0.1:1185:1185 victim_easy_xss_server

Run from Code

  • goto serverfiles
  • run npm install
  • run: node index.js
  • goto: http://localhost:3000/sessionxss/login

About

Simple Server having XSS vulnerability

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published