Some checks are pending
CI — CoM Config Validation / Validate JSON Configs (push) Waiting to run
CI — CoM Config Validation / Validate YAML Configs (push) Waiting to run
CI — CoM Config Validation / Lint Shell Scripts (push) Waiting to run
CI — CoM Config Validation / Secret Detection (push) Waiting to run
CI — CoM Config Validation / Lint Markdown (push) Waiting to run
CI — CoM Config Validation / Validate CODEOWNERS (push) Waiting to run
Public, sanitized mirror of an AI orchestration command center: agents, skills, MCP servers, slash-command workflows. All infrastructure identifiers, hostnames, mesh IPs/subnets, repo paths, maintainer identity, and hardware fleet specifics scrubbed to <placeholders>; session debug logs and host-specific memory removed. No live credentials. Verified clean by automated leak sweep. See SANITIZATION.md. churchofmalware.org . authorized research only
51 lines
2.1 KiB
Markdown
51 lines
2.1 KiB
Markdown
---
|
|
name: addison
|
|
description: Project Addison — Red Team Mobile Pentest & OPSEC Platform on Moto Z Play. Loads full project context, guides setup, tracks checklist progress.
|
|
argument-hint: [action: status|setup|checklist]
|
|
allowed-tools: Bash, Read, Grep, Glob, Agent, WebSearch
|
|
---
|
|
|
|
# /addison — Red Team Mobile Pentest Platform
|
|
|
|
Project Addison transforms a Moto Z Play (codename "addison") into a field operative device using Silent Node architecture.
|
|
|
|
Action: $ARGUMENTS (default: status)
|
|
|
|
## Architecture
|
|
```
|
|
Moto Z Play (addison)
|
|
├── LineageOS 18.1/20 + Magisk (Root)
|
|
├── Kali NetHunter Lite (chroot)
|
|
├── Alfa AWUS036ACM (MT7612U) via USB-OTG
|
|
├── Silo A: Red Team (Rooted/Kali, Mullvad VPN, macchanger)
|
|
└── Silo B: Anonymous (Work Profile via Shelter, Orbot/Tor, Aurora Store)
|
|
```
|
|
|
|
## If action is "status":
|
|
Show current progress on the execution checklist and any blockers.
|
|
|
|
## If action is "setup":
|
|
Guide through the 5-section setup:
|
|
1. **Hardware**: Alfa adapter, privacy screen, Moto Mod battery
|
|
2. **Software Stack**: LineageOS flash, TWRP, NetHunter Lite chroot
|
|
3. **Red Team Config**: SSH on port 2222, Ngrok/Cloudflare reverse tunnel, Wifite2, Mana-Toolkit Evil Twin
|
|
4. **OPSEC Silos**: Shelter work profile, separate VPN per silo, Scrambled Exif, Brave strict fingerprinting
|
|
5. **Final Hardening**: Disable Find My Device, revoke location permissions
|
|
|
|
## If action is "checklist":
|
|
Track the 7-step execution checklist:
|
|
- [ ] Wipe & Unlock: Full factory reset, bootloader unlocked
|
|
- [ ] Flash OS: LineageOS (Addison) + Magisk (Root)
|
|
- [ ] Install NetHunter: Chroot initialized
|
|
- [ ] External WiFi: Alfa adapter via OTG, verify with iwconfig
|
|
- [ ] Remote Access: SSH tunnel for remote operation
|
|
- [ ] Compartmentalize: Shelter installed, anonymous accounts in Work Profile
|
|
- [ ] Final Harden: Find My Device disabled, location permissions revoked
|
|
|
|
## Cross-References
|
|
- Cybersecurity Research Compendium (Notion: Lib_CYBR)
|
|
- HostConfigs: config/<node>/security-profiles.sh (network hardening patterns)
|
|
- Syn_OS CrashCart v25 (USB toolkit overlap)
|
|
- FEV.md Sovereign Self (Android OPSEC silo concepts)
|
|
- Notion page: 32726ae5-2095-81cc-ac73-c7d8fe5bf2d5
|