Find open ports on the Linux server using a script
July 11, 2016
Linux General
actsupp-r0cks
0
Create a .sh file with below script and set execute permission for the scrip file. #vi portscan.sh #!/bin/bash #The port numbers PORT1=21 #ftp PORT2=22 #ssh PORT3=25 [...]