Infrastructure
Test network infrastructure for vulnerabilities including network services, protocols, and perimeter security.
Techniques
| Type |
Key Vectors |
| Port Scanning |
SYN scan, UDP scan, service detection, OS fingerprinting |
| DNS |
Zone transfers, cache poisoning, subdomain takeover, DNS rebinding |
| MITM |
ARP spoofing, DNS spoofing, SSL stripping, LLMNR/NBT-NS poisoning |
| VLAN Hopping |
Switch spoofing, double tagging |
| IPv6 |
RA flooding, neighbor spoofing, tunneling attacks |
| SMB/NetBIOS |
Null sessions, relay attacks, enumeration |
| Sniffing |
Packet capture, credential harvesting, protocol analysis |
| DoS |
Resource exhaustion, amplification, application-layer |
Workflow
- Network discovery and topology mapping
- Port scanning and service enumeration
- Protocol-specific vulnerability testing
- Network attack execution (authorized scope only)
- Evidence capture with packet captures and logs
Reference
Quickstart guides (per attack type):
reference/port-scanning-quickstart.md - Port scanning and service discovery
reference/dns-quickstart.md - DNS attacks and enumeration
reference/mitm-quickstart.md - Man-in-the-middle attacks
reference/vlan-hopping-quickstart.md - VLAN hopping techniques
reference/ipv6-quickstart.md - IPv6 attack vectors
reference/smb-netbios-quickstart.md - SMB/NetBIOS exploitation
reference/sniffing-quickstart.md - Network sniffing and capture
reference/dos-quickstart.md - DoS assessment
Scan techniques: reference/syn-scan.md, reference/udp-scan.md, reference/icmp-scan.md, reference/os-fingerprint.md
Other: reference/firewall-detection.md, reference/service-enum.md, reference/ip-reputation.md, reference/overview.md
1---2name: infrastructure3description: Network infrastructure testing - port scanning, DNS attacks, MITM, VLAN hopping, IPv6, SMB/NetBIOS, sniffing, and DoS assessment.4---56# Infrastructure78Test network infrastructure for vulnerabilities including network services, protocols, and perimeter security.910## Techniques1112| Type | Key Vectors |13|------|-------------|14| **Port Scanning** | SYN scan, UDP scan, service detection, OS fingerprinting |15| **DNS** | Zone transfers, cache poisoning, subdomain takeover, DNS rebinding |16| **MITM** | ARP spoofing, DNS spoofing, SSL stripping, LLMNR/NBT-NS poisoning |17| **VLAN Hopping** | Switch spoofing, double tagging |18| **IPv6** | RA flooding, neighbor spoofing, tunneling attacks |19| **SMB/NetBIOS** | Null sessions, relay attacks, enumeration |20| **Sniffing** | Packet capture, credential harvesting, protocol analysis |21| **DoS** | Resource exhaustion, amplification, application-layer |2223## Workflow24251. Network discovery and topology mapping262. Port scanning and service enumeration273. Protocol-specific vulnerability testing284. Network attack execution (authorized scope only)295. Evidence capture with packet captures and logs3031## Reference3233**Quickstart guides** (per attack type):34- `reference/port-scanning-quickstart.md` - Port scanning and service discovery35- `reference/dns-quickstart.md` - DNS attacks and enumeration36- `reference/mitm-quickstart.md` - Man-in-the-middle attacks37- `reference/vlan-hopping-quickstart.md` - VLAN hopping techniques38- `reference/ipv6-quickstart.md` - IPv6 attack vectors39- `reference/smb-netbios-quickstart.md` - SMB/NetBIOS exploitation40- `reference/sniffing-quickstart.md` - Network sniffing and capture41- `reference/dos-quickstart.md` - DoS assessment4243**Scan techniques**: `reference/syn-scan.md`, `reference/udp-scan.md`, `reference/icmp-scan.md`, `reference/os-fingerprint.md`44**Other**: `reference/firewall-detection.md`, `reference/service-enum.md`, `reference/ip-reputation.md`, `reference/overview.md`