3 comments

[ 3.9 ms ] story [ 16.6 ms ] thread
The entire hack runs in one line of bash:

while true; do { echo -e 'HTTP/1.1 200 OK\r\n'; fortune -s | cowsay; } | nc -l 8080; done

Consider changing the headers to text/plain rather than text/html - then it will be perfection.