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
ScannerBadEpoll — Verificador de Vulnerabilidad: Bad Epoll (CVE-2026-46242) | Kitploit
Tools/GitHubGitHub/saithfranklinb/scannerbadepoll
Vulnerability ScannersVulnerability AnalysisExploitation
GitHubsaithfranklinb/scannerbadepoll

ScannerBadEpoll

Verificador de Vulnerabilidad: Bad Epoll (CVE-2026-46242)

View Repository
21 month 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

ScannerBadEpoll

Vulnerability Checker: Bad Epoll (CVE-2026-46242)

Vulnerability Checker: Bad Epoll (CVE-2026-46242)

Developed by Soluciones & Proyectos Franklin
Technological solutions with professional backing

This is an automated Bash script designed to audit the current Linux kernel version and determine if the system is within the range affected by the Bad Epoll (CVE-2026-46242) vulnerability (Kernels 6.4 to 6.11).

🚀 Features

  • Immediate Detection: Accurately extracts the major and minor kernel components (uname -r).
  • Visual Alerts: Formatted output with ANSI colors to identify alert (Red) or safe (Green) states at a glance.
  • Lightweight and Safe: Does not require installation of external dependencies or root privileges for reading.

🛠️ Requirements and Installation

You only need a Linux terminal with Bash support. To clone and run this project, follow these steps:

root@kitploit:~
# Clonar el repositorio
git clone [https://github.com/TU_USUARIO/bad-epoll-checker.git](https://github.com/TU_USUARIO/bad-epoll-checker.git)

# Entrar al directorio
cd bad-epoll-checker

# Dar permisos de ejecución al script
chmod +x check_vulnerability.sh

# Ejecutar el validador
./check_vulnerability.sh
Download Tool