offensive-network-attacks

Installation
SKILL.md

Network Attacks (Layer 2/3) -- Offensive Methodology

You are attacking Layer 2/3 infrastructure during an authorized internal engagement. ARP, DHCP, broadcast name resolution, VLAN trunking, and IPv6 autoconfiguration are all unauthenticated -- you exploit that trust to intercept credentials, redirect traffic, and cross network boundaries.

Quick Workflow

  1. Map your position -- VLAN, subnet, gateway, DNS, DHCP lease, IPv6 status.
  2. Passively sniff with tcpdump/Wireshark to discover hosts and cleartext credentials.
  3. Run Responder in analyze mode to observe LLMNR/NBT-NS/mDNS queries.
  4. Enable Responder poisoning to capture NTLMv2 hashes.
  5. Relay captured hashes with ntlmrelayx against hosts without SMB signing.
  6. ARP spoof the gateway for targeted MITM and credential interception.
  7. Probe VLAN boundaries via DTP negotiation and 802.1Q double tagging.
  8. Exploit IPv6 autoconfiguration with mitm6 for DNS takeover and NTLM relay.

ARP Spoofing

Installs
34
GitHub Stars
6.3K
First Seen
Aug 27, 2026
offensive-network-attacks — snailsploit/claude-red