awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
BishopFox avatar

BishopFox/unredacter

0
View on GitHub↗
8,351 星标·809 分支·TypeScript·GPL-3.0·2 次浏览

Unredacter

Unredacter 是一个计算机视觉文本重建器和图像取证工具,旨在从像素化图像中恢复隐藏字符。它充当一种反转像素化以识别模糊视觉块内文本的工具。

该系统使用将像素化图像块与匹配目标文本排版样式的渲染候选字符进行比较的过程。这允许通过自动化视觉分析来重建模糊信息。

该项目涵盖了数字取证分析、图像脱敏测试和信息泄露评估的功能,以验证基于图像的掩码技术的有效性。

Features

  • Pixelated Text Recoveries - Reconstructs obscured text by comparing pixelated image blocks against generated candidate characters.
  • Text Reconstruction Systems - Uses image analysis to reverse pixelation and identify characters within obscured visual blocks.
  • Text Reconstructions - Assembles the most probable character candidates into a legible string based on visual similarity scores.
  • Visual Character Matching - Provides a brute-force matching engine that compares pixelated blocks against a library of rendered character templates.
  • Forensic Tools - Provides a forensic utility for analyzing and recovering hidden information from digitally manipulated or redacted images.
  • Digital Forensics - Analyzes redacted documents and screenshots to uncover hidden text as part of a digital forensics investigation.
  • Synthetic Character Sets - Creates sets of reference images by rendering text with various fonts and styles to simulate original redactions.
  • Grid-Based Segmentations - Implements a grid-based image segmentation process to isolate individual pixelated character blocks for analysis.
  • Information Leakage - Evaluates the strength of image masking methods to prevent sensitive information leakage in published materials.
  • Resolution-Matched Comparisons - Analyzes visual similarity by reducing images to the resolution of pixelated blocks for direct pixel comparison.
  • Typographic Template Rendering - Generates candidate characters using specific font weights and sizes to mirror the typographic properties of target text.
  • Redaction Effectiveness Testing - Verifies if pixelation techniques effectively hide sensitive information or if the data can be recovered by attackers.
  • Forensic Analysis Tools - Tool for recovering redacted text from images.

Star 历史

bishopfox/unredacter 的 Star 历史图表bishopfox/unredacter 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI

常见问题解答

bishopfox/unredacter 是做什么的?

Unredacter 是一个计算机视觉文本重建器和图像取证工具,旨在从像素化图像中恢复隐藏字符。它充当一种反转像素化以识别模糊视觉块内文本的工具。

bishopfox/unredacter 的主要功能有哪些?

bishopfox/unredacter 的主要功能包括:Pixelated Text Recoveries, Text Reconstruction Systems, Text Reconstructions, Visual Character Matching, Forensic Tools, Digital Forensics, Synthetic Character Sets, Grid-Based Segmentations。

bishopfox/unredacter 有哪些开源替代品?

bishopfox/unredacter 的开源替代品包括: beurtschipper/depix — Depix is a pixelation recovery tool and digital forensics utility designed to reconstruct plaintext from pixelated… z4nzu/hackingtool — This project is a comprehensive cybersecurity tool collection designed to support security research, penetration… withsecurelabs/chainsaw — Chainsaw is a Windows forensic analysis tool used for parsing system databases and extracting security artefacts. It… mvt-project/mvt — This project is a command-line forensic toolkit designed for the investigation and security auditing of mobile… volatilityfoundation/volatility3 — Volatility3 is a memory forensics framework and analysis tool used to parse volatile memory dumps. It extracts digital… volatilityfoundation/volatility — Volatility is a memory forensics framework and digital forensics tool designed to extract and analyze evidence from…

Unredacter 的开源替代方案

相似的开源项目,按与 Unredacter 的功能重合度排序。
  • beurtschipper/depixbeurtschipper 的头像

    beurtschipper/Depix

    4,533在 GitHub 上查看↗

    Depix is a pixelation recovery tool and digital forensics utility designed to reconstruct plaintext from pixelated images. It functions as a brute-force text reconstructor that identifies original text sequences by matching pixel blocks against a library of rendered characters. The tool operates as a proof of concept for image de-pixelation, utilizing pattern analysis to reveal hidden information. It is used for digital forensic analysis and redaction security testing to evaluate the effectiveness of pixelation as a method of obscuring sensitive data. The reconstruction process involves colo

    Python
    在 GitHub 上查看↗4,533
  • z4nzu/hackingtoolZ4nzu 的头像

    Z4nzu/hackingtool

    77,515在 GitHub 上查看↗

    This project is a comprehensive cybersecurity tool collection designed to support security research, penetration testing, and vulnerability assessment. It functions as a unified penetration testing suite, providing a centralized environment where professionals can access a wide range of offensive security utilities to identify system weaknesses and study attack vectors. The platform distinguishes itself through a modular architecture that aggregates disparate security scripts into a single, hierarchical command-line interface. It simplifies the management of these utilities by integrating ext

    Pythonallinonehackingtoolbesthackingtoolctf-tools
    在 GitHub 上查看↗77,515
  • volatilityfoundation/volatilityvolatilityfoundation 的头像

    volatilityfoundation/volatility

    7,971在 GitHub 上查看↗

    Volatility is a memory forensics framework and digital forensics tool designed to extract and analyze evidence from volatile computer memory dumps. It functions as a memory dump parser and analysis platform used to identify running processes, network connections, and loaded modules from a system RAM capture. The framework enables the reconstruction of system state to uncover malicious activity, such as rootkits and injected code, during malware incident response and threat hunting. It provides capabilities for digital forensic investigations to detect unauthorized access and indicators of com

    Pythonmalwarememorypython
    在 GitHub 上查看↗7,971
  • mvt-project/mvtmvt-project 的头像

    mvt-project/mvt

    12,481在 GitHub 上查看↗

    This project is a command-line forensic toolkit designed for the investigation and security auditing of mobile devices. It provides a framework for collecting system logs, application data, and forensic artifacts to identify potential security breaches, unauthorized access, or evidence of malicious activity. The utility employs a modular extraction architecture that parses diverse file formats and system logs into a standardized, normalized data structure. By utilizing this unified format, the tool performs both heuristic analysis of system metadata and pattern matching against structured thr

    Pythonandroidforensicsforensics-tools
    在 GitHub 上查看↗12,481
查看 Unredacter 的所有 30 个替代方案→