Step 1: Target Identification: Identify a gopher server running a vulnerable version (1.12 or 2.0x).
Step 2: Craft Malicious Request: Construct a gopher request that includes a path traversal sequence (e.g., ../../../etc/passwd).
Step 3: Request Submission: Send the crafted request to the gopher server.
Step 4: Server Processing: The gopher server, lacking proper input validation, processes the malicious path.
Step 5: File Retrieval: The server attempts to retrieve the file specified by the crafted path (e.g., /etc/passwd).
Step 6: Data Disclosure: The server returns the contents of the requested file to the attacker, leading to information disclosure.