395 matches found
go-rpmdb
go-rpmdb Library for enumerating packages in an RPM DB Packages file without bindings. root@kitploit: package main import "fmt" "log" rpmdb "github.com/knqyf263/go-rpmdb/pkg" func main if err := run; err != nil log.Fatalerr func run error db, err := rpmdb.Open"./Packages" if err != nil return err...
keeper
keeper Keeper is a cryptographic secret store for Go. It encrypts arbitrary byte payloads at rest using Argon2id key derivation and XChaCha20-Poly1305 default authenticated encryption, and stores them in an embedded bbolt database. It ships as three things you can use independently: A Go library ...
gopacket
GoPacket This library provides packet decoding capabilities for Go. See godoc for more details. Minimum Go version required is 1.5 except for pcapgo/EthernetHandle, afpacket, and bsdbpf which need at least 1.9 due to x/sys/unix dependencies. Originally forked from the gopcap project written by...
socks5
socks5 Socks5/Socks5h server and client This project is to add protocol support for the Bridge, or it can be used alone Usage API Documentation Example Support for the CONNECT command Support for the BIND command Support for the ASSOCIATE command License Licensed under the MIT License. See LICENS...
sigmalite
github.com/runreveal/sigmalite El paquete sigmalite proporciona un analizador sintáctico y un motor de ejecución para el formato de detección Sigma. root@kitploit: rule, err := sigmalite.ParseRulebyte title: My example rule detection: keywords: - foo - bar selection: EventId: 1234 condition:...
retryabledns
Resolvedor DNS reintentable Basado en miekg/dns y libremente inspirado por bogdanovich/dnsresolver. Características Soporta tanto los resolvedores DNS por defecto del sistema como los proporcionados por el usuario Reintenta las solicitudes DNS en caso de errores de E/S, tiempos de espera o fallos...
edwards25519
filippo.io/edwards25519 root@kitploit: import "filippo.io/edwards25519" Esta biblioteca implementa la curva elíptica edwards25519, exponiendo las API necesarias para construir una amplia gama de primitivas de alto nivel. Lea la documentación en pkg.go.dev/filippo.io/edwards25519. El paquete sigue...
goproxy
GoProxy GoProxy is a library to create a customized HTTP/HTTPS proxy server using Go aka Golang, with several configurable settings available. The target of this project is to offer an optimized proxy server, usable with reasonable amount of traffic, yet and...
memguard
MemGuard Enclave de software para almacenar información sensible en memoria. Este paquete intenta reducir la probabilidad de que datos sensibles queden expuestos mientras están en memoria. Su objetivo es ser compatible con los principales sistemas operativos y está escrito en Go puro...
age
-man%20page-lightgrey%3E age es una herramienta de cifrado de archivos, un formato y una biblioteca Go simples, modernos y seguros. Cuenta con claves explícitas pequeñas, soporte post-cuántico, sin opciones de configuración y componibilidad al estilo UNIX. root@kitploit: $ age-keygen -o key.txt...
ldapserver
This package is a work in progress. ldapserver is a helper library for building server software capable of speaking the LDAP protocol. This could be an alternate implementation of LDAP, a custom LDAP proxy or even a completely different backend capable of "masquerading" its API as a LDAP Server...
DBShield
DBShield Protege tus datos inspeccionando las consultas entrantes de tu servidor de aplicaciones y rechazando las anormales. ¿Cómo funciona? Por ejemplo, así es como un servidor web interactúa normalmente con el servidor de base de datos: Al agregar DBShield delante del servidor de base de datos,...
nvd
nvd Fast, simple library in Go to fetch CVEs from the NVD U.S. National Vulnerability Database feeds. Install root@kitploit: go get github.com/daehee/nvd Usage The nvd package provides a Client for fetching CVEs from the official NVD feeds: root@kitploit: // nvd client with ./tmp working dir...
bluemonday
bluemonday bluemonday es un sanitizador HTML implementado en Go. Es rápido y altamente configurable. bluemonday toma contenido generado por usuarios no confiable como entrada, y devolverá HTML saneado contra una lista blanca de elementos y atributos HTML aprobados para que puedas incluir el...
syft
Syft Инструмент командной строки и библиотека Go для формирования спецификации программных компонентов SBOM из образов контейнеров и файловых систем. Отлично подходит для обнаружения уязвимостей при использовании со сканером, напримерGrype...
wappalyzergo
Wappalyzergo Un port haute performance de la bibliothèque de détection de technologies Wappalyzer vers Go. Inspiré par Webanalyze. Utilise les données de https://github.com/enthec/webappanalyzer https://github.com/HTTPArchive/wappalyzer Fonctionnalités Très simple et facile à utiliser, avec une...
ROOT-APP-GOBINARY-CVE-2026-25681 CVE-2026-25681 in golang.org/x/net - Patched by Root
Root has patched CVE-2026-25681 in the golang.org/x/net package for Root:Go. Multiple fixed versions available...
ROOT-APP-GOBINARY-CVE-2026-27136 CVE-2026-27136 in golang.org/x/net - Patched by Root
Root has patched CVE-2026-27136 in the golang.org/x/net package for Root:Go. Multiple fixed versions available...
ROOT-APP-GOBINARY-CVE-2026-42502 CVE-2026-42502 in golang.org/x/net - Patched by Root
Root has patched CVE-2026-42502 in the golang.org/x/net package for Root:Go. Multiple fixed versions available...
safetext
safetext This is not an officially supported Google product. Safe-by-construction libraries for producing formats like YAML, to replace syntax-unaware libraries like text/template and sprintf that are at risk of injection vulnerabilities. Example use-case Since text/template is not syntax-aware o...