57 matches found
dirsearch
DirSearch 该软件是 Mauro Soria 所写原始 dirsearch 工具 的 Go 语言实现。 DirSearch 是我用 Go 写的第一个工具,主要用于尝试和实验 Go 的并发模型、通道等 : 目的 DirSearch 接受一个输入 URL( -url 参数)和一个字典( -wordlist 参数),然后使用字典中的行作为路径和文件,并发执行 HEAD 请求,从而爆破 Web 服务器上的目录和文件。 它支持自定义文件扩展名( -ext,默认为 php)及其他可选参数: root@kitploit: Usage of dirsearch: -200only 如果启用,将只...
rdap
OpenRDAP 是一个用 Go 实现的命令行 RDAP 客户端。 https://www.openrdap.org - 主页 https://www.openrdap.org/demo - 在线演示 功能特性 命令行 RDAP 客户端 输出格式:文本、JSON、WHOIS 风格 支持的查询类型: ip domain autnum nameserver entity help url domain-search domain-search-by-nameserver domain-search-by-nameserver-ip nameserver-search...
zkar
ZKar ZKar is a Java serialization protocol analysis tool implement in Go. This tool is still work in progress , so no complete API document and contribution guide. ZKar provides: A Java serialization payloads parser and viewer in pure Go, no CGO or JDK is required From the Java serialization...
zkar
ZKar ZKar 是一款使用 Go 实现的 Java 序列化协议分析工具。该工具仍处于 开发中 阶段,因此尚无完整的 API 文档和贡献指南。 ZKar 提供: 纯 Go 编写的 Java 序列化 payload 解析器和查看器,无需 CGO 或 JDK 从 Java 序列化协议到 Go 结构体的转换 一个可操作 Java 序列化数据的 Go 库 开发中:用 Go 实现 ysoserial 开发中:Java 类字节码的解析、查看和操作 开发中:Go 实现的 RMI/LDAP 📦 安装 ZKar 的使用很简单。使用 go get 安装 ZKar 及其库和依赖: root@kitploit...
rev-dep
Rev-dep Capabilities • Installation • Documentation • Exploratory Toolkit • CLI Reference Dependency analysis and optimization toolkit for modern JavaScript and TypeScript codebases. Enforce dependency graph hygiene and remove unused code with a very fast CLI. About 📣 As codebases scale,...
rocacheck
rocacheck rocacheck 包是 密钥指纹算法 的 Go 实现,用于检查 RSA 密钥是否由有缺陷的 Infineon 代码生成,并容易通过 Coppersmith 攻击回归 ROCA / CVE-2017-15361 进行因式分解。...
c2
C2 C2 仓库旨在提供 Red Team Infrastructure Wiki(https://github.com/bluscreenofjeff/Red-Team-Infrastructure-Wiki)中概念的实用实现。具体来说,该仓库提供了两个 Go 包,一个用于 beaconers,另一个用于 downloaders。此外,该仓库还提供了使用这些 beaconers 和 downloaders 的示例植入程序。最后,该仓库包含用于 C2 的后端 DNS 和 HTTP 服务器,以及用于构建前端重定向服务器的配置信息。 创建植入程序 implants...
vuln-list
vuln-list Collect vulnerability information and save it in parsable format automatically Source Update frequency daily Update script https://github.com/aquasecurity/vuln-list-update/...
ez-pwnkit
ez-pwnkit Una implementación en Go puro del exploit CVE-2021-4034 PwnKit. El exploit utiliza syscall.ForkExec para sobrevivir al final del programa principal. Instalación root@kitploit: git clone https://github.com/OXDBXKXO/ez-pwnkit.git cd ez-pwnkit make Como el exploit depende de una biblioteca...
sockstress
sockstress Sockstress CVE-2008-4609 的 Go 语言实现 安装 root@kitploit: go get github.com/marcelki/sockstress 使用 root@kitploit: Usage: sockstress options... Options: -p 攻击的目标端口。 -i 使用的网络接口。 -d SYN 数据包之间的延迟 您可以选择时间单位(例如 1ns, 0.001s) -h 显示此帮助信息。...
CVE-2022-0847-Container-Escape
CVE-2022-0847-Container-Escape CVE-2022-0847 utilizado para lograr escape de contenedor. Utilizando CVE-2022-0847 Dirty Pipe para lograr escape de contenedor. Implementado usando el lenguaje Go...
CVE-2026-84304
gRPC-Go is the Go language implementation of gRPC. Prior to 1.83.1, internal/transport/transport.go stores each fragmented HTTP/2 DATA frame as a separate recvMsg in recvBuffer, so millions of one-byte frames can consume disproportionate heap memory even when payload bytes remain within connectio...
CVE-2026-49343
Klever-Go is the Go implementation of the Klever blockchain protocol. In versions prior to 1.7.18, the account-data trie syncers are vulnerable to a resource-exhaustion flaw that leaks bounded throttler slots on error paths. In syncDataTrie in both userAccountsSyncer.go and kappAccountsSyncer.go,...
CVE-2026-71559
Deserialization of Untrusted Data vulnerability in the Go implementation of Apache Fory allows an attacker to cause a denial of service by supplying crafted data containing malformed type metadata, which triggers an uncaught panic. This issue affects Apache Fory: from 0.16.0 before 1.5.0. Users o...
CVE-2026-54909
pion/stun is a Go implementation of STUN. Prior to 3.1.3, XORMappedAddress.GetFromAs can panic while parsing a malformed short XOR-MAPPED-ADDRESS attribute in STUN or ICE Binding-response parsing paths, allowing remote denial of service. This issue is fixed in version 3.1.3...
CVE-2026-54909
pion/stun is a Go implementation of STUN. Prior to 3.1.3, XORMappedAddress.GetFromAs can panic while parsing a malformed short XOR-MAPPED-ADDRESS attribute in STUN or ICE Binding-response parsing paths, allowing remote denial of service. This issue is fixed in version 3.1.3...
AZL-85229 CVE-2026-41602 affecting package kata-containers-cc for versions less than 3.15.0.aks0-12
Integer Overflow or Wraparound vulnerability in Apache Thrift TFramedTransport Go language implementation This issue affects Apache Thrift: before 0.23.0. Users are recommended to upgrade to version 0.23.0, which fixes the issue...
AZL-85223 CVE-2026-41602 affecting package influxdb for versions less than 2.7.5-17
Integer Overflow or Wraparound vulnerability in Apache Thrift TFramedTransport Go language implementation This issue affects Apache Thrift: before 0.23.0. Users are recommended to upgrade to version 0.23.0, which fixes the issue...
AZL-85220 CVE-2026-41602 affecting package kata-containers-preview 3.27.0~preview2-2
Integer Overflow or Wraparound vulnerability in Apache Thrift TFramedTransport Go language implementation This issue affects Apache Thrift: before 0.23.0. Users are recommended to upgrade to version 0.23.0, which fixes the issue...
AZL-85226 CVE-2026-41602 affecting package kata-containers for versions less than 3.19.1.kata3-4
Integer Overflow or Wraparound vulnerability in Apache Thrift TFramedTransport Go language implementation This issue affects Apache Thrift: before 0.23.0. Users are recommended to upgrade to version 0.23.0, which fixes the issue...