Skip to content
#

cibersecurity

Here are 166 public repositories matching this topic...

The-Bloom-filter

This example implements a Bloom filter in Python, a probabilistic data structure for fast membership testing. Items are added using multiple hash functions that set bits in a fixed-size array. Membership checks return definitely not present or possibly present, with false positives possible. The source code is part of the 127 algorithms collection.

  • Updated Dec 5, 2025
  • Python

Discord RAT avanzado que permite ejecutar comandos remotos desde un servidor de Discord. Incluye herramientas para automatizar la configuraciΓ³n del bot y su compilaciΓ³n en un archivo ejecutable, con opciones adicionales para mejorar la funcionalidad y evitar detecciΓ³n en entornos controlados.

  • Updated Jan 1, 2025
  • Python

Contenedor Docker basado en Kali Linux Rolling, diseΓ±ado como un entorno portΓ‘til de pentesting con herramientas de hacking Γ©tico preinstaladas, shell Zsh avanzada con Powerlevel10k, y configuraciones optimizadas para pruebas de seguridad ofensiva. Ideal para profesionales de ciberseguridad y laboratorios personales

  • Updated Aug 4, 2025
  • Python

Improve this page

Add a description, image, and links to the cibersecurity topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the cibersecurity topic, visit your repo's landing page and select "manage topics."

Learn more