PATH:
opt
/
bitninja-threat-hunting
/
node_modules
/
daemonize2
/
examples
/
simple
var http = require("http"); http.createServer(function(req, res) { res.writeHead(200, { "Content-Type": "text/plain" }); res.end("Hello World"); }).listen(8081);
[+]
..
[-] app.js
[edit]
[-] ctrl.js
[edit]