CorruptSaveState

The ramblings of a madman.

One Line Webserver

Avatar
Posted by Oshuma, on May 15, 2008 - 0 comments
Tags: ruby

I found this while browsing DZone Snippets:

It’s a goddamn one line web server. Run that line, then point your browser to ‘http://localhost:3125/path/to/file’. (5^5 = 3125), which gives you the port. Sick.

Add Comment