recon-port-scan

Identify open ports and running services on target hosts.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/0X6C7879/aegissec --skill recon-port-scan-0x6c7879
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: recon-port-scan
Source: https://github.com/0X6C7879/aegissec/tree/main/skills/recon-port-scan
Command: npx skills add https://github.com/0X6C7879/aegissec --skill recon-port-scan-0x6c7879

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires results-storage, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

Port scanning and service fingerprinting are essential for quickly assessing target hosts, identifying exposed services, and enabling informed security decisions.

Core Features & Use Cases

  • Scans with popular tools: nmap, masscan, and rustscan to discover open ports, detect services, and fingerprint operating systems.
  • Generates actionable results: port lists, service versions, OS fingerprints for host inventories, penetration testing, or incident response.
  • Use Case: When hardening a network, run recon-port-scan to map accessible services on a set of hosts and prioritize remediation.

Quick Start

Scan a target with recon-port-scan to produce a consolidated port/service/OS fingerprint report.

Frequently Asked Questions about recon-port-scan

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I scan for open ports and detect running services on target hosts?

You can scan for open ports and detect services using nmap, masscan, and rustscan to produce port lists, service versions, and OS fingerprints for host inventories or penetration testing.

Can I use masscan and rustscan together for fast port discovery on internal networks?

Yes, you can use masscan and rustscan alongside nmap for fast port discovery on internal networks, enabling quick reconnaissance and vulnerability assessment across single hosts or small to medium networks.

What is the best way to fingerprint operating systems during a network reconnaissance audit?

The best way to fingerprint operating systems during a network audit is running a combined scan with nmap and rustscan, which generates OS fingerprints and service versions for informed security decisions.

Does this port scanning approach support output consolidation and error handling?

Yes, this port scanning approach supports optional output consolidation with error handling, generating actionable results like port lists, service versions, and OS fingerprints for incident response or remediation prioritization.

When do I need OS detection and service fingerprinting for vulnerability assessment?

You need OS detection and service fingerprinting for vulnerability assessment when hardening a network, allowing you to map accessible services on target hosts and prioritize remediation effectively.