-
-
Save gld1982ltd/29b174233ea1df76e9cb to your computer and use it in GitHub Desktop.
MMA CTF 2015 - Stream... Single File Server
This file contains 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