Skip to content

Instantly share code, notes, and snippets.

@gld1982ltd
Forked from vitapluvia/simple-mms-server.js
Created January 23, 2016 17:44
Show Gist options
  • Save gld1982ltd/29b174233ea1df76e9cb to your computer and use it in GitHub Desktop.
Save gld1982ltd/29b174233ea1df76e9cb to your computer and use it in GitHub Desktop.
MMA CTF 2015 - Stream... Single File Server
m=require; m('http').createServer(function(_, r) {r.end(m('fs').readFileSync("extracted"))}).listen(4444);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment