network-protocol-attacks

Execute layer 2/3 network protocol attacks including ARP spoofing and DNS spoofing.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/bingook/bingo --skill network-protocol-attacks-bingook
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: network-protocol-attacks
Source: https://github.com/bingook/bingo/tree/main/bingo/skills/hack-skills/network-protocol-attacks
Command: npx skills add https://github.com/bingook/bingo --skill network-protocol-attacks-bingook

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill addresses complex network protocol attacks across layer 2 and 3, providing a comprehensive guide for exploiting protocols such as ARP spoofing, LLMNR/NBT-NS/mDNS poisoning, and DNS spoofing.

Core Features & Use Cases

  • ARP Spoofing: MitM positioning using tools like arpspoof, ettercap, and bettercap.
  • LLMNR/NBT-NS/mDNS Poisoning: Credential capture with Responder.
  • DNS Spoofing: Cache poisoning for DNS control.
  • IPv6 Attacks: Router Advertisement Spoofing and SLAAC Abuse.
  • IDS/IPS Evasion: Techniques like IP fragmentation and timing-based attacks.
  • Use Case: For penetration testers and red team members looking to bypass network defenses and exploit underlying protocols.

Quick Start

Load the network-protocol-attacks skill to start exploiting layer 2/3 protocols like ARP spoofing, DNS spoofing, and more.

Frequently Asked Questions about network-protocol-attacks

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

FAQPage Schema
How do I perform ARP spoofing for penetration testing?

ARP spoofing for penetration testing positions a machine-in-the-middle using tools like arpspoof, ettercap, and bettercap to intercept layer 2 network traffic. It enables traffic interception and credential capture during red team engagements.

Can I capture NTLMv2 hashes using LLMNR and NBT-NS poisoning?

LLMNR and NBT-NS poisoning captures NTLMv2 hashes by spoofing name resolution protocols with Responder. It intercepts broadcast queries when a target requests a non-existent host, forcing authentication against the attacker's listener.

What is the best way to spoof DNS cache for network exploitation?

DNS cache spoofing poisons resolver records to redirect targets to attacker-controlled domains. It manipulates layer 3 traffic to achieve DNS control, allowing redirection of application requests to malicious infrastructure.

Does this approach cover IPv6 router advertisement spoofing and SLAAC attacks?

IPv6 router advertisement spoofing and SLAAC abuse are covered explicitly. These attacks broadcast rogue IPv6 router advertisements to assign malicious DNS servers or default gateways to targets lacking proper IPv6 configuration.

How do IDS and IPS evasion techniques work during layer 2 and 3 attacks?

IDS and IPS evasion during layer 2 and 3 attacks uses IP fragmentation and timing-based attacks to bypass network defenses. These techniques split or delay malicious packets to avoid signature matching and traffic inspection.

When do I need to use VLAN hopping and STP manipulation in red teaming?

VLAN hopping and STP manipulation are needed to bypass network segmentation and disrupt layer 2 topology. They exploit switch configuration flaws and spanning tree protocol operations to access isolated VLANs or cause traffic redirection.