The Following User Says Thank You to smithyduk For This Useful Post: | ||
|
2010-10-03
, 07:44
|
Posts: 163 |
Thanked: 96 times |
Joined on Feb 2010
@ Israel
|
#572
|
Silly question but why are neopwn patching the wl1251's driver when the source is availible under GPL?
http://www.koders.com/c/fid6F7C1BB28...734.aspx?s=crc
Or am I missing somthing apart from sleep? :-)
|
2010-10-03
, 17:00
|
Posts: 10 |
Thanked: 7 times |
Joined on Sep 2010
|
#573
|
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
|
2010-10-04
, 14:18
|
|
Posts: 346 |
Thanked: 139 times |
Joined on Jan 2008
@ Houston Texas
|
#574
|
|
2010-10-07
, 14:11
|
|
Posts: 293 |
Thanked: 206 times |
Joined on Oct 2009
@ Germnay
|
#575
|
What are you guys using to format the MicroSD to EXT3? Is there anyway I can have NitDroid and NeoPwn on the same MicroSD Card?
Thanks
The Following User Says Thank You to OptX For This Useful Post: | ||
|
2010-10-08
, 10:34
|
|
Posts: 121 |
Thanked: 100 times |
Joined on Jun 2010
|
#576
|
I used gparted in ubuntu to format / partition the SD Card.
Here is a solution to use Multiboot : http://talk.maemo.org/showpost.php?p...&postcount=526
I have Neopwn, Nitdroid, and a native Debian on my 16GB SD
|
2010-10-15
, 06:58
|
Posts: 23 |
Thanked: 0 times |
Joined on Sep 2010
|
#577
|
|
2010-10-16
, 13:45
|
Posts: 42 |
Thanked: 13 times |
Joined on Jun 2010
@ Netherlands
|
#578
|
Good morning All
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
apt-get remove ruby ruby-full cd && wget ftp://ftp.ruby-lang.org//pub/ruby/1.9/ruby-1.9.2-p0.tar.gz tar xvf ruby-1.9.2-p0.tar.gz && cd ruby-1.9.2* && ./configure --prefix=/usr && make && make install # install rubygems cd && wget http://production.cf.rubygems.org/rubygems/rubygems-1.3.7.tgz && tar xvf rubygems-1.3.7.tgz && cd rubygems-1.3.7 && ruby setup.rb
apt-get install postgresql-server-9.0 libpq-dev gem install pq su postgres #you will be prompted for a password. remember the pass createuser -d -S -r -P msf3 createdb --owner=msf3 msf_db exit echo ' db_driver postgresql sh -c "/etc/init.d/postgresql restart" db_connect msf3:[password]@127.0.0.1/msf_db db_workspace -a msf3' > ~/.msf3/msfconsole.rc
The Following 2 Users Say Thank You to sake For This Useful Post: | ||
|
2010-10-18
, 18:07
|
|
Posts: 451 |
Thanked: 424 times |
Joined on Apr 2010
@ England
|
#579
|
|
2010-10-20
, 02:15
|
|
Posts: 24 |
Thanked: 4 times |
Joined on May 2010
@ Groningen, The Netherlands
|
#580
|
http://www.koders.com/c/fid6F7C1BB28...734.aspx?s=crc
Or am I missing somthing apart from sleep? :-)