Information Security Guide
  • Home
  • Author
  • About
Sign in Subscribe

shell scripts

Shell Scripts useful for Information Security Professionals.
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"
Jun 26, 2019 4 min read
Page 1 of 1
Information Security Guide © 2025
Powered by Ghost