7 matches found
flowinspect
flowinspect Una herramienta de inspección de tráfico de red Descripción: Utiliza libnids a través de sus bindings de Python de Jon Oberheide: pynids para desfragmentar IP y reensamblar paquetes TCP UDP se inspecciona por paquete para generar flujos de red. Estos flujos se inspeccionan a...
GitGot
描述 GitGot 是一款半自动化、反馈驱动的工具,旨在帮助用户快速搜索 GitHub 上的大量公开数据,寻找敏感密钥。 工作原理 在搜索会话期间,用户可以向 GitGot 提供关于忽略哪些搜索结果的反馈,GitGot 则会裁剪结果集。用户可以通过文件名、仓库名、用户名或文件内容的模糊匹配来屏蔽文件。 之前会话生成的屏蔽列表可以保存并用于类似查询(例如,example.com 对比 subdomain.example.com 对比 Example Org)。会话也可以随时暂停和恢复。...
CVE-2026-53432
fzf is vulnerable to Integer Overflow leading to crash in FuzzyMatchV2 function. When input line length is approximately 2,200,000 bytes and pattern length is 999 bytes, the product overflows. The Go runtime detects the invalid slice bounds and terminates the process immediately with a...
CVE-2026-53432
fzf is vulnerable to Integer Overflow leading to crash in FuzzyMatchV2 function. When input line length is approximately 2,200,000 bytes and pattern length is 999 bytes, the product overflows. The Go runtime detects the invalid slice bounds and terminates the process immediately with a...
EUVD-2025-23165
Malicious code in bioql PyPI...
PT-2025-31382 · Dedupe · Dedupe
Name of the Vulnerable Software and Affected Versions: dedupe versions prior to commit 3f61e79 Description: dedupe is a Python library used for fuzzy matching, deduplication, and entity resolution on structured data. A critical severity issue exists in the .github/workflows/benchmark-bot.yml...
Fuzzy matching with Ghidra BSim, a guide
TL;DR BSim, Ghidra’s new built-in plugin is a game-changer for reversing firmware and other stripped binaries. Rapidly identify and annotate functions from known libraries. Fuzzy matching works with unknowns, like exact library versions and compiler options. Automatically define custom variable...