nsbin/netzscan
Nico Schottelius d3c6e29902 Initial commit
2006-07-20 09:54:37 +02:00

9 lines
105 B
Text
Executable file

BASE=192.168.0
SMBCLIENT="nmap"
i=0
while [ $i -lt 255 ]; do
$SMBCLIENT "$BASE"."$i"
i=$[$i+1]
done