#!/bin/bash
LIST=$1
for i in $LIST; do
	./ftp_scanner -h $i.0.0/16 -u users -p pass -t 6 -c 20 -o log -d -k -C &
done
