├── .gitignore ├── LICENSE ├── README.md ├── gulpfile.js ├── package.json ├── src └── poc.js └── targets.zip /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gattermeier/nodejs-virus/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gattermeier/nodejs-virus/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gattermeier/nodejs-virus/HEAD/README.md -------------------------------------------------------------------------------- /gulpfile.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gattermeier/nodejs-virus/HEAD/gulpfile.js -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gattermeier/nodejs-virus/HEAD/package.json -------------------------------------------------------------------------------- /src/poc.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gattermeier/nodejs-virus/HEAD/src/poc.js -------------------------------------------------------------------------------- /targets.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gattermeier/nodejs-virus/HEAD/targets.zip --------------------------------------------------------------------------------