shell scripts Shell Script to scan common ports This shell script scans common ports and preforms basic checks for vulnerabilities and information gathering. #!/bin/bash skip_ports="" current_dir=`pwd` enum_users="root user admin" unknown_ports="" BLACK="\033[30m" RED="\033[31m" GREEN="\033[32m"