basic-xss-server

1.0.1 • Public • Published

Basic XSS Server

For educational purposes only.

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

var xss = require('basic-xss-server');

xss.StartXSS();

Package Sidebar

Install

npm i basic-xss-server

Weekly Downloads

2

Version

1.0.1

License

ISC

Unpacked Size

2.04 kB

Total Files

3

Last publish

Collaborators

  • kyaeh