PortEye is a lightweight and simple Bash Tool designed to scan a range of ports on a target host and determine which ones are open.
-
Updated
Dec 31, 2024 - Shell
PortEye is a lightweight and simple Bash Tool designed to scan a range of ports on a target host and determine which ones are open.
PortPatrol is a comprehensive network management and security tool designed to analyze network traffic and enhance server security by managing and closing unused ports. This tool is particularly useful for administrators who need to ensure that only necessary ports are open on their servers, thereby reducing potential security vulnerabilities.
This tool collects basic information about a target (e.g., domain lookup, WHOIS,nslookup etc.) and identifies open ports and services on a target system (e.g., using socket or Nmap libraries) and performs Vulnerability Assessment Detects known vulnerabilities in the identified services. Command to run: python3 advanceddomainscan.py
This tool performs: 1. Reconnaissance Collects basic information about a target (e.g., domain lookup, WHOIS, etc.). 2. Scanning Identifies open ports and services on a target system (e.g., using socket or Nmap libraries). 3. Vulnerability Assessment Detects known vulnerabilities in the identified services.
OpenPort is a lightweight and easy-to-use port scanner written in Python. It scans the specified target IP address for open ports and displays the results. The tool supports scanning a range of ports and is designed to help you discover potential open services on a remote machine.
Add a description, image, and links to the openportsscanner topic page so that developers can more easily learn about it.
To associate your repository with the openportsscanner topic, visit your repo's landing page and select "manage topics."