banner_grab
Connect to any TCP port and capture the raw service banner from protocols like SSH, FTP, SMTP, Redis, and MySQL.
Instructions
Connect to a TCP port and capture the raw service banner. Unlike HTTP fetching, reads raw bytes from any protocol — SSH, FTP, SMTP, Redis, memcached, MySQL, etc.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| host | Yes | Hostname or IP to connect to | |
| port | Yes | TCP port number | |
| timeout_ms | No | Connection timeout in ms (default 3000) |