pkg install nmapnmap -sL -n 104.17.0.0/20 | awk '/Nmap scan report for /{print &NF} > FILENAME.txt
To see the output, type ls . You'll see a list including the saved FILENAME.txt. Type cat FILENAME.txt . It will print the content of the txt file. Then follow the procedures of using it in sslscan.
