diff --git a/docs/website/index.html b/docs/website/index.html
index 82b4559..7cbaa3f 100644
--- a/docs/website/index.html
+++ b/docs/website/index.html
@@ -434,7 +434,7 @@
Every file has a story. DMS to decimal degrees conversion, Nominatim reverse geocoding with caching, direct map links. Physical location from a single file. DMS to decimal degrees conversion, Nominatim reverse geocoding (rate-limited, cached), direct map links. Opsec-aware: --no-geocode keeps coordinates off the wire, --nominatim-url targets a self-hosted server. --user-agent stealth swaps the default UA for a realistic browser fingerprint. 13 presets: Chrome, Firefox, Safari, Edge, Android, iPhone, Googlebot. Or pass any custom string. Pass a path or a URL, MetaDetective figures out the rest: MetaDetective.py ./loot/ analyzes, MetaDetective.py https://target.com/ scrapes. The classic -d / -s -u flags still work, safeguards intact. Metadata is attacker-controlled. Every value is HTML-escaped in the report, so a booby-trapped document can't run code in the analyst's browser. Safe to open, safe to share.
CASE #MD-2.0.4-2026
CASE #MD-2.0.6-2026
AGPL-3.0
single file deployment
/MetaDetectiveUnleash Metadata Intelligence
MetaDetective reads it.Unleash Metadata Intelligence
Evidence Room
- REF: MD-CAP-2.0.4
+ REF: MD-CAP-2.0.6
Direct Web Scraping
GPS Intelligence
- Stealth Scraping
Zero-Friction CLI
+ Hardened Reports
+
One file. Zero Python dependencies. Deploy anywhere Python 3 and exiftool are available. @@ -636,7 +657,7 @@
# Singular deduplicated view -$ python3 MetaDetective.py -d ./loot/ +# Just point at a folder - analysis mode is auto-detected +$ python3 MetaDetective.py ./loot/ # PDF and DOCX only, filter noise $ python3 MetaDetective.py -d ./loot/ -t pdf docx -i admin anonymous @@ -680,14 +701,11 @@Investigation Protocols
protocol_03 :: web recon
# Scan without downloading -$ python3 MetaDetective.py --scraping --scan \ - --url https://target.com/ - -# Download PDFs, depth 2, 8 threads -$ python3 MetaDetective.py --scraping \ - --url https://target.com/ \ - --download-dir ~/loot/ \ +# Positional URL = scraping mode. Scan without downloading +$ python3 MetaDetective.py https://target.com/ --scan + +# Download (defaults: ./loot/, depth 1), tune depth/threads +$ python3 MetaDetective.py https://target.com/ \ --extensions pdf docx --depth 2 --threads 8