Skip to content

Instantly share code, notes, and snippets.

@vitapluvia
Created September 8, 2015 04:43
Show Gist options
  • Save vitapluvia/fe171f7d45b29a835b80 to your computer and use it in GitHub Desktop.
Save vitapluvia/fe171f7d45b29a835b80 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