Skip to content

kyaEH/NodeJS-BasicXSSClientServer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Basic XSS Server

Licence: MIT

Prerequisites

IP and HTTP modules are installed into the node modules folder of the package, but in case you would remove them:

npm i ip
var ip = require('ip')
var http = require('http')

Run

https://github.com/kyaEH/NodeJS-BasicXSSClientServer.git ServerXSS
cd ServerXSS
npm start