voip-sip-attack

Identify and assess SIP-based VoIP vulnerabilities within authorized networks.

60|14|Updated Apr 27, 2026
One-click install
npx skills add https://github.com/brucesongs/kali-claw --skill voip-sip-attack
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: voip-sip-attack
Source: https://github.com/brucesongs/kali-claw/tree/main/skills/voip-sip-attack
Command: npx skills add https://github.com/brucesongs/kali-claw --skill voip-sip-attack

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

VoIP/SIP Attack provides a structured approach to identifying and exploiting SIP-based VoIP vulnerabilities in enterprise networks to strengthen defenses.

Core Features & Use Cases

  • SIP device reconnaissance and extension discovery: identify SIP endpoints and enumerate valid extensions.
  • Credential testing and eavesdropping: test weak authentication and demonstrate potential for intercepting signaling or media.
  • DoS and VLAN-hopping defense assessment: evaluate flood resilience, SIP/IAX2/RTP floods, and voice VLAN segmentation guidance.
  • Defense-oriented outcomes: produce actionable recommendations for hardening SIP infrastructure and network topology.

Quick Start

Run an authorized VoIP security assessment using the included toolkit to identify SIP devices, enumerate extensions, and test DoS and eavesdropping vectors.

Frequently Asked Questions about voip-sip-attack

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

FAQPage Schema
How do I enumerate valid SIP extensions during a VoIP security assessment?

To enumerate valid SIP extensions during a VoIP security assessment, you identify SIP endpoints and map valid extensions using tools like svwar against authorized VoIP infrastructure on UDP ports 5060 or 5061. This process reveals active extension numbers for further testing.

What is the best way to test weak authentication on SIP devices?

The best way to test weak authentication on SIP devices is by applying credential testing tools like svcrack or sipsak against identified extensions. This verifies password strength and exposes potential unauthorized access vectors within the authorized SIP infrastructure.

Can I assess VLAN hopping vulnerabilities in a VoIP network?

Yes, you can assess VLAN hopping vulnerabilities in a VoIP network by evaluating voice VLAN segmentation using tools like voiphopper. This tests whether an attacker can bypass network segmentation to access the voice VLAN and intercept sensitive signaling or media traffic.

How do SIP and RTP flood attacks test VoIP infrastructure resilience?

SIP and RTP flood attacks test VoIP infrastructure resilience by generating high volumes of signaling or media traffic using tools like inviteflood, rtpflood, and iaxflood. This evaluates the network's capacity to withstand Denial of Service conditions and maintain service availability.

Do I need explicit authorization to perform SIP eavesdropping and device discovery?

Yes, explicit authorization is strictly required to perform SIP eavesdropping, device discovery, and any network-level penetration testing. You must have approved access to the VoIP infrastructure, including SIP and RTP port ranges, before conducting security assessments.

Why does testing SIP vulnerabilities require access to specific UDP ports?

Testing SIP vulnerabilities requires access to specific UDP ports because SIP signaling typically operates on ports 5060 and 5061, IAX2 on 4569, and RTP media streams use ranges like 10000-20000. Access to these ports enables device discovery and traffic interception.