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-2026-33829 | Kitploit
Tools/GitHubGitHub/seguridadentrerios/cve-2026-33829
Vulnerability AnalysisExploitationScripting & AutomationNetwork SecurityPenetration Testing
GitHubseguridadentrerios/cve-2026-33829

CVE-2026-33829

View Repository
2 months 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

CVE-2026-33829

This repository contains an automated Bash tool designed to passively and controllably audit and verify whether Windows OS assets are vulnerable to insecure manipulation of the search: protocol handler.

The script acts as a passive listener, using tcpdump to capture outgoing connection attempts under the SMB (port 445) protocol when the target interacts with a specially crafted URI.


🛠️ System Requirements

  • Verification Environment (Linux): Requires superuser privileges (sudo) and the tcpdump package installed.
  • Target Asset (Windows): Direct network connectivity to the verification machine.

🚀 Usage Guide

1. Preparation on the Linux Machine

Clone this repository or download the script verificar_search_uri.sh. Make sure to grant it execution permissions before starting.

root@kitploit:~
# Asignar permisos de ejecución
chmod +x verificar_search_uri.sh

# Ejecutar el script indicando la interfaz local y la IP del objetivo Windows
sudo ./verificar_search_uri.sh <interfaz_red> <ip_windows>
Download Tool