333 matches found
age
-man%20page-lightgrey%3E age ist ein einfaches, modernes und sicheres Dateiverschlüsselungswerkzeug, -format und eine Go-Bibliothek. Es zeichnet sich durch kleine explizite Schlüssel, Post-Quanten-Unterstützung, keine Konfigurationsoptionen und UNIX-ähnliche Komponierbarkeit aus. root@kitploit: $...
nvd
nvd Schnelle, einfache Bibliothek in Go zum Abrufen von CVEs aus den NVD-Feeds U.S. National Vulnerability Database. Installation root@kitploit: go get github.com/daehee/nvd Verwendung Das nvd-Paket bietet einen Client zum Abrufen von CVEs aus den offiziellen NVD-Feeds: root@kitploit: // nvd clie...
EGESPLOIT
EGESPLOIT EGESPLOIT ist eine Golang-Bibliothek für die Malware-Entwicklung, sie hat einige einzigartige Funktionen für die Meterpreter-Integration. DOKUMENTATION root@kitploit: CalculateChecksumx : Funktion berechnet eine x-stellige 8-Bit-Prüfsumme für reverse HTTP/HTTPS Meterpreter-Verbindungen,...
CVE-2026-34227
Nicht authentifizierte MCP-Schnittstelle + CORS-Bypass Slivers MCP-Server startet eine nicht authentifizierte SSE-Schnittstelle und sendet bei jeder Antwort Access-Control-Allow-Origin: zurück. Die mcp-go-Bibliothek validiert Content-Type nicht, sodass Simple Requests text/plain die...
ldapserver
Dieses Paket ist noch in Arbeit. ldapserver ist eine Hilfsbibliothek zum Erstellen von Serversoftware, die das LDAP-Protokoll beherrscht. Das kann eine alternative Implementierung von LDAP, ein benutzerdefinierter LDAP-Proxy oder sogar ein völlig anderes Backend sein, das seine API als LDAP-Serve...
go-rpmdb
go-rpmdb RPM DB Packages फ़ाइल में पैकेजों की सूची बनाने के लिए लाइब्रेरी बिना 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 retur...
retryabledns
पुनः प्रयास योग्य DNS रिज़ॉल्वर miekg/dns पर आधारित और bogdanovich/dnsresolver से प्रेरित। विशेषताएँ सिस्टम डिफ़ॉल्ट DNS रिज़ॉल्वर और उपयोगकर्ता द्वारा प्रदान किए गए दोनों का समर्थन करता है I/O त्रुटियों, टाइमआउट या नेटवर्क विफलताओं के मामले में DNS अनुरोधों को पुनः प्रयास करता है मनमाना क्वेरी...
redact
redact Rimuovi contenuti simili a credenziali da stringhe libere prima che raggiungano log, telemetria o qualsiasi superficie di terze parti Parte delphpboyscout Go toolkit — moduli Go piccoli e senza framework estratti da go-tool-base. Documentazione: redact.go.phpboyscout.uk...
sigmalite
github.com/runreveal/sigmalite Das Paket sigmalite bietet einen Parser und eine Ausführungs-Engine für das Sigma detection format. root@kitploit: rule, err := sigmalite.ParseRulebyte title: My example rule detection: keywords: - foo - bar selection: EventId: 1234 condition: keywords and selection...
keeper
keeper Keeper ist ein kryptografischer Geheimnisspeicher für Go. Er verschlüsselt beliebige Byte- Nutzlasten im Ruhezustand mittels Argon2id-Schlüsselableitung und XChaCha20-Poly1305 Standard authentifizierter Verschlüsselung und speichert sie in einer eingebetteten bbolt-Datenbank. Er wird in dr...
bluemonday
bluemonday bluemonday est un assainisseur HTML implémenté en Go. Il est rapide et hautement configurable. bluemonday prend en entrée du contenu généré par l'utilisateur non fiable et renvoie du HTML qui a été assaini en fonction d'une liste blanche d'éléments et d'attributs HTML approuvés, afin q...
edwards25519
filippo.io/edwards25519 root@kitploit: import "filippo.io/edwards25519" यह लाइब्रेरी edwards25519 अण्डाकार वक्र को लागू करती है, जो उच्च-स्तरीय प्रिमिटिव्ज़ की एक विस्तृत श्रृंखला बनाने के लिए आवश्यक API प्रदान करती है। दस्तावेज़ pkg.go.dev/filippo.io/edwards25519 पर पढ़ें। यह पैकेज अपस्ट्रीम मान...
socks5
socks5 Server e client Socks5/Socks5h Questo progetto aggiunge il supporto del protocollo per il Bridge, oppure può essere usato autonomamente Utilizzo Documentazione API Esempio Supporto per il comando CONNECT Supporto per il comando BIND Supporto per il comando ASSOCIATE Licenza...
DBShield
DBShield Protegge i tuoi dati ispezionando le query in arrivo dal tuo server applicativo e rifiutando quelle anomale. Come funziona? Ad esempio, ecco come un web server interagisce normalmente con il database server: Aggiungendo DBShield davanti al server del database possiamo proteggerlo da quer...
wappalyzergo
Wappalyzergo Un port ad alte prestazioni della libreria di rilevamento delle tecnologie Wappalyzer in Go. Ispirato da Webanalyze. Utilizza dati da https://github.com/enthec/webappanalyzer https://github.com/HTTPArchive/wappalyzer Caratteristiche Molto semplice e facile da usare, con una base di...
memguard
MemGuard Enclave software per l'archiviazione di informazioni sensibili in memoria. Questo pacchetto cerca di ridurre la probabilità che dati sensibili vengano esposti quando sono in memoria. Supporta tutti i principali sistemi operativi ed è scritto in Go puro. Caratteristiche I dati sensibili...
CVE-2024-44337
CVE-2024-44337 Il pacchetto "github.com/gomarkdown/markdown" è una libreria Go per analizzare il testo Markdown e renderizzarlo in HTML. Nelle pseudo-versioni 'v0.0.0-20240729232818-a2a9c4f' corrispondenti al commit 'a2a9c4f76ef5a5c32108e36f7c47f8d310322252' e precedenti, esiste un problema logic...
go-cpe
go-cpe Una libreria Go per CPE Common Platform Enumeration 2.3 go-cpe è un'implementazione degli algoritmi di Naming e Matching del CPE, come descritto nei NIST IR 7695 e 7696. Per l'implementazione Java di riferimento, vedi:...
go-zeek-broker-ws
Golang के लिए Zeek Broker websocket interface लाइब्रेरी यह लाइब्रेरी Zeek Broker websocket इंटरफ़ेस को लागू करती है। Zeek और Go प्रकारों के बीच उचित मैपिंग के साथ सहायक फ़ंक्शन प्रदान किए गए हैं। उपयोग लाइब्रेरी में दो पैकेज हैं: encoding encoding, Zeek प्रकारों को दर्शाने के लिए रिकर्सिव...
GO-2026-6278 Gorilla WebSocket Uses Cryptographically Weak PRNG for WebSocket Mask Key in github.com/gorilla/websocket
Gorilla WebSocket Uses Cryptographically Weak PRNG for WebSocket Mask Key in github.com/gorilla/websocket...