internal-recon

Map live hosts, open ports, services, and critical assets in internal networks using fscan.

1.6k|234|Updated Dec 7, 2019
One-click install
npx skills add https://github.com/wgpsec/AboutSecurity --skill internal-recon
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: internal-recon
Source: https://github.com/wgpsec/AboutSecurity/tree/main/skills/lateral/internal-recon
Command: npx skills add https://github.com/wgpsec/AboutSecurity --skill internal-recon

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

内网侦察和外网侦察的区别:内网通常没有 CDN/WAF 保护,但你的操作空间受限于当前立足点的网络位置。核心目标是快速绘制内网地图——有哪些主机、什么服务、哪些是高价值目标。

Core Features & Use Cases

  • 存活主机发现(fscan 优先)
  • 端口扫描(聚焦关键端口)
  • 关键基础设施定位(域控/数据库/管理系统)
  • 输出内网地图与优先攻击路径
  • Use cases: 在控制域控攻击前先定位域控、数据库、管理系统等关键资产并生成拓扑。

Quick Start

Run an internal reconnaissance workflow to map live hosts, identify open ports and services, and locate critical assets from your current foothold.

Frequently Asked Questions about internal-recon

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

FAQPage Schema
How do I map internal network topology and discover live hosts after gaining a foothold?

Internal network mapping identifies live hosts, open ports, and running services to reveal active assets. It focuses on discovering critical infrastructure like domain controllers, databases, and file servers within the internal network from your current foothold.

What is the best way to locate critical assets like domain controllers during internal reconnaissance?

Locating critical assets during internal reconnaissance involves scanning live hosts and enumerating their services to pinpoint high-value targets. This specifically identifies domain controllers, databases, and file servers within the internal network topology.

Can I use nmap for port scanning if fscan is unavailable during host discovery?

Yes, nmap is supported as a fallback for port scanning when fscan is unavailable. The internal reconnaissance workflow prioritizes fscan for host discovery and service enumeration but seamlessly falls back to nmap to complete topology mapping.

Does internal network reconnaissance require bypassing CDN or WAF protections?

Internal network reconnaissance typically does not face CDN or WAF protections, simplifying host discovery. However, your scanning scope and operational reach are strictly limited by the network position of your current foothold within the topology.

What limitations should I expect when scanning an internal network from a single foothold?

The primary limitation of scanning from a single foothold is restricted network visibility, confining host discovery to accessible subnets. Network segmentation and routing boundaries may prevent the mapping from reaching isolated or firewalled critical infrastructure.

How to generate an internal network map and identify priority attack paths?

Generating an internal network map and priority attack paths requires discovering live hosts and enumerating open ports to locate critical infrastructure. This process outputs the network topology and highlights high-value targets for optimal lateral movement planning.