nxc_shares
Enumerate SMB shares on target systems and perform actions like listing, spidering, getting, or putting files using password or NTLM hash authentication.
Instructions
Enumerate and interact with SMB shares on target systems.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | Yes | Target IP, hostname, or CIDR range | |
| username | No | Username for authentication | |
| password | No | Password for authentication | |
| hash | No | NTLM hash for pass-the-hash | |
| domain | No | Domain name | |
| action | No | Action to perform on shares | |
| share | No | Specific share to interact with | |
| pattern | No | File pattern for spider/search (e.g., '*.txt') | |
| depth | No | Spider depth (default: 5) | |
| localFile | No | Local file path for get/put operations | |
| remoteFile | No | Remote file path for get/put operations | |
| threads | No | Number of concurrent threads |