View Single Post
Posts: 10 | Thanked: 7 times | Joined on Sep 2010
#573
Good morning All

Originally Posted by aureonfirewire View Post
i have problem with starting metasploit and set in neopwn ,other programs like grim wepa work pefect ,but when i start set ,or metasploit it starting ,and just exit,
tanks for any help
Yes, I experienced the same problem.
Running './msfconsole in the directory gave me a 'path' error apparently regarding the 'shebang' line in the 'msfconsole' file:
!/usr/bin/env ruby
It seems the 'env' 'program' is not providing the correct path to ruby.
When I edited the 'shebang' line on msfconsole to:
!/usr/bin/ruby1.8 without using the 'env' , I can now './msfconsole' in the directory and open a working metasploit console on xterm. See screenshot 02.
THE PROBLEM is this:
When I go to the Neopwn gui. and open metasploit, I get an 'stty' standard input: invalid argument error. See screenshot 04.
There was a bug #426 in the Metasploit archives earlier which gave the same output. The solution at the time was:
http://www.metasploit.com/redmine/issues/426
"The correct fix will be to check for stdin == tty and ignore readline entirely"
If someone with more experience in this can give any advice, Please don't hesitate to give input!

thanx for the input

lost_bro
Attached Images