#!/bin/sh
echo "scanning $1 for open boxes"
./z0ne $1 >$1.hosts
echo "done whoring hosts.. running strobe"
./strobe -i $1.hosts -p 111 -n 900 -o $1.temp
echo "second pass complete now running em through mountd scanner"
./i.pl $1.temp
echo "alldone"
