mirror of
https://github.com/lockfale/OSINT-Framework.git
synced 2026-08-22 13:52:23 +02:00
Enrich Documentation/Evidence Capture tools with OSINT metadata (THE-170)
Populated enrichment fields for all 15 tools across Web Browsing, Screen Capture, Map Locations, and Timeline subcategories: - Forensic OSINT, Fiddler, Burp Suite, Page2Images, Archive.is, Web Page Saver, Snapper, Full Page Screen Capture, EZR OSINT Sidebar - FRAPS, ShareX, Greenshot - Google Street View Hyperlapse, ZeeMaps - Timeline JS3 Added: description, status, pricing, bestFor, input, output, opsec, opsecNote, localInstall, googleDork, registration, editUrl, api, invitationOnly, deprecated. Key findings: 14 LIVE, 1 deprecated (FRAPS - last updated 2013). 12 PASSIVE tools, 2 ACTIVE (Fiddler, Burp Suite - traffic interception). Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
+240
-15
@@ -20932,47 +20932,182 @@
|
||||
{
|
||||
"name": "Forensic OSINT (T)",
|
||||
"type": "url",
|
||||
"url": "https://www.forensicosint.com/"
|
||||
"url": "https://www.forensicosint.com/",
|
||||
"description": "Chrome extension for full-page web capture with evidence preservation; timestamps and disclosure-ready exports for legal investigations.",
|
||||
"status": "live",
|
||||
"pricing": "free",
|
||||
"bestFor": "Evidence capture, legal documentation, case-level review",
|
||||
"input": "Website URL",
|
||||
"output": "Full-page screenshots with metadata, timestamps, and case organization",
|
||||
"opsec": "passive",
|
||||
"opsecNote": "Browser-based evidence tool; creates timestamped records suitable for disclosure.",
|
||||
"localInstall": true,
|
||||
"googleDork": false,
|
||||
"registration": false,
|
||||
"editUrl": false,
|
||||
"api": true,
|
||||
"invitationOnly": false,
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
"name": "Fiddler (T)",
|
||||
"type": "url",
|
||||
"url": "https://www.telerik.com/download/fiddler"
|
||||
"url": "https://www.telerik.com/download/fiddler",
|
||||
"description": "Web debugging proxy that monitors, inspects, and logs HTTPS/WebSocket traffic between a computer and the internet for analysis.",
|
||||
"status": "live",
|
||||
"pricing": "freemium",
|
||||
"bestFor": "Network traffic analysis, web debugging, protocol inspection",
|
||||
"input": "HTTP/HTTPS traffic",
|
||||
"output": "Captured requests/responses, traffic logs, header analysis",
|
||||
"opsec": "active",
|
||||
"opsecNote": "Network-level traffic capture; may require target awareness and can trigger security alarms.",
|
||||
"localInstall": true,
|
||||
"googleDork": false,
|
||||
"registration": true,
|
||||
"editUrl": false,
|
||||
"api": true,
|
||||
"invitationOnly": false,
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
"name": "Burp Suite (T)",
|
||||
"type": "url",
|
||||
"url": "https://portswigger.net/burp/download.html"
|
||||
"url": "https://portswigger.net/burp/download.html",
|
||||
"description": "Integrated web application security testing platform with proxy, scanner, and manual testing tools for vulnerability assessment.",
|
||||
"status": "live",
|
||||
"pricing": "freemium",
|
||||
"bestFor": "Web application security testing, vulnerability discovery, traffic analysis",
|
||||
"input": "Web application traffic",
|
||||
"output": "Security scan results, vulnerability reports, request/response logs",
|
||||
"opsec": "active",
|
||||
"opsecNote": "Active security testing tool; generates traffic and may trigger security alarms on target systems.",
|
||||
"localInstall": true,
|
||||
"googleDork": false,
|
||||
"registration": true,
|
||||
"editUrl": false,
|
||||
"api": true,
|
||||
"invitationOnly": false,
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
"name": "Page2Images (T)",
|
||||
"type": "url",
|
||||
"url": "https://www.page2images.com/URL-Live-Website-Screenshot-Generator"
|
||||
"url": "https://www.page2images.com/URL-Live-Website-Screenshot-Generator",
|
||||
"description": "Website screenshot and full-page capture API that converts URLs to images for various devices including desktop, mobile, and tablet.",
|
||||
"status": "live",
|
||||
"pricing": "freemium",
|
||||
"bestFor": "Website documentation, responsive testing, visual archiving",
|
||||
"input": "Domain URL",
|
||||
"output": "Full-page screenshots (PNG/JPG), mobile previews, device-specific captures",
|
||||
"opsec": "passive",
|
||||
"opsecNote": "Remote screenshot capture via third-party service; passive documentation with no direct interaction.",
|
||||
"localInstall": false,
|
||||
"googleDork": false,
|
||||
"registration": false,
|
||||
"editUrl": true,
|
||||
"api": true,
|
||||
"invitationOnly": false,
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
"name": "Archive.is",
|
||||
"type": "url",
|
||||
"url": "https://archive.is/"
|
||||
"url": "https://archive.is/",
|
||||
"description": "Web archiving service that creates instant permanent snapshots of webpages as they appear at capture time.",
|
||||
"status": "live",
|
||||
"pricing": "free",
|
||||
"bestFor": "Web archiving, evidence preservation, historical snapshots",
|
||||
"input": "URL",
|
||||
"output": "Archived webpage snapshot with metadata and permanent access URL",
|
||||
"opsec": "passive",
|
||||
"opsecNote": "Creates public archive links; snapshots may be indexed and are publicly accessible.",
|
||||
"localInstall": false,
|
||||
"googleDork": false,
|
||||
"registration": false,
|
||||
"editUrl": true,
|
||||
"api": false,
|
||||
"invitationOnly": false,
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
"name": "Web Page Saver",
|
||||
"type": "url",
|
||||
"url": "https://www.magnetforensics.com/resources/web-page-saver/"
|
||||
"url": "https://www.magnetforensics.com/resources/web-page-saver/",
|
||||
"description": "Browser extension for saving complete webpages as single HTML files for offline access and evidence preservation.",
|
||||
"status": "live",
|
||||
"pricing": "free",
|
||||
"bestFor": "Document preservation, offline access, evidence capture",
|
||||
"input": "Webpage URL",
|
||||
"output": "Single HTML file (.html/.mhtml) with embedded resources",
|
||||
"opsec": "passive",
|
||||
"opsecNote": "Passive local document capture; no network activity after the initial page save.",
|
||||
"localInstall": true,
|
||||
"googleDork": false,
|
||||
"registration": false,
|
||||
"editUrl": false,
|
||||
"api": false,
|
||||
"invitationOnly": false,
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
"name": "Snapper (T)",
|
||||
"type": "url",
|
||||
"url": "https://github.com/dxa4481/Snapper"
|
||||
"url": "https://github.com/dxa4481/Snapper",
|
||||
"description": "Open-source Linux-based tool for automated batch website screenshotting and file capture across multiple hosts.",
|
||||
"status": "live",
|
||||
"pricing": "free",
|
||||
"bestFor": "Batch website screenshots, post-reconnaissance documentation",
|
||||
"input": "URLs or host lists",
|
||||
"output": "PNG screenshots, batch capture output",
|
||||
"opsec": "passive",
|
||||
"opsecNote": "Open-source passive screenshot capture tool; sends HTTP requests to targets during capture.",
|
||||
"localInstall": true,
|
||||
"googleDork": false,
|
||||
"registration": false,
|
||||
"editUrl": false,
|
||||
"api": false,
|
||||
"invitationOnly": false,
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
"name": "Full Page Screen Capture Chrome Extension (T)",
|
||||
"type": "url",
|
||||
"url": "https://github.com/mrcoles/full-page-screen-capture-chrome-extension"
|
||||
"url": "https://github.com/mrcoles/full-page-screen-capture-chrome-extension",
|
||||
"description": "Chrome extension for one-click full-page screenshot capture of entire scrollable page content.",
|
||||
"status": "live",
|
||||
"pricing": "free",
|
||||
"bestFor": "Full-page documentation, scrollable content capture, visual evidence",
|
||||
"input": "Website URL",
|
||||
"output": "PNG/JPG/PDF screenshots with export options",
|
||||
"opsec": "passive",
|
||||
"opsecNote": "Browser-based passive capture; no traffic interception or modification.",
|
||||
"localInstall": true,
|
||||
"googleDork": false,
|
||||
"registration": false,
|
||||
"editUrl": false,
|
||||
"api": false,
|
||||
"invitationOnly": false,
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
"name": "EZR OSINT Sidebar (T)",
|
||||
"type": "url",
|
||||
"url": "https://chromewebstore.google.com/detail/ezr-osint-sidebar/joagbbgciboooipadijeaoidjjigdmof"
|
||||
"url": "https://chromewebstore.google.com/detail/ezr-osint-sidebar/joagbbgciboooipadijeaoidjjigdmof",
|
||||
"description": "Chrome extension providing integrated OSINT tools in a browser sidebar; extracts and documents images, emails, IPs, and metadata from web content.",
|
||||
"status": "live",
|
||||
"pricing": "free",
|
||||
"bestFor": "OSINT data extraction, metadata analysis, investigation documentation",
|
||||
"input": "Web content, images, emails, IP addresses",
|
||||
"output": "Extracted metadata, EXIF data, SHA-256 hashes, reverse search links, screenshots",
|
||||
"opsec": "passive",
|
||||
"opsecNote": "Aggregates public OSINT data via sidebar-based information extraction; no active probing.",
|
||||
"localInstall": true,
|
||||
"googleDork": false,
|
||||
"registration": false,
|
||||
"editUrl": false,
|
||||
"api": false,
|
||||
"invitationOnly": false,
|
||||
"deprecated": false
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -20983,17 +21118,62 @@
|
||||
{
|
||||
"name": "FRAPS (T)",
|
||||
"type": "url",
|
||||
"url": "https://fraps.com/"
|
||||
"url": "https://fraps.com/",
|
||||
"description": "Video recording and screen capture utility for Windows with FPS benchmarking and lossless video capture; last updated 2013 but still functional.",
|
||||
"status": "live",
|
||||
"pricing": "freemium",
|
||||
"bestFor": "Video game documentation, screen recording, FPS benchmarking",
|
||||
"input": "Screen or game window",
|
||||
"output": "Video files (up to 120fps), screenshots (BMP), benchmark statistics",
|
||||
"opsec": "passive",
|
||||
"opsecNote": "Screen recording tool that captures visible screen content locally; no network activity.",
|
||||
"localInstall": true,
|
||||
"googleDork": false,
|
||||
"registration": false,
|
||||
"editUrl": false,
|
||||
"api": false,
|
||||
"invitationOnly": false,
|
||||
"deprecated": true
|
||||
},
|
||||
{
|
||||
"name": "ShareX (T)",
|
||||
"type": "url",
|
||||
"url": "https://getsharex.com/"
|
||||
"url": "https://getsharex.com/",
|
||||
"description": "Free and open-source screenshot and screen recording tool for Windows supporting 80+ upload destinations and extensive automation workflows.",
|
||||
"status": "live",
|
||||
"pricing": "free",
|
||||
"bestFor": "Screenshot documentation, screen recording, quick sharing",
|
||||
"input": "Screen region or full screen",
|
||||
"output": "PNG/JPG/GIF screenshots, MP4/WebM videos with audio",
|
||||
"opsec": "passive",
|
||||
"opsecNote": "Open-source screen capture tool; supports local storage and optional cloud uploads.",
|
||||
"localInstall": true,
|
||||
"googleDork": false,
|
||||
"registration": false,
|
||||
"editUrl": false,
|
||||
"api": false,
|
||||
"invitationOnly": false,
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
"name": "Greenshot (T)",
|
||||
"type": "url",
|
||||
"url": "https://getgreenshot.org/"
|
||||
"url": "https://getgreenshot.org/",
|
||||
"description": "Free and open-source screenshot program for Windows and macOS with annotation, highlighting, and multi-format export capabilities.",
|
||||
"status": "live",
|
||||
"pricing": "free",
|
||||
"bestFor": "Screenshot capture, annotation, web page documentation",
|
||||
"input": "Screen region or full page",
|
||||
"output": "PNG/JPG/GIF screenshots with annotations and highlight options",
|
||||
"opsec": "passive",
|
||||
"opsecNote": "Open-source passive screenshot tool; captures local screen content only.",
|
||||
"localInstall": true,
|
||||
"googleDork": false,
|
||||
"registration": false,
|
||||
"editUrl": false,
|
||||
"api": false,
|
||||
"invitationOnly": false,
|
||||
"deprecated": false
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -21004,19 +21184,64 @@
|
||||
{
|
||||
"name": "Google Street View - Hyperlapse",
|
||||
"type": "url",
|
||||
"url": "https://github.com/TeehanLax/Hyperlapse.js"
|
||||
"url": "https://github.com/TeehanLax/Hyperlapse.js",
|
||||
"description": "Tool for creating timelapse and hyperlapse videos from Google Street View images along selected routes for geographic visualization.",
|
||||
"status": "live",
|
||||
"pricing": "free",
|
||||
"bestFor": "Route documentation, geographic visualization, temporal narrative",
|
||||
"input": "Route coordinates (start/end points)",
|
||||
"output": "Hyperlapse video animation showing virtual travel along route",
|
||||
"opsec": "passive",
|
||||
"opsecNote": "Uses public Google Street View data; passive visualization with no active reconnaissance.",
|
||||
"localInstall": false,
|
||||
"googleDork": false,
|
||||
"registration": false,
|
||||
"editUrl": false,
|
||||
"api": false,
|
||||
"invitationOnly": false,
|
||||
"deprecated": false
|
||||
},
|
||||
{
|
||||
"name": "ZeeMaps",
|
||||
"type": "url",
|
||||
"url": "https://www.zeemaps.com/"
|
||||
"url": "https://www.zeemaps.com/",
|
||||
"description": "Interactive map creation and sharing tool with unlimited markers, 3-level access control, and support for crowdsourced data input.",
|
||||
"status": "live",
|
||||
"pricing": "paid",
|
||||
"bestFor": "Location mapping, investigation visualization, crowdsourced data collection",
|
||||
"input": "Locations via search, spreadsheet, CSV, KML, or GeoRSS",
|
||||
"output": "Interactive maps with markers, routes, reports, and data aggregation",
|
||||
"opsec": "passive",
|
||||
"opsecNote": "Cloud mapping service; creates shareable maps that may be public unless access is restricted.",
|
||||
"localInstall": false,
|
||||
"googleDork": false,
|
||||
"registration": true,
|
||||
"editUrl": false,
|
||||
"api": true,
|
||||
"invitationOnly": false,
|
||||
"deprecated": false
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Timeline JS3",
|
||||
"type": "url",
|
||||
"url": "https://timeline.knightlab.com/"
|
||||
"url": "https://timeline.knightlab.com/",
|
||||
"description": "Open-source JavaScript timeline tool by Knight Lab that creates interactive multimedia timelines from Google Sheets or JSON data.",
|
||||
"status": "live",
|
||||
"pricing": "free",
|
||||
"bestFor": "Event documentation, chronological narrative, historical timeline creation",
|
||||
"input": "Google Sheet or JSON data",
|
||||
"output": "Interactive web timeline with multimedia support (Twitter, Flickr, YouTube, maps, etc.)",
|
||||
"opsec": "passive",
|
||||
"opsecNote": "Web-based timeline visualization; published timelines may be publicly accessible.",
|
||||
"localInstall": true,
|
||||
"googleDork": false,
|
||||
"registration": false,
|
||||
"editUrl": false,
|
||||
"api": true,
|
||||
"invitationOnly": false,
|
||||
"deprecated": false
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user