creds_store
Store discovered passwords and hashes from penetration tests in an encrypted vault for later retrieval.
Instructions
Store discovered credentials in the vault (passwords/hashes encrypted at rest). host: target host IP or hostname username: discovered username password: plaintext password (leave empty if only hash available) hash: password hash (e.g. NTLM, bcrypt) service: service type e.g. 'ssh', 'http', 'smb', 'ftp', 'mysql' port: service port source_tool: which tool found this (e.g. 'hydra', 'sqlmap', 'manual') notes: any additional context
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| hash | No | ||
| host | Yes | ||
| port | No | ||
| notes | No | ||
| service | No | ||
| password | No | ||
| username | Yes | ||
| source_tool | No |