I hereby claim:
- I am emonti on github.
- I am emonti (https://keybase.io/emonti) on keybase.
- I have a public key whose fingerprint is 9281 C1DF F521 9F9C 2C8F 1608 CB1A 656F B6F8 E778
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| ~ export x="() { :;}; echo vulnerable" | |
| ~ bash -c "echo hi" | |
| vulnerable | |
| hi | |
| ~ sh -c "echo hi" | |
| vulnerable | |
| hi | |
| ~ /bin/sh --version | |
| GNU bash, version 3.2.51(1)-release (x86_64-apple-darwin13) | |
| Copyright (C) 2007 Free Software Foundation, Inc. |
| #!/usr/bin/env ruby | |
| fname = ARGV.shift | |
| fname || exit! | |
| offset = nil | |
| size = nil | |
| `otool -l \"#{fname}\" |grep -A11 ^Section`.split(/^--$/).each do |sect_txt| | |
| lines = sect_txt.lines.map(&:chomp) |