2390 matches found
Jeeves
Jeeves 使用 • 安装 Jeeves 旨在通过信息收集来寻找基于时间的盲 SQL 注入漏洞。 目录: 安装 使用 添加请求头 使用代理 发起 POST 请求 其他使用方法 - 安装与要求: 安装 Jeeves 💀 root@kitploit: $ go install github.com/ferreiraklet/Jeeves@latest 或者 root@kitploit: $ git clone https://github.com/ferreiraklet/Jeeves.git $ cd Jeeves $ go build jeeves.go $ chmod +x...
mosint
功能 • 安装 • 服务 • 用法 • Docker • 配置 • 界面 Mosint 是一个用 Go 编写的自动化电子邮件 OSINT 工具,能够快速高效地对目标邮箱进行调查。它整合了众多服务,使安全研究人员能够迅速获取大量信息。 功能 快速简单的电子邮件扫描 优化易用性,资源占用轻量 电子邮件验证与校验 检查社交媒体 账户 检查数据泄露 和密码泄露 查找相关 邮箱和域名 扫描 Pastebin 转储 Google 搜索 DNS/IP 查询 输出为 JSON 文件 使用 --coffee 标志打印咖啡! 安装 root@kitploit: go install -v...
hyperfox
Hyperfox Hyperfox 是一款安全审计工具,用于代理并记录两个端点之间的 HTTP 和 HTTPS 流量。 安装 您可以通过以下命令将 Hyperfox 的最新版本安装到 /usr/local/bin(需要管理员权限): root@kitploit: curl -sL 'https://raw.githubusercontent.com/malfunkt/hyperfox/master/install.sh' | sh 如果您不放心直接运行此脚本,也可以从我们的发布页面获取预编译版本并手动安装。 从源码构建 hyperfox 要从源码构建 hyperfox,您需要安装 Go ...
CVE-2023-23752
Binarios para CVE-2023-23752 Solo con fines éticos y educativos 😉 Uso root@kitploit: CVE-2023-23752 -u http://someserverexample.com Compilar desde el código fuente Go Si tienes Go instalado, haz: root@kitploit: git clone https://github.com/gunzf0x/CVE-2023-23752.git cd CVE-2023-23752 go run main....
CVE-2020-11546
Prefacio Herramienta de explotación en lenguaje Go para CVE-2020-11546, solo como práctica con Go. Uso root@kitploit: go get -u -v github.com/damit5/CVE-2020-11546@master CVE-2020-11546 Compilación propia root@kitploit: git clone https://github.com/damit5/CVE-2020-11546 bash build.sh...
GONET-Scanner
GO/NET 扫描器 截图 安装 root@kitploit: chmod +x install.sh ./install.sh 以 root 身份 用法 root@kitploit: 参数 -ar CIDR: ARP 发现 -ar CIDR -s: 扫描发现的所有主机上的端口 -ap: 扫描全部 65535 个端口 -pr MINPORT MAXPORT: 定义要扫描的端口范围 -1000: 扫描前 1000 个端口(类似 nmap) -t: 设置超时时间(毫秒) 示例 go run scannerport.go -ap : 全端口 TCP 扫描 go run scannerport....
scour
Scour - AWS 检测框架 该工具用于在 AWS 控制平面内模拟攻击模式。每个攻击都会附带一个特定的 UA(用户代理),供蓝队进行信号检测。 状态 目前仍在积极开发中。存在大量错误 。 尚未准备好投入生产环境。 问题提交地址 : https://github.com/grines/scour/issues 维护者 : grines 什么是 Scour? Scour 是一个基于 Golang 编写的现代模块化 AWS 利用框架,专为红队测试和蓝队分析而设计。它包含可用来攻击环境或构建防御检测的现代技术。 特性 命令补全 动态资源列表 命令历史 蓝队模式(为攻击行为添加唯一的用户代理标...
pingtunnel master-d7cd0d6ab5f18e7d8d050385e8d240b3b2f41e6c
Pingtunnel Pingtunnel is a tool that sends TCP/UDP traffic over ICMP. Note: This tool is only to be used for study and research, do not use it for illegal purposes Usage & Detailed Documentation 📖 For detailed documentation, seeUSAGE.md: includes complete command-line parameters, configuration fi...
GO-2026-6367 vulnerabilities
Vulnerabilities for packages: kubescape-server-fips, kubescape-server, kubescape...
rmm
Recon MindMap RMM Tomando inspiración del taller TBHM v4 recon edition by Jason Haddix, desarrollé una herramienta de interfaz de línea de comandos CLI que simplificará la tarea de organizar una lista de dominios y subdominios. El objetivo es crear una herramienta que pueda generar fácilmente...
doser.go
doser.go Herramienta DoS para peticiones HTTP inspirada en hulk pero con más funcionalidades escrita en Go: ¿Cómo usarla? 1. Compílala root@kitploit: go build doser.go 2. Úsala Por ejemplo: 999 hilos envía peticiones GET. Nota: Por favor, no ataques realmente mi sitio web root@kitploit: ./doser -...
arpspoof
ARP spoof Instalar root@kitploit: CGOENABLED=0 go install -ldflags "-s -w" -trimpath github.com/shadowy-pycoder/arpspoof/cmd/af@latest Uso...
dnsprobe
注意 - 该项目已停止维护。新的更新和修复将推送到 dnsx。 DNSProbe 是一个基于 retryabledns 构建的工具,允许你使用用户提供的解析器列表执行多个选择的 DNS 查询。 资源 资源 功能 用法 安装说明 从源码安装 在 Docker 容器中运行 查询主机的 A 记录 查询主机的 CNAME 记录 查询 Subfinder 输出的 CNAME 记录 许可证 功能 简单便捷的 DNS 记录查询工具。 用法 root@kitploit: dnsprobe -h 这将显示工具的帮助信息。以下是所有支持的选项。 安装说明 从源码安装 dnsprobe 需要 go1.13+...
gokart
GoKart - Go 安全静态分析 GoKart 是一款针对 Go 语言的静态分析工具,它利用 Go 源码的 SSA(单静态赋值)形式来发现漏洞。该工具能够追踪变量和函数参数的来源,判断输入源是否安全,从而相比其他 Go 安全扫描器减少误报数量。例如,通常与变量拼接的 SQL 查询可能被标记为 SQL 注入;但 GoKart 能够判断该变量是否实际上是常量或常量等价物,这种情况下并不存在漏洞。 GoKart 还为 Chariot (Praetorian 的安全平台)提供动力,帮助您发现、管理并修复源码及云环境中的漏洞。Chariot 让您能够轻松对源码进行自动化、持续的 GoKart...
Gxss
项目现已弃用,因为 Dalfox 具有发现选项,可用于识别反射参数 dalfox file urls.txt --skip-xss-scanning -o reflecting.txt Gxss v4.0 一款轻量级工具,用于检查 URL 中的反射参数。灵感来源于 @tomnomnom 的 kxss。 安装 go install github.com/KathanP19/Gxss@latest 如果上述步骤无效,你可以尝试从这里下载预编译的二进制文件 https://github.com/KathanP19/Gxss/releases 用法 root@kitploit: | | | | ...
Aurora
Aurora RAT About Aurora RAT or Remote Administration Tool is written in Go. This project was started to learn networking in go and get myself started in the security field. Usage Compile and run Main.go then run the stub on whatever computer you wish to control. Stub The stub can be found here...
EUVD-2026-42937
Excelize: Negative shared-string index causes panic in GetCellValue and GetRows...
IfritProxy
🔥 AI-Powered Threat Deception & Intelligence Platform Turn attackers into intelligence sources with adaptive honeypot responses 📦 Quick Start • ✨ Features • 🔄 How It Works • 📚 Docs • 🔌 API...