OXIESEC PANEL
- Current Dir:
/
/
opt
/
bitninja-dispatcher
/
node_modules
/
daemonize2
/
examples
/
simple
Server IP: 192.140.57.17
Upload:
Name
Size
Modified
Perms
Actions
📁
..
-
11/19/2025 08:36:23 AM
rwxr-xr-x
📄
app.js
186 bytes
11/19/2025 08:36:23 AM
rw-r--r--
Delete
📄
ctrl.js
322 bytes
11/19/2025 08:36:23 AM
rw-r--r--
Delete
Editing: app.js
Close
var http = require("http"); http.createServer(function(req, res) { res.writeHead(200, { "Content-Type": "text/plain" }); res.end("Hello World"); }).listen(8081);