This challenge involves extracting information from a boarding pass, specifically reading a barcode and identifying the booking reference number.
Extract the barcode data from the boarding pass file. The PDF417 barcode contains machine-readable passenger and booking information.
The barcode data follows the IATA (International Air Transport Association) standard format for boarding passes. The data is structured as:
M1WANG/SIHYAO E5RUYUF
Breaking down the format:
The booking reference is the 5-8 character alphanumeric code found after the passenger name in the IATA barcode data. In this example, it's E5RUYUF.
Submit the booking reference as the flag in the format: MetaCTF{E5RUYUF}