| 1 | """ |
| 2 | rdp_connector.py - This script performs a brute force attack on RDP services (port 3389) 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