#!/usr/bin/env python3
"""
Monitor brute force progress
"""
import time

print("[*] Brute force monitor")
print("[*] Check progress every 60 seconds")
print("[*] Press Ctrl+C to stop\n")

# Just print current info
print("Progress should be visible in the background terminal")
print("Expected: ~93 tests/sec")
print("0-100k range: ~18 minutes total")
print("\nIf not found in 0-100k:")
print("  - Expand to 0-1M (would take ~3 hours)")
print("  - Or find the actual keys in SPI capture")

print("\nWaiting for brute force to complete...")
print("(Check terminal output manually or wait for completion)")
