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