Created
September 8, 2015 04:43
-
-
Save vitapluvia/fe171f7d45b29a835b80 to your computer and use it in GitHub Desktop.
MMA CTF 2015 - Stream... Single File Server
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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