55565 matches found
xmloxide
xmloxide 一个纯 Rust 实现的 libxml2 —— 开源世界中事实标准的 XML/HTML 解析库。 libxml2 于 2025 年 12 月正式停止维护,并存在已知的安全问题。xmloxide 旨在成为一个内存安全、高性能的替代方案,并通过相同的符合性测试套件。 特性 内存安全 —— 基于竞技场的树结构,公共 API 中零 unsafe 符合标准 —— W3C XML 符合性测试套件 100% 通过率(1727/1727 个适用测试) 错误恢复 —— 解析格式错误的 XML 仍能生成可用的树,与 libxml2 类似 多解析 API —— DOM 树、SAX2...
kuri
Kuri 🌰 安装sh curl -fsSL https://kuri.trilok.ai/download | sh root@kitploit: 支持 macOS arm64/x8664 与 Linux x8664/arm64。单二进制文件,无运行时依赖。 直接下载:macOS arm64 · macOS x8664 · Linux x8664 · Linux arm64 --- 面向 AI 智能体的浏览器自动化与网页爬取。使用 Zig 编写。零 Node.js 依赖。 CDP 自动化 · A11y 快照 · HAR 录制 · 独立抓取器 · 交互式终端浏览器 · Agentic C...
llm-differential-privacy-gateway
Noisegate:面向不可信 AI 代理的差分隐私网关 一个能够研究敏感数据、却无法将任何人单独识别出来的 AI 代理。这一限制是数学上的,由代理无法触及的代码强制执行,并且仓库中附带了试图攻破它的攻击。 一段录制的 Claude Desktop 会话(回复经过删减;图表卡片是会话自带的)。一个 AI 代理按诊断将 20 名患者分组,而 ±12 的噪声淹没了每一个分箱。在被提醒它无法关闭噪声后,它耗尽了一个仅允许三次回答的预算,直到网关返回拒绝 ,而不是一个更安静的答案。在 32,561 行的普查数据上,一个过窄的切片在信任边界处被拒绝...
bluemonday
bluemonday bluemonday is a HTML sanitizer implemented in Go. It is fast and highly configurable. bluemonday takes untrusted user generated content as an input, and will return HTML that has been sanitised against an allowlist of approved HTML elements and attributes so that you can safely include...
bluemonday
bluemonday bluemonday 是一个用 Go 实现的 HTML 净化器。它速度快且高度可配置。 bluemonday 将不受信任的用户生成内容作为输入,并返回已根据一份经批准的 HTML 元素和属性的允许列表进行净化后的 HTML,从而使你可以安全地将这些内容包含在你的网页中。 如果你接受用户生成的内容,并且你的服务器使用 Go,那么你需要 bluemonday。 用于用户生成内容的默认策略(bluemonday.UGCPolicy.Sanitize)会将下面这个: root@kitploit: Hello...
hexora
hexora Hexora 是一款静态分析工具,旨在检测 Python 代码中的恶意和有害模式。它结合了基于规则的静态分析引擎与机器学习模型,对整个源文件进行评分,将其分类为恶意或良性。 它可以用于: 审计项目依赖,以发现潜在的供应链攻击 检测在 Pastebin、GitHub 或开放目录等平台上发现的恶意脚本 分析过去安全事件中的 IoC 文件 审计上传到 PyPi 的新包 示例 如需输出示例,请参见 docs/examples.md 文件。 安装 使用 Python 需要 Python 3.9+。 root@kitploit: pip install hexora 使用 uv:...
WhatWeb
WhatWeb - Escáner web de nueva generación Desarrollado por Andrew Horton urbanadventurer y Brendan Coles bcoles Última versión: v0.6.4. 3 de abril de 2026 Licencia: GPLv2 Este producto está sujeto a los términos detallados en el acuerdo de licencia. Para obtener más información sobre WhatWeb,...
VMPacker
🛡️ VMPacker ARM64 ELF Virtual Machine Protection System 将 ARM64 原生指令翻译为自定义虚拟机字节码,实现函数级代码保护 Features • Architecture • Quick Start • Usage • Building • License Overview VMPacker 是一个针对 ARM64 AArch64 Linux ELF 二进制文件的虚拟机代码保护(VMP)系统。它将目标函数的原生 ARM64 指令解码为中间表示,再翻译为自定义 VM 字节码,并将嵌入式 VM 解释器注入 ELF 文件中,运行时由 VM...
sslscan v2.2.3
sslscan2 sslscan version 2 has now been released. This includes a major rewrite of the backend scanning code, which means that it is no longer reliant on the version of OpenSSL for many checks. This means that it is possible to support legacy protocols SSLv2 and SSLv3, as well as supporting TLSv1...
CVE-2023-6702
Chrome Renderer 1day RCE via Type Confusion in Async Stack Trace CVE-2023-6702 摘要 此漏洞允许远程攻击者在 Chrome 渲染器进程中执行任意代码。 在异步堆栈跟踪处理代码中存在一个不充分的类型检查。 它导致了 FunctionContext 和 NativeContext 之间的类型混淆,从而非法访问 JSGlobalProxy-hash 值。 通过堆喷射,攻击者能够注入伪造的异步堆栈帧,并构建 fakeobj 原语。 利用 fakeobj 原语,攻击者能够在 Chrome 渲染器进程中实现任意代码执行。...
lazyrecon
root@kitploit: | | | |/ | /| | | | / / |/ | \ | | | / / | | | | | | / | | | ||\ |/ \ || ||/|| |v2 |/ Lazyrecon v2 is a subdomain discovery tool that finds and resolves valid subdomains then performs SSRF/LFI/SQLi fuzzing, brute-force and port scanning. It has a simple modular architecture and...
recaptcha
描述 此仓库包含对 Google 反机器人系统 reCAPTCHA 的技术分析,重点关注: 载荷结构与值 指纹识别技术 混淆技术 反调试/篡改技术 虚拟机 联系方式 Discord: @grecaptcha Telegram: @lyxlobyx 混淆技术 reCAPTCHA 是拥有最复杂混淆技术的反机器人系统之一,它采用一系列变换使代码难以阅读且更难进行逆向工程。大多数混淆可以通过抽象语法树 AST 轻松处理,但有些是在运行时处理的,这使得 AST 在这种情况下毫无用处。多态性也被应用于代码,以在脚本的每个版本中改变其结构。例如,代码不会直接执行操作,而是使用形状变化的对象或函数。...
sslscan
sslscan2 sslscan version 2 has now been released. This includes a major rewrite of the backend scanning code, which means that it is no longer reliant on the version of OpenSSL for many checks. This means that it is possible to support legacy protocols SSLv2 and SSLv3, as well as supporting TLSv1...
domato
Domato 🍅 Un fuzzer de DOM Escrito y mantenido por Ivan Fratric, [email protected] Copyright 2017 Google Inc. Todos los derechos reservados. Licenciado bajo la Apache License, Versión 2.0 la "Licencia"; no puede utilizar este archivo excepto en cumplimiento de la Licencia. Puede obtener una...
domato
Domato 🍅 A DOM fuzzer Written and maintained by Ivan Fratric, [email protected] Copyright 2017 Google Inc. All Rights Reserved. Licensed under the Apache License, Version 2.0 the "License"; you may not use this file except in compliance with the License. You may obtain a copy of the License ...
Microsoft Windows Cloud Files Mini Filter Driver CldiStreamPrepareRequestForMoreProcessing Type Confusion vulnerability
Summary A type confusion vulnerability exists in the CldiStreamPrepareRequestForMoreProcessing functionality of Windows Cloud Files Mini Filter Driver versions: 10.0.26100.8457 WinBuild.160101.0800 and 10.0.26100.8655 WinBuild.160101.0800. A specially crafted sequence of Cloud Filter API calls ca...
gemma_crackme_tutorial
使用 Google 的 Gemma 4 E4B 本地 AI 模型逆向分析一个简单的 Crackme 我最近在玩 Google 新发布的 Gemma E4B 开放权重本地模型,令我惊讶的是,它在本地离线逆向工程场景中取得了很大的成功。我想写这个教程,告诉大家本地 AI 现在已经足以胜任许多基础的逆向任务,并且情况很可能会从现在开始迅速改善。 逆向工程与 AI 逆向一个新二进制文件时,最繁琐的部分往往在最开始——你对重要的函数和变量毫无头绪。逆向工程师有许多入门技巧,包括查看字符串引用、二进制差异比较,或者匹配相似函数。 AI 在这方面非常擅长,我个人在使用 OpenAI API...
CMF-Watch-Pro-2-BLE-Protocol
CMF Watch Pro 2 — BLE 协议(逆向工程) 非官方。 本文档描述了 CMF Watch Pro 2 (CMF by Nothing)的蓝牙低功耗(BLE)协议, 通过逆向工程重建,用于替代配套应用。它与 Nothing/CMF 无关联,也未获其认可。使用风险自负。 帧头和操作码中的所有多字节整数均为大端序。 命令载荷内部 的整数除非另有说明,否则为小端序 (这与设备固件一致)——请注意例外情况(GOALSSET、GPSPUSH、批量传输的偏移量/长度为 大端序)。 置信度标记 以下每项非显而易见的声明都标注了其确定方式: ✅ 已在设备上验证 —...
git-vuln-finder
git-vuln-finder 从git提交信息中发现潜在软件漏洞。 输出格式为JSON,包含可能涉及软件漏洞修复的相关提交。搜索仅基于对提交信息的一组正则表达式。如果存在CVE ID,则会自动添加到输出中。输入可以是任何git仓库或GH archive源。 要求 jq(sudo apt install jq) Python poetry 安装 作为库使用 git-vuln-finder 可以通过 poetry 安装。如果你没有安装 poetry,可以执行以下命令 curl -sSL...
git-vuln-finder
git-vuln-finder Finding potential software vulnerabilities from git commit messages. The output format is a JSON with the associated commit which could contain a fix regarding a software vulnerability. The search is based on a set of regular expressions against the commit messages only. If CVE ID...