# creds > Credential management and attack techniques. Use for password attacks and credential handling. - 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~creds:20260125012158 --- --- name: creds description: Credential management and attack techniques. Use for password attacks and credential handling. argument-hint: --- # Credential Operations Operation: $ARGUMENTS ## Execution 1. **Technique lookup** ``` mcp__omega-nexus__omega_vault_query( query="credentials $ARGUMENTS password hash", context="security", limit=15 ) ``` 2. **Tool commands** ``` mcp__omega-nexus__omega_vault_query( query="$ARGUMENTS hashcat john hydra", context="security", limit=10 ) ``` ## Operations - **crack**: Password cracking techniques - **spray**: Password spraying methods - **dump**: Credential dumping (mimikatz, secretsdump) - **reuse**: Credential reuse attacks - **default**: Default credential checks ## Output Credential attack techniques and tool commands.