| 1 | """ |
| 2 | ssh_connector.py - This script performs a brute force attack on SSH services (port 22) to find accessible accounts using various user credentials. It logs the results of successful connections. |
| 3 | """ |
| 4 |
nothing calls this directly
no test coverage detected