Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to `claude-red` are documented here. The library follows a p

## [Unreleased]

### Changed

- Replaced an inactive EXIF viewer reference in `offensive-osint` with a browser-local metadata viewer and added evidence-corroboration guidance.

### Planned

- Phase 1 — Internal AD/Windows split (16 skills)
Expand Down
4 changes: 3 additions & 1 deletion Skills/recon/offensive-osint/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -256,11 +256,13 @@ description: "Comprehensive OSINT methodology skill for offensive security, red
- [Forensically](https://29a.ch/photo-forensics/) — Digital image forensics toolkit
- [ExifTool](https://exiftool.org/) — Read/write/edit metadata
- [Jimpl](https://jimpl.com/) — Online EXIF viewer
- [Jeffrey's EXIF viewer](http://exif.regex.info/exif.cgi)Online metadata viewer
- [Metadata Viewer](https://metadataremover.ai/metadata-viewer)Browser-local EXIF, IPTC, XMP, and supported C2PA inspection
- [FOCA](https://www.elevenpaths.com/labstools/foca) — Metadata in documents
- [Metagoofil](https://www.edge-security.com/metagoofil.php) — Extract metadata from public documents
- [C2PA Verify](https://verify.contentauthenticity.org/) — Verify content credentials and AI provenance

Preserve the original artifact and corroborate important metadata values with a second parser before drawing conclusions.

### Video Analysis

- [YouTube Data Viewer](https://citizenevidence.amnestyusa.org/) — Extract YouTube metadata
Expand Down