# checkpoint > Save current attack state for later resumption. Use before risky operations or session breaks. - Author: Monopoly CW - Repository: veil-protocol/usf-7 - Version: 20260125012158 - Stars: 1 - Forks: 0 - Last Updated: 2026-02-06 - Source: https://github.com/veil-protocol/usf-7 - Web: https://mule.run/skillshub/@@veil-protocol/usf-7~checkpoint:20260125012158 --- --- name: checkpoint description: Save current attack state for later resumption. Use before risky operations or session breaks. argument-hint: --- # State Checkpoint Create checkpoint: $ARGUMENTS ## Execution 1. **List active sessions** ``` mcp__omega-nexus__omega_sessions(action="list") ``` 2. **Capture current state** - Active shell sessions - Discovered services - Credentials obtained - Files accessed - Current attack phase 3. **Document checkpoint** ``` Checkpoint: $ARGUMENTS Timestamp: [current time] Sessions: [list of session IDs] Target: [target IP] Phase: [recon/exploit/post/privesc] Notes: [key findings] ``` ## Output Checkpoint confirmation with session state and resume instructions.