Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
CVE-2021-3773 — This script exploits the "Port Shadow" vulnerability (CVE-2021-3773) in OpenVPN servers using Netfilter for NAT. | Kitploit
Tools/GitHubGitHub/d0rb/cve-2021-3773
Vulnerability AnalysisExploitationNetwork SecurityPenetration TestingLearning & Education
GitHubd0rb/cve-2021-3773

CVE-2021-3773

This script exploits the "Port Shadow" vulnerability (CVE-2021-3773) in OpenVPN servers using Netfilter for NAT.

View Repository
2 years agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

🇮🇱 #BringThemHome #NeverAgainIsNow 🇮🇱

We demand the safe return of all citizens who have been taken hostage by the terrorist group Hamas. We will not rest until every hostage is released and returns home safely. You can help bring them back home. https://stories.bringthemhomenow.net/

🚀 Port Shadow Exploit (CVE-2021-3773) 🚀

Description

This script exploits the "Port Shadow" vulnerability (CVE-2021-3773) in OpenVPN servers using Netfilter for NAT. The attack involves creating port shadows to deanonymize victims or perform a man-in-the-middle attack.

Features

  • 🎯 Targeted Attacks: Dynamically detects the victim’s open ports.
  • ⚡ Concurrent Threads: Utilizes threading for efficient scanning.
  • 🛡️ Advanced Stealth Techniques: Randomizes scan intervals to evade detection.
  • 📜 Detailed Logging: Maintains logs of the attack process for monitoring.

Requirements

  • Python 3.x
  • Scapy library
  • Root or Administrator privileges

Installation

  1. Clone the Repository:

    root@kitploit:~
    git clone https://github.com/d0rb/CVE-2021-3773.git
    cd port-shadow-exploit
    
  2. Install Dependencies:

    root@kitploit:~
    pip install -r requirements.txt
    

Usage

  1. Configuration:

    • Edit the script to set the appropriate IP addresses and port ranges.
  2. Run the Script:

    root@kitploit:~
    sudo python3 port_shadow_exploit.py
    

Ethical Use ⚖️

This script is for educational purposes only. Use it only in controlled environments with explicit permission. Unauthorized use can lead to legal consequences.

Disclaimer

The authors are not responsible for any misuse of this script. Always follow ethical guidelines and ensure you have the proper authorization before conducting any network testing.

Contributing 🤝

Contributions are welcome! Please submit a pull request or open an issue to discuss your ideas.


Stay ethical, stay safe! 🚀


Download Tool