{"id":30815226,"url":"https://github.com/threadlinee/metadata-extractor","last_synced_at":"2026-05-09T03:35:13.804Z","repository":{"id":304339294,"uuid":"1018158997","full_name":"Threadlinee/Metadata-Extractor","owner":"Threadlinee","description":"Metadata Extractor Scans images for any hidden code behind it.","archived":false,"fork":false,"pushed_at":"2025-07-19T10:40:58.000Z","size":125,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-09-06T08:20:30.654Z","etag":null,"topics":["educational","educational-purposes","exploit","github","hacking-tool","image","lua","python","safe","spyware-blocking","useful","viral"],"latest_commit_sha":null,"homepage":"https://docs.github.com","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Threadlinee.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-07-11T17:54:05.000Z","updated_at":"2025-07-20T20:45:50.000Z","dependencies_parsed_at":"2025-07-12T13:40:00.925Z","dependency_job_id":null,"html_url":"https://github.com/Threadlinee/Metadata-Extractor","commit_stats":null,"previous_names":["threadlinee/metadata-extractor"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Threadlinee/Metadata-Extractor","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Threadlinee%2FMetadata-Extractor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Threadlinee%2FMetadata-Extractor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Threadlinee%2FMetadata-Extractor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Threadlinee%2FMetadata-Extractor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Threadlinee","download_url":"https://codeload.github.com/Threadlinee/Metadata-Extractor/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Threadlinee%2FMetadata-Extractor/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32806084,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-08T08:22:46.396Z","status":"online","status_checked_at":"2026-05-09T02:00:06.633Z","response_time":123,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["educational","educational-purposes","exploit","github","hacking-tool","image","lua","python","safe","spyware-blocking","useful","viral"],"created_at":"2025-09-06T08:09:46.226Z","updated_at":"2026-05-09T03:35:13.799Z","avatar_url":"https://github.com/Threadlinee.png","language":"Python","funding_links":["https://ko-fi.com/G2G114SBVV"],"categories":[],"sub_categories":[],"readme":"# 📂 Metadata Extractor Pro\nMetadata Extractor Pro is a powerful, GUI-based tool for extracting metadata from various file formats and scanning them for potential malicious indicators. Whether you're a cybersecurity analyst, digital forensic examiner, or a curious user, this tool provides a comprehensive view into what's hidden behind the files you use every day.\n\n## 🔍 Features\n🖼 Image Metadata Extraction\nExtracts EXIF metadata from image files (.jpg, .png, .tiff, etc.), including camera info, GPS data, and timestamps.\n\n## 📄 Document Metadata Analysis\nParses metadata from:\n\n**PDFs** (.pdf)\n\n**Word documents** (.docx)\n\n**Excel spreadsheets** (.xlsx)\n\n## ⚙️ PE File Inspection\nReads internal structures of Windows executables (.exe) using pefile, revealing headers, sections, entry points, and more.\n\n## 🛡 VirusTotal Integration\nAutomatically checks files against VirusTotal using their public API. If a file isn't found, it uploads it for live scanning.\n\n## 📦 Generic File Fingerprinting\nDisplays file size, MIME type, and cryptographic hashes (MD5, SHA256) for any file format.\n\n##🧵 Multithreaded UI with Animation\nResponsive interface powered by Tkinter, providing visual feedback while scanning.\n\n# 🚀 Installation\nClone the repository\n\ngit clone https://github.com/Threadlinee/Metadata-Extractor.git\ncd Metadata-Extractor\n**Install required dependencies**\nMake sure you have Python 3.8+ installed, then run:\n\npip install -r requirements.txt\n**Run the application**\n\npython metadata_extractor.py\n## 🧠 Use Cases\nDigital Forensics: Identify hidden metadata or malicious indicators in user-submitted files.\n\nCybersecurity: Detect hidden payloads or suspicious executable structures.\n\nPrivacy Audits: Discover personal or location data embedded in photos or documents.\n\nGeneral Curiosity: Learn more about the files you interact with daily.\n\n## 📎 Supported File Types\nFile Type\tSupport Level\n**.jpg**, **.png**\tEXIF metadata\n**.pdf**\tDocument metadata\n**.docx**\tDocument properties\n**.xlsx**\tSpreadsheet properties\n**.exe**\tPE structure + VirusTotal\nOther\tGeneric file details\n\n## 🔐 VirusTotal API Key\nTo enable VirusTotal scanning, replace the placeholder API key in the script with your own:\n\n## 💡 TODOs / Future Improvements\nAdd drag \u0026 drop support\n\nAdd support for **.pptx**, **.mp4**, and other formats\n\nGenerate full scan reports in .txt or .html\n\nAdd support for recursive folder scans\n\n## 🤝 Contributing\nPull requests are welcome! If you have suggestions for improvements or want to add support for more file types, feel free to fork and submit a PR.\n\n## 📄 License\nThis project is licensed under the **MIT License**.\n\n## 🌐 Author\n**Threadlinee**\n🔗 GitHub\n🔍 **Creator of Metadata Extractor Pro**\n\n## ☕ Support If you find this tool useful, drop a ⭐ or fork it. Contributions and proxy improvements are welcome. [![Buy Me a Coffee](https://ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/G2G114SBVV)\n\n## Educational Purposes Only!! Stay safe, stay ethical. ✌️\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthreadlinee%2Fmetadata-extractor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthreadlinee%2Fmetadata-extractor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthreadlinee%2Fmetadata-extractor/lists"}