To brute-force a login in Ruby, you can use the net/http library to send HTTP requests.
Here's a quick example:

- This script sends POST requests with different passwords.
- It prints the result of each attempt so you can see which passwords failed or succeeded.