From: "Peña, Botp" Date: 2002-10-15T18:07:26+09:00 Subject: Re: admin scripting -script to scan network share and open ports > Brian Candler [mailto:B.Candler@pobox.com] asissted: > ... > > I would like to scan my network for network shares and open > ports. How > > do I do this using ruby scripting? > > By using a tool designed to do the job you want: > > mynet = '192.168.5.0/24' > result = `nmap -oX - #{mynet}` > Many thanks sir Brian. I was hoping something in the raa that is made in ruby ;-) -botp