It could be something I'm doing wrong, kind of new to Ruby. I'm running this on the latest version of Backtrack .
This is what I get when testing:
t# ruby netlist.rb facebook
netlist.rb:2:in `require': no such file to load -- subexec (LoadError)
I did a "gem install subexec":
t# gem install subexec
Successfully installed subexec-0.2.2
1 gem installed
Installing ri documentation for subexec-0.2.2...
Installing RDoc documentation for subexec-0.2.2...
but I still get the same error.
Thanks