> ## Documentation Index
> Fetch the complete documentation index at: https://docs.bytejmp.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Introduction

> Network reconnaissance, host discovery, and pivoting techniques.

## Overview

Network techniques cover everything between gaining initial access and reaching the target — from discovering live hosts to sniffing traffic and pivoting through compromised machines into internal segments.

Quick reference for engagements and CTFs involving network reconnaissance, traffic analysis, and lateral movement.

***

## What's Inside

<CardGroup cols={2}>
  <Card title="Recon" icon="radar" href="/network/recon/nmap">
    Nmap, Masscan, DNS enumeration, SNMP enumeration, ping sweeps, and OS fingerprinting.
  </Card>

  <Card title="Traffic Analysis" icon="wave-pulse" href="/network/traffic/wireshark">
    Wireshark packet analysis, tcpdump capture, and MITM attacks with ARP spoofing, bettercap, and ettercap.
  </Card>

  <Card title="Pivoting" icon="route" href="/network/pivoting/chisel">
    Chisel, Ligolo, SSH tunneling, socat, sshuttle, ProxyChains, rpivot, and Plink for tunneling through compromised hosts.
  </Card>

  <Card title="Attacks" icon="bolt" href="/network/attacks/vlan-hopping">
    VLAN hopping via DTP abuse and double tagging.
  </Card>
</CardGroup>

***

<Note>
  Techniques documented for use in authorized environments only. Labs, CTF platforms, and systems with explicit permission to test.
</Note>
