Intranet Pentest Advanced logo

Intranet Pentest Advanced

OrganizationPopular
Netw0rkNoob
intranet-pentest-advanced

内网渗透高级 — 横向移动、凭据窃取、提权、持久化、隧道代理、AD攻击、ADCS滥用、Exchange/SharePoint攻击

Overview

PublisherNetw0rkNoob
RepositoryVulnClaw
Skill nameintranet-pentest-advanced
Stars
3.4K
Forks
454
Bundled files
15
LicenseMIT
Links
  • Markdown instructions

    A SKILL.md file the model loads on demand, so it only costs tokens when a request actually matches.

  • Works with any LLM

    AI skills are plain Markdown, not provider-specific code, so this works with GPT, Claude, Gemini, Grok, or a local model.

  • 15 bundled files

    Scripts, templates, and references the model can read while it works. Files are read-only and never executed.

  • Open source

    Published by Netw0rkNoob on GitHub. Read the source before you install it.

Installation

Install the Intranet Pentest Advanced AI skill in TypingMind to use it with any LLM, or drop it into another agent that reads SKILL.md.

1

Install in TypingMind

TypingMind installs a skill straight from its GitHub folder — it reads SKILL.md, bundles the resource files, and stores the result locally.

  1. Open the app and go to Plugins → Skills.
  2. Choose "Install from GitHub".
  3. Paste the skill folder URL below and confirm.
  4. Enable the skill in any chat where you want it available.
Plugins → Skills → Add skill → From GitHub URL, then paste the folder URL and press Continue.
2

Install in another agent

Any agent that reads the Agent Skills format can use this skill — copy the folder into that agent's skills directory.

Claude Code — .claude/skills
git clone --depth 1 https://github.com/Netw0rkNoob/VulnClaw.git /tmp/VulnClaw
mkdir -p .claude/skills
cp -r /tmp/VulnClaw/vulnclaw/skills/specialized/intranet-pentest-advanced .claude/skills/intranet-pentest-advanced
Restart Claude Code after copying so it picks up the new skill.

Use it in TypingMind

Enable Intranet Pentest Advanced in any TypingMind chat and the model takes it from there. Its name and description sit in the system prompt, and the moment a request matches, the model loads the full instructions itself — you never invoke it by hand, and it costs no tokens until it is actually used.

The model loads Intranet Pentest Advanced on its own as soon as a request matches it.

Works with any AI model

AI skills are plain Markdown instructions rather than provider-specific code, so Intranet Pentest Advanced is not tied to the model it was written for. Install it once in TypingMind and use it with GPT-5, Claude, Gemini, Grok, DeepSeek, Mistral, Llama, or a local model you run yourself — all on your own API keys.

  • Loaded only when it is needed

    The system prompt carries just the name and description. The instructions are fetched on the first matching request, so an idle skill costs nothing.

  • Switch models mid-chat

    Because the skill is instructions rather than code, changing model does not break it — the next model reads the same SKILL.md.

Skill instructions

This is the SKILL.md content the model loads. Read it before installing — a skill is instructions your model will follow.

内网渗透高级 Skill

当任务从互联网评估转入主机、域或内网操作时使用本 Skill。需要已获得初始访问权限或立足点。

前置条件:如果尚未获得初始访问,先完成外网渗透获取立足点。

场景路由

目标类型首选参考
横向移动(PsExec/WMI/WinRM/DCOM/SSH/RDP/PTH/PTT)references/intranet-playbook-01-lateral-movement.md
规避与反检测(AMSI绕过/ETW/注入/伪装/签名二进制滥用)references/intranet-playbook-02-evasion-and-anti-detection.md
凭据窃取(Mimikatz/Kerberoasting/DCSync/浏览器Vault)references/intranet-playbook-03-credential-theft.md
提权与持久化(Token/Service/Potato/Cron/Registry/WMI)references/intranet-playbook-04-privilege-escalation.md + 05-persistence.md
隧道与代理(FRP/Chisel/Ligolo/SOCKS/SSH/DNS/ICMP)references/intranet-playbook-06-tunneling-and-proxy.md
信息收集references/intranet-playbook-07-information-gathering.md
AD 攻击(BloodHound/AS-REP/Kerberoasting/Golden/Silver)references/intranet-playbook-08-active-directory-attacks.md
ADCS 攻击(ESC1-8/Certipy/Certreq)references/intranet-playbook-09-adcs-attacks.md
Exchange 攻击references/intranet-playbook-10-exchange-attacks.md
SharePoint 攻击references/intranet-playbook-11-sharepoint-attacks.md

测试流程

1. 信息收集

  • 内网拓扑、网段、主机发现
  • 域信息、信任关系
  • 服务识别与漏洞探测

2. 凭据获取

  • Mimikatz 抓取内存凭据
  • Kerberoating / AS-REP Roasting
  • 浏览器/密码管理器凭据提取
  • DCSync(需域管权限)

3. 横向移动

  • Pass-the-Hash / Pass-the-Ticket
  • PsExec / WMI / WinRM / DCOM
  • SSH / RDP 横向

4. 权限提升

  • Token 篡改 / 服务滥用
  • Potato 家族
  • 域提权(GPO/ACL滥用)

5. 持久化

  • 计划任务 / WMI 事件订阅
  • 注册表 / 启动项 / 服务
  • 黄金票据 / 白银票据

6. 隧道与代理

  • SOCKS 代理 / SSH 转发
  • FRP / Chisel / Ligolo
  • DNS / ICMP 隧道

7. AD/ADCS 专项

  • BloodHound 路径分析
  • ADCS 证书模板滥用
  • Exchange/SharePoint 攻击链

参考文档

  • references/06-intranet-and-host-operations-integrated.md — 内网操作整合参考
  • references/intranet-playbook-01~11-*.md — 各专项 Playbook(11 个)
  • references/intranet-pentest-playbook-skill.md — Playbook 入口

Bundled files

The model reads these on demand while the skill is loaded. They are exposed as readable files and are never executed.

Frequently asked questions

What does the Intranet Pentest Advanced AI skill do?

内网渗透高级 — 横向移动、凭据窃取、提权、持久化、隧道代理、AD攻击、ADCS滥用、Exchange/SharePoint攻击

Why use Intranet Pentest Advanced on TypingMind?

Because you install it once and use it with any model. Intranet Pentest Advanced is plain Markdown rather than provider-specific code, so the same skill runs on GPT-5, Claude, Gemini, Grok, or a local model — and you can switch model mid-chat without it breaking. TypingMind runs on your own API keys, so you pay providers directly instead of a per-seat subscription, and your skills and chats stay in your own storage.

How do I install Intranet Pentest Advanced in TypingMind?

Open Plugins → Skills → Install from GitHub in TypingMind and paste https://github.com/Netw0rkNoob/VulnClaw/tree/main/vulnclaw/skills/specialized/intranet-pentest-advanced. TypingMind reads its SKILL.md and bundles its files and installs it as a skill you can enable per chat.

Which AI models can use Intranet Pentest Advanced?

Any model you connect in TypingMind. AI skills are plain Markdown instructions rather than provider-specific code, so GPT, Claude, Gemini, Grok, and local models can all load this skill when a request matches it.

How many AI models can I use with Intranet Pentest Advanced?

As many as you like. As long as a model supports skills, you can use Intranet Pentest Advanced with it — GPT, Claude, Gemini, Grok, DeepSeek, Mistral, Llama and more — all on TypingMind with your own API keys.

Is the Intranet Pentest Advanced AI skill free?

Yes. It is published on GitHub by Netw0rkNoob under the MIT license. You only pay your own AI provider for the tokens you use.

What are AI skills?

An AI skill is a reusable instruction bundle that teaches an AI model how to do one specific task. It follows the open Agent Skills format: a SKILL.md file with a name and description, plus any scripts, templates or reference files the model may need. The model reads the instructions only when your request matches the skill, so an installed skill costs nothing until it is used.

How are AI skills different from plugins or MCP servers?

A plugin or MCP server gives a model new tools to call — code that runs somewhere and returns a result. An AI skill gives the model knowledge and process instead: how to approach a task, which steps to follow, what good output looks like. Skills are plain Markdown, so they need no server, no API key and no runtime, and they work with any model.

View all

Set up your own AI workspace now

Get notified about new features and future giveaways by subscribing to our newsletter 👇