tunnel

Plans and deploys Ligolo-ng, Chisel, frp, or SSH tunnels for network pivoting.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

Establish tunneling and pivoting to overcome network reachability barriers during AD pentests.

Core Features & Use Cases

  • Supports tunneling technologies (Ligolo-ng, Chisel, frp, SSH forwarding) for full and partial network access.
  • Provides selection rules and output discipline to document listener, route, and reachable targets.
  • Use Case: Imagine you are inside a restricted segment and need a stable route to enumerate internal hosts; deploy a multi-tool pivot to reach subnets across hops.

Quick Start

Build the smallest tunnel that unlocks the target subnet and verify reachability end-to-end.

Frequently Asked Questions about tunnel

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

FAQPage Schema
How do I pivot through segmented networks during an AD pentest?

To pivot through segmented networks during an AD pentest, you establish tunneling using tools like Ligolo-ng, Chisel, or SSH forwarding to bypass reachability barriers and route traffic to internal subnets across multiple hops.

What is the best way to set up a reverse tunnel when DNS egress is restricted?

Setting up a reverse tunnel when DNS egress is restricted involves deploying SOCKS relays or HTTP-based tunneling to maintain a stable route and bypass network segmentation rules blocking direct access.

Can I use Chisel and Ligolo-ng together for multi-hop pivoting?

Yes, you can use Chisel and Ligolo-ng for multi-hop pivoting; the Skill provides deterministic command builders to deploy resilient tunnels across hops, allowing you to chain tools to reach deeply contained subnets.

How do I verify network reachability after establishing a tunnel?

You verify network reachability after establishing a tunnel by following guided workflows that validate listener deployment and route integrity end-to-end, ensuring your SOCKS proxy or forwarded port successfully reaches the target hosts.

When should I use SSH forwarding instead of frp for network tunneling?

You should use SSH forwarding instead of frp for network tunneling when you already have SSH access to a pivot host and need a quick, dependency-free relay, whereas frp is better suited for persistent, full network access across restricted segments.

How to document routes and reachable targets when setting up proxychains?

To document routes and reachable targets when setting up proxychains, apply the provided selection rules and output discipline to record listener configurations, deployed routes, and validated endpoints during your pivoting workflow.