gobuster_tftp
Discover files on TFTP servers by enumerating filenames from a wordlist. Reveals hidden or accessible resources on the target server.
Instructions
TFTP file enumeration mode - discovers files on TFTP servers. Executes on remote Kali host via SSH.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| async | No | Run scan asynchronously and return scan ID (default: false) | |
| quiet | No | Don't print banner and other noise (default: false) | |
| server | Yes | Target TFTP server IP address | |
| threads | No | Number of concurrent threads (default: 10) | |
| timeout | No | TFTP timeout in seconds (default: 1) | |
| wordlist | No | Path to wordlist file on Kali (default: /usr/share/wordlists/dirb/common.txt) |