Step 1: Reconnaissance: The attacker identifies a target AIX system with an open FTP port (port 21).
Step 2: Anonymous Login: The attacker attempts to connect to the FTP server using the anonymous credentials (username: anonymous, password: user@example.com or similar).
Step 3: Command Injection: The attacker crafts a malicious command, potentially using the SITE command or other FTP commands that are then executed on the server.
Step 4: Command Execution: The vulnerable anon.ftp script, due to its insecure configuration, executes the attacker's injected command with elevated privileges.
Step 5: System Compromise: The attacker gains control of the system, potentially installing backdoors, stealing data, or disrupting services.