for serv in `cat serv.txt`; do nc -v $serv -z 1723 | grep open; done
for serv in `cat serv.txt`; do nmap $serv -p 1723 | grep open; done