News
¡Aprende ciberseguridad básica creando tu propio escáner de red con Python, Nmap y Scapy! Este proyecto te guía paso a paso a construir una herramienta que detecta dispositivos conectados y escanea ...
def packet_callback(packet): print("="*60) if IP in packet: ip_layer = packet[IP] print(f"[IP] {ip_layer.src} -> {ip_layer.dst}") if TCP in packet: tcp_layer = packet ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results