Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 348 Bytes

README.md

File metadata and controls

21 lines (17 loc) · 348 Bytes

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