LOGBOOK

HELP

Quiz Entry - updated: 2026.07.01

Why does cracking a single local password endanger far more than that one account or machine?

Because people reuse passwords and a foothold enables lateral movement — one cracked credential often unlocks other accounts and machines, turning a single break-in into network-wide compromise.

This is the punchline of the whole cracking exercise. The chain is: weak password → cracked fast with simple tools → attacker gets a foothold → post-exploitation (Meterpreter/VNC) → pivot onward. Two multipliers make one password so dangerous:

  • Password reuse: the same password (or a small variation) often works on email, VPN, cloud, and other systems — so cracking it once is like one key opening many doors (the basis of credential stuffing).
  • Lateral movement: from one owned machine an attacker enumerates the network (ipconfig, AD) and hops to others, often reaching far more valuable targets than the entry point.

The practical conclusions: assume any compromised login is a gateway, not an endpoint. Defend with unique passwords + a password manager, MFA, least privilege, and network segmentation so a single cracked credential can't cascade.

Tip: Attackers don't stop at the first machine — the real damage is the pivot. Unique passwords + MFA break the chain at its first link.

From Quiz: INTROL / Password Cracking | Updated: Jul 01, 2026