Skip to content

Instantly share code, notes, and snippets.

View Antonio-sudo-hash's full-sized avatar

Antonio-sudo-hash Antonio-sudo-hash

View GitHub Profile
@Antonio-sudo-hash
Antonio-sudo-hash / escaner_red_concurrente.py
Created September 30, 2025 09:39
Escáner de red concurrente (Python)
"""
Crear una versión concurrente del escáner de red secuencial
usando ThreadPoolExecutor para escanear múltiples hosts
simultáneamente y reducir drásticamente el tiempo de ejecución.
Autor: Antonio-sudo-hash
Fecha: 30/09/2025
"""
import ipaddress