diff --git a/docs/superpowers/plans/2026-08-19-encryption-card-redesign.md b/docs/superpowers/plans/2026-08-19-encryption-card-redesign.md index 0fa34ee..6fb5a9a 100644 --- a/docs/superpowers/plans/2026-08-19-encryption-card-redesign.md +++ b/docs/superpowers/plans/2026-08-19-encryption-card-redesign.md @@ -166,7 +166,7 @@ Expected: deploy completes with `EXTRACT_OK` / success output. - [ ] **Step 8: Verify the enc card on the device** -Recreate the CDP venv if absent (`python3 -m venv /tmp/cdpenv2 && /tmp/cdpenv2/bin/pip install -q websocket-client`), then drive headless Chrome against http://172.16.52.1:8080 (login ``, go to `#/recon`, wait ~20s) and assert: +Recreate the CDP venv if absent (`python3 -m venv /tmp/cdpenv2 && /tmp/cdpenv2/bin/pip install -q websocket-client`), then drive headless Chrome against http://:8080 (login ``, go to `#/recon`, wait ~20s) and assert: 1. `document.getElementById('recon-encryption')` canvas has non-zero `width` attribute and the card is visible (not `.hidden`). 2. `document.getElementById('recon-enc-legend')` contains entries whose text matches `/WPA2/` and `/\d+/`, and no `recon-card-value` element exists inside the enc card. 3. Zero `Runtime.exceptionThrown` events. diff --git a/payload/user/remote_access/pager-webui/_hak5_manifest.json b/payload/user/remote_access/pager-webui/_hak5_manifest.json index f760ade..90578e8 100644 --- a/payload/user/remote_access/pager-webui/_hak5_manifest.json +++ b/payload/user/remote_access/pager-webui/_hak5_manifest.json @@ -8,7 +8,7 @@ "title": "Mark VIII", "author": "c4ch3c4d3", "description": "Mark VII-style web management UI for the WiFi Pineapple Pager", - "version": "1.1", + "version": "1.2", "category": "remote_access", "tags": ["remote-access", "web-interface", "device-management", "pineap"], "firmware": "Pineapple Pager 24.10.1" diff --git a/payload/user/remote_access/pager-webui/server.py b/payload/user/remote_access/pager-webui/server.py index e1173b4..feac7a0 100644 --- a/payload/user/remote_access/pager-webui/server.py +++ b/payload/user/remote_access/pager-webui/server.py @@ -3953,7 +3953,7 @@ def _mcp_dispatch(msg): 'resources': {'listChanged': False, 'subscribe': False}, 'prompts': {'listChanged': False}, }, - 'serverInfo': {'name': 'mark-viii', 'version': '1.1'}}} + 'serverInfo': {'name': 'mark-viii', 'version': '1.2'}}} if method == 'notifications/initialized': return 202, None if method == 'ping':